Remove json translations approach, add example for adding language
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
/// Localizations for the StreamChat Flutter library.
|
||||
library stream_chat_localization;
|
||||
|
||||
export 'src/stream_chat_localizations.dart';
|
||||
export 'package:flutter_localizations/flutter_localizations.dart'
|
||||
show
|
||||
GlobalCupertinoLocalizations,
|
||||
GlobalMaterialLocalizations,
|
||||
GlobalWidgetsLocalizations;
|
||||
export 'src/stream_chat_localizations.dart' hide getStreamChatTranslation;
|
||||
|
||||
Reference in New Issue
Block a user