307 Commits

Author SHA1 Message Date
76a655ac63
fix(authentication): make sur access token is available on every steps 2023-02-08 16:09:26 +01:00
b458f8c0c8
feat(authentication): remove session wrapper for AuthenticationSession 2023-02-08 13:37:52 +01:00
2e5aafdb5a
docs(authentication): add full dartdoc 2023-02-07 14:55:28 +01:00
fdd020f103
test(authentication): update tests 2023-02-07 14:55:28 +01:00
918215b5b8
docs: roolback and remove wiki 2023-02-07 14:55:28 +01:00
b68e46c622
docs(authentication): add wiki script 2023-02-07 14:55:28 +01:00
305cddea19
docs(authentication): update example 2023-02-07 14:55:28 +01:00
50886d97b3
feat(authentication): add account edit cubit 2023-02-07 14:55:28 +01:00
692c255a19
feat(authentication): add custom routine, and documentation 2023-02-07 14:55:28 +01:00
4dc0b26e95
feat(authentication): add full event support 2023-02-07 14:55:28 +01:00
bf1d8f188f
test(authentication): fix tests 2023-02-07 14:54:39 +01:00
a72babfafe
fix(authentication): anonymous sign in event 2023-02-07 14:54:39 +01:00
830d32152b
refactor(authentication): use custom user changes stream 2023-02-07 14:54:39 +01:00
7f0544d19c
fix(authentication): initialize account stream transformer 2023-02-07 14:54:39 +01:00
c005c3dc43
docs(authentication): update example 2023-02-07 14:54:39 +01:00
97c14c7a99
refactor(authentication)!: use mixins, and remove use of onSignUpSuccess 2023-02-07 14:54:39 +01:00
f37babc084
feat(authentication)!: add event type on auth change 2023-02-07 14:54:38 +01:00
e6c234f0ea
refactor: make signup/in, passwordreset cubit extendable 2023-02-07 14:54:38 +01:00
2088e0e4bc
fix(authentication): stream on null account 2023-02-07 14:54:38 +01:00
1e07b2ed1c
fix(authentication): handle empty provider list (closes #113) 2023-02-07 14:54:38 +01:00
9339100399
chore(release): publish packages
Some checks failed
continuous-integration/drone/push Build is failing
- wyatt_analysis@2.4.0
wyatt_analysis-v2.4.0
2023-02-07 14:46:21 +01:00
03725c25c7
feat(analysis): add new lint rules 2023-02-07 14:44:57 +01:00
588a09e0a1
docs(analysis): add instructions to create a new version (closes #104) 2023-02-07 14:43:52 +01:00
bd53d11e0d refactor(bloc_layout): migrate bloc layouts using copywith component method (close #121)
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-07 11:46:50 +01:00
ee8f08cc32 refactor(ui_layout): update exemple (close #116)
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-07 10:49:56 +01:00
413589462b refactor(ui_layout): migrate layouts using copywith component method (#116) 2023-02-07 10:49:09 +01:00
ff3f2008de fix(ui_components): generate new files after generator fixes (close #118)
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-07 10:25:58 +01:00
0b27a62669 fix(component_copy_with_gen): update example (#118) 2023-02-07 10:24:00 +01:00
6c9b6e239b fix(component_copy_with_gen): copywith method takes non nullable fields too (#118) 2023-02-07 10:22:32 +01:00
576a01512b refactor(ui_components): update example (close #115)
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-07 09:44:34 +01:00
cd3ed0fe69 refactor(ui_components): migrate components using code generator packages (#115) 2023-02-07 09:44:03 +01:00
AN12345
46c51525e8 feat: add generators for components proxy and mixins to enable copywith methods
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-06 18:42:34 +01:00
AN12345
b025247002 feat: add class annotation for component code generators 2023-02-06 18:41:54 +01:00
AN12345
c70d4c6650 build: update mason file to add new tempalte 2023-02-06 18:40:35 +01:00
AN12345
04a87fe32a feat(bloc_layout): make package compatible with crud cubit (close #111)
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 19:21:38 -05:00
AN12345
f8f367baf6 (feat): rething conception and add missing layouts (close #97)
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 18:50:47 -05:00
AN12345
e667aa06d0 feat(ui_layout): make field nullable & add new app bar fields (#97) 2022-12-13 18:49:28 -05:00
f6ef5828bb
chore(release): publish packages
All checks were successful
continuous-integration/drone/push Build is passing
- wyatt_authentication_bloc@0.4.1
wyatt_authentication_bloc-v0.4.1
2022-12-13 17:29:38 -05:00
Malo Léon
f22ba300cb Merge pull request 'authentication/feature/google_signin' (#105) from authentication/feature/google_signin into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #105
Reviewed-by: Malo Léon <malo.leon@wyattapp.io>
2022-12-13 22:07:16 +00:00
5f52b2fc3d
refactor(authentication): use fromFirebaseUser factory to parse user 2022-12-13 17:00:26 -05:00
f46707f5c1
style(authentication): Merge 'origin/master' into authentication/feature/google_signin 2022-12-13 16:42:50 -05:00
AN12345
17ff0f8ba1 clean(packages): apply dart fix (close #106)
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 13:52:49 -05:00
1a3631f691
feat(authentication): add google sign in in signIn cubit 2022-12-13 00:36:20 -05:00
197c5d54e6
feat(authentication): add google sign in parameter in firebase data source constructor 2022-12-12 23:47:29 -05:00
c7b241de2d
feat(authentication): add google sign_in support (closes #59) 2022-12-12 23:16:10 -05:00
94d573a584
refactor(authentication): update deps and re-export them 2022-12-12 23:14:55 -05:00
37e00fe9c4
style(analysis): dart format + follows wyatt analysis 2.3.0 2022-12-12 22:43:54 -05:00
3c8ff373a1
chore(release): publish packages
All checks were successful
continuous-integration/drone/push Build is passing
- wyatt_analysis@2.3.0
wyatt_analysis-v2.3.0
2022-12-12 22:17:35 -05:00
640cfaf118
refactor(analysis): follow melos versioning
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-12 22:15:32 -05:00
7fc3736854
feat(analysis): exclude generated code, and add dart>2.16 rules
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-12 22:02:31 -05:00