feat(stream_chat_localizations): Initial implementation

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-07-01 20:26:01 +05:30
parent 9d4564151e
commit d3e9bdafbd
14 changed files with 626 additions and 5 deletions
@@ -0,0 +1,4 @@
/// Localizations for the StreamChat Flutter library.
library stream_chat_localization;
export 'src/stream_chat_localizations.dart';