fix(localizations): minor fixes

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-07-28 21:18:43 +05:30
committed by xsahil03x
parent 00e3f58258
commit 236a32403e
4 changed files with 7 additions and 5 deletions
@@ -1,3 +1,7 @@
## 1.0.1
* Minor Fixes
## 1.0.0 ## 1.0.0
* First release * First release
@@ -1,9 +1,7 @@
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:jiffy/jiffy.dart'; import 'package:stream_chat_flutter/stream_chat_flutter.dart';
import 'package:stream_chat_flutter/stream_chat_flutter.dart'
show StreamChatLocalizations, User;
part 'stream_chat_localizations_en.dart'; part 'stream_chat_localizations_en.dart';
@@ -1,5 +1,5 @@
/// Localizations for the StreamChat Flutter library. /// Localizations for the StreamChat Flutter library.
library stream_chat_localization; library stream_chat_localizations;
export 'package:flutter_localizations/flutter_localizations.dart' export 'package:flutter_localizations/flutter_localizations.dart'
show show
@@ -1,6 +1,6 @@
name: stream_chat_localizations name: stream_chat_localizations
description: The Official localizations for Stream Chat Flutter, a service for building chat applications description: The Official localizations for Stream Chat Flutter, a service for building chat applications
version: 1.0.0 version: 1.0.1
homepage: https://github.com/GetStream/stream-chat-flutter homepage: https://github.com/GetStream/stream-chat-flutter
repository: https://github.com/GetStream/stream-chat-flutter repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues