File tree 5 files changed +15
-24
lines changed
5 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 8
8
.buildlog /
9
9
.history
10
10
.svn /
11
+ coverage /
11
12
12
13
# IntelliJ related
13
14
* .iml
26
27
.flutter-plugins
27
28
.flutter-plugins-dependencies
28
29
.packages
30
+ .metadata
29
31
.pub-cache /
30
32
.pub /
31
33
build /
34
+ pubspec.lock
32
35
33
36
# Android related
34
37
** /android /** /gradle-wrapper.jar
71
74
! ** /ios /** /default.mode1v3
72
75
! ** /ios /** /default.mode2v3
73
76
! ** /ios /** /default.pbxuser
74
- ! ** /ios /** /default.perspectivev3
77
+ ! ** /ios /** /default.perspectivev3
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- ## 0.0.1 TODO: Add release date.
1
+ ## [ 0.1.0 ] - (07-05-2021)
2
2
3
- - first beta version
3
+ * Initial release.
Original file line number Diff line number Diff line change 1
1
name : faye_dart
2
2
description : Faye is a publish/subscribe messaging protocol that is built on the Bayeux protocol, a messaging system utilized for transporting asynchronous messages over HTTP.
3
- version : 0.0.1
4
- homepage : https://getstream.io/
3
+ version : 0.1.0
4
+ homepage : https://github.com/GetStream/stream-feed-flutter/blob/master/packages/faye_dart
5
+ repository : https://github.com/GetStream/stream-feed-flutter/blob/master/packages/faye_dart
6
+ issue_tracker : https://github.com/GetStream/stream-feed-flutter/issues
5
7
6
8
environment :
7
9
sdk : " >=2.12.0 <3.0.0"
8
10
9
11
dependencies :
10
- web_socket_channel : ^2.0 .0
12
+ web_socket_channel : ^2.1 .0
11
13
equatable : ^2.0.0
12
14
logging : ^1.0.1
13
15
uuid : ^3.0.4
16
+ meta : ^1.3.0
14
17
15
18
dev_dependencies :
16
- test : ^1.16.8
17
- mocktail : ^0.1.1
19
+ test : ^1.17.3
20
+ mocktail : ^0.1.2
18
21
19
22
# For information on the generic Dart part of this file, see the
20
23
# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -2,18 +2,13 @@ name: stream_feed
2
2
description : Stream Feed official Dart SDK. Build your own feed experience using Dart and Flutter.
3
3
version : 0.0.1
4
4
homepage : https://getstream.io/
5
- publish_to : none
6
-
7
5
environment :
8
6
sdk : ' >=2.12.0 <3.0.0'
9
7
10
8
dependencies :
11
9
dio : ^4.0.0-prev2
12
10
equatable : ^2.0.0
13
- faye_dart :
14
- git :
15
- url : https://github.com/GetStream/stream-feed-flutter.git
16
- path : ./packages/faye_dart
11
+ faye_dart : ^0.1.0
17
12
jose : ^0.3.0-nullsafety.2
18
13
json_annotation : ^4.0.0
19
14
meta : ^1.3.0
You can’t perform that action at this time.
0 commit comments