File tree Expand file tree Collapse file tree 6 files changed +24
-34
lines changed
Expand file tree Collapse file tree 6 files changed +24
-34
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.0
2+
3+ - BREAKING: change in Apple authentication method
4+ - BREAKING: change in the way buttons are customized through ` AuthConfig `
5+ - feat: additional sign-in providers added - Github, Twitter and Apple (iOS, Android and Web)
6+ - docs: various documentation updates
7+
18# 0.1.3
29
310- feat: add functionality to customize notification messages
Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ Pre-lit Firebase authentication. It provides a set of convenient utilities and w
1010## Features
1111
1212- ** Multiple platform support**
13- - Works on mobile and web. No changes needed
13+ - Works on mobile (Android/iOS) and web. No changes needed
1414 - Windows, macOS and Linux to be added in the future
1515- ** Multiple authentication providers**
16- - Package supported: Google and Apple
17- - Please see [ Authentication Providers] ( #authentication-providers ) for other sign-in providers
16+ - Package supported: Google, Apple, Twitter and Github
17+ - Please see [ Authentication Providers] ( #authentication-providers ) for additional information
1818- ** Services and state managed for you**
1919 - Easily interact with Firebase from anywhere in your app
2020 - Monitor the auth state and react to changes
2121- ** Error handling and error messages**
2222 - Built in error handling that will display friendly in-app error messages
23- - Error/Success dialogs will be customizable in future versions
23+ - Error/Success dialogs can be customized
2424- ** Highly customizable**
25- - Either use the standard sign-in widgets, or easily create your own.
25+ - Either use the standard sign-in widgets, or create your own.
2626
2727## Getting started
2828
Original file line number Diff line number Diff line change @@ -146,20 +146,13 @@ packages:
146146 description: flutter
147147 source: sdk
148148 version: "0.0.0"
149- flutter_auth_buttons:
150- dependency: transitive
151- description:
152- name: flutter_auth_buttons
153- url: "https://pub.dartlang.org"
154- source: hosted
155- version: "0.8.0"
156149 flutter_state_notifier:
157150 dependency: transitive
158151 description:
159152 name: flutter_state_notifier
160153 url: "https://pub.dartlang.org"
161154 source: hosted
162- version: "0.4.2 "
155+ version: "0.6.1 "
163156 flutter_test:
164157 dependency: "direct dev"
165158 description: flutter
@@ -176,7 +169,7 @@ packages:
176169 name: freezed_annotation
177170 url: "https://pub.dartlang.org"
178171 source: hosted
179- version: "0.11.0"
172+ version: "0.11.0+1 "
180173 google_sign_in:
181174 dependency: transitive
182175 description:
@@ -232,7 +225,7 @@ packages:
232225 path: ".."
233226 relative: true
234227 source: path
235- version: "0.1.3 "
228+ version: "0.2.0 "
236229 matcher:
237230 dependency: transitive
238231 description:
@@ -314,7 +307,7 @@ packages:
314307 name: state_notifier
315308 url: "https://pub.dartlang.org"
316309 source: hosted
317- version: "0.5 .0"
310+ version: "0.6 .0"
318311 stream_channel:
319312 dependency: transitive
320313 description:
Original file line number Diff line number Diff line change @@ -265,20 +265,13 @@ packages:
265265 description: flutter
266266 source: sdk
267267 version: "0.0.0"
268- flutter_auth_buttons:
269- dependency: "direct main"
270- description:
271- name: flutter_auth_buttons
272- url: "https://pub.dartlang.org"
273- source: hosted
274- version: "0.8.0"
275268 flutter_state_notifier:
276269 dependency: "direct main"
277270 description:
278271 name: flutter_state_notifier
279272 url: "https://pub.dartlang.org"
280273 source: hosted
281- version: "0.4.2 "
274+ version: "0.6.1 "
282275 flutter_test:
283276 dependency: "direct dev"
284277 description: flutter
@@ -302,7 +295,7 @@ packages:
302295 name: freezed_annotation
303296 url: "https://pub.dartlang.org"
304297 source: hosted
305- version: "0.11.0"
298+ version: "0.11.0+1 "
306299 glob:
307300 dependency: transitive
308301 description:
@@ -552,7 +545,7 @@ packages:
552545 name: state_notifier
553546 url: "https://pub.dartlang.org"
554547 source: hosted
555- version: "0.5 .0"
548+ version: "0.6 .0"
556549 stream_channel:
557550 dependency: transitive
558551 description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Pre-lit Firebase Authentication. Drop in and add Firebase Auth in j
33repository : https://github.com/funwithflutter/lit_firebase_auth
44homepage : https://github.com/funwithflutter/lit_firebase_auth
55
6- version : 0.1.3
6+ version : 0.2.0
77
88environment :
99 sdk : " >=2.7.0 <3.0.0"
@@ -17,16 +17,15 @@ dependencies:
1717 google_sign_in : ^4.5.1
1818 firebase_auth_oauth : ^0.1.1+1
1919 # annotation
20- meta : ^1.1.8
21- freezed_annotation : ^0.11.0
20+ meta : ^1.2.2
21+ freezed_annotation : ^0.11.0+1
2222 # state
2323 dartz : ^0.9.1
2424 provider : ^4.2.0
25- state_notifier : ^0.5 .0
26- flutter_state_notifier : ^0.4.2
25+ state_notifier : ^0.6 .0
26+ flutter_state_notifier : ^0.6.1
2727 # ui
2828 flushbar : ^1.10.4
29- flutter_auth_buttons : ^0.8.0
3029
3130dev_dependencies :
3231 flutter_test :
You can’t perform that action at this time.
0 commit comments