File tree 3 files changed +14
-12
lines changed
3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 18
18
19
19
## 0.0.1-dev.6
20
20
21
- * [ Breaking] Remove ` addListener ` chaining support. If you have used chaining with ` cascade ` operator.
21
+ * [ Breaking] Remove ` addListener ` chaining support. If you have used chaining with ` cascade `
22
+ operator.
22
23
* Add async support for ` TokenStore ` 's ` save ` and ` clear ` methods.
23
- * Abstract ` AuthProvider ` to ` AuthService ` core.
24
+ * Abstract ` AuthProvider ` to ` AuthService ` core.
24
25
* Refactor tests.
25
26
26
27
## 0.0.1-dev.5
35
36
## 0.0.1-dev.3
36
37
37
38
* Remove initialize from constructor make it public so consumer can use when they want.
38
- * Introduce withListeners factory to construct AuthProvider with single LoginListener and LogoutListener.
39
+ * Introduce withListeners factory to construct AuthProvider with single LoginListener and
40
+ LogoutListener.
39
41
40
42
## 0.0.1-dev.1
41
43
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ authentication related data.
19
19
20
20
You can implement your own authentication persistence logic by implementing the ` Stores ` .
21
21
22
- * AuthStore - This is your user related data store. When you implement the AuthStore, you
23
- can also use a custom type for a User specified as a generic.
22
+ * AuthStore - This is your user related data store. When you implement the AuthStore, you can also
23
+ use a custom type for a User specified as a generic.
24
24
* TokenStore - Implement how you store and refresh the token.
25
25
26
26
Example implementation with ` flutter-secure-storage ` .
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ packages:
7
7
name: _fe_analyzer_shared
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "22 .0.0"
10
+ version: "28 .0.0"
11
11
analyzer:
12
12
dependency: transitive
13
13
description:
14
14
name: analyzer
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
- version: "1.7.1 "
17
+ version: "2.5.0 "
18
18
args:
19
19
dependency: transitive
20
20
description:
@@ -28,7 +28,7 @@ packages:
28
28
name: async
29
29
url: "https://pub.dartlang.org"
30
30
source: hosted
31
- version: "2.6 .1"
31
+ version: "2.8 .1"
32
32
boolean_selector:
33
33
dependency: transitive
34
34
description:
@@ -70,7 +70,7 @@ packages:
70
70
name: charcode
71
71
url: "https://pub.dartlang.org"
72
72
source: hosted
73
- version: "1.2.0 "
73
+ version: "1.3.1 "
74
74
cli_util:
75
75
dependency: transitive
76
76
description:
@@ -192,7 +192,7 @@ packages:
192
192
name: meta
193
193
url: "https://pub.dartlang.org"
194
194
source: hosted
195
- version: "1.3 .0"
195
+ version: "1.7 .0"
196
196
mockito:
197
197
dependency: "direct dev"
198
198
description:
@@ -281,7 +281,7 @@ packages:
281
281
name: test_api
282
282
url: "https://pub.dartlang.org"
283
283
source: hosted
284
- version: "0.3.0 "
284
+ version: "0.4.2 "
285
285
typed_data:
286
286
dependency: transitive
287
287
description:
@@ -311,5 +311,5 @@ packages:
311
311
source: hosted
312
312
version: "3.1.0"
313
313
sdks:
314
- dart: ">=2.12 .0 <3.0.0"
314
+ dart: ">=2.14 .0 <3.0.0"
315
315
flutter: ">=1.17.0"
You can’t perform that action at this time.
0 commit comments