version bump
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 0.2.1-alpha+6
|
||||
|
||||
- Update llc dependency
|
||||
- Minor bugfix
|
||||
|
||||
## 0.2.1-alpha+4
|
||||
|
||||
- Update llc dependency
|
||||
|
||||
@@ -70,7 +70,6 @@ void main() async {
|
||||
logLevel: Level.INFO,
|
||||
showLocalNotification: Platform.isAndroid ? showLocalNotification : null,
|
||||
persistenceEnabled: true,
|
||||
// baseURL: 'chat-us-east-staging.stream-io-api.com',
|
||||
);
|
||||
|
||||
await client.setUser(
|
||||
@@ -78,19 +77,6 @@ void main() async {
|
||||
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoic3VwZXItYmFuZC05In0.0L6lGoeLwkz0aZRUcpZKsvaXtNEDHBcezVTZ0oPq40A',
|
||||
);
|
||||
|
||||
// final client = Client(
|
||||
// '892s22ypvt6m',
|
||||
// logLevel: Level.INFO,
|
||||
// showLocalNotification: Platform.isAndroid ? showLocalNotification : null,
|
||||
// persistenceEnabled: true,
|
||||
// baseURL: '10.0.2.2:3030',
|
||||
// );
|
||||
//
|
||||
// await client.setUser(
|
||||
// User(id: 'super-band-9'),
|
||||
// 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoic3VwZXItYmFuZC05In0.MfmkavyPRSztKxcxpOk8Wud3WrzQ4YdNfXqoVjtIoRM',
|
||||
// );
|
||||
|
||||
_initNotifications(client);
|
||||
|
||||
runApp(MyApp(client));
|
||||
|
||||
@@ -389,19 +389,6 @@ class _ChannelListViewState extends State<ChannelListView>
|
||||
});
|
||||
}
|
||||
|
||||
@override
|
||||
void didChangeAppLifecycleState(AppLifecycleState state) {
|
||||
if (state == AppLifecycleState.resumed) {
|
||||
ChannelsBloc.of(context).queryChannels(
|
||||
filter: widget.filter,
|
||||
sortOptions: widget.sort,
|
||||
paginationParams: widget.pagination,
|
||||
options: widget.options,
|
||||
onlyOffline: true,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
WidgetsBinding.instance.removeObserver(this);
|
||||
|
||||
+6
-6
@@ -1,7 +1,7 @@
|
||||
name: stream_chat_flutter
|
||||
homepage: https://github.com/GetStream/stream-chat-flutter
|
||||
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
|
||||
version: 0.2.1-alpha+4
|
||||
version: 0.2.1-alpha+6
|
||||
|
||||
environment:
|
||||
sdk: ">=2.3.0 <3.0.0"
|
||||
@@ -14,14 +14,14 @@ dependencies:
|
||||
jiffy: ^3.0.1
|
||||
flutter_portal: ^0.1.0
|
||||
cached_network_image: ^2.2.0+1
|
||||
flutter_markdown: ^0.4.0
|
||||
url_launcher: ^5.4.7
|
||||
video_player: ^0.10.11
|
||||
flutter_markdown: ^0.4.1
|
||||
url_launcher: ^5.4.10
|
||||
video_player: ^0.10.11+1
|
||||
chewie: ^0.9.10
|
||||
file_picker: ^1.9.0+1
|
||||
image_picker: ^0.6.6+4
|
||||
image_picker: ^0.6.6+5
|
||||
flutter_keyboard_visibility: ^2.0.0
|
||||
stream_chat: ^0.2.0-alpha+16
|
||||
stream_chat: ^0.2.0-alpha+17
|
||||
mime: ^0.9.6+3
|
||||
visibility_detector: ^0.1.5
|
||||
http_parser: ^3.1.4
|
||||
|
||||
Reference in New Issue
Block a user