136 Commits

Author SHA1 Message Date
8d833d39d7
chore: fix and format using melos 2023-02-23 19:19:48 +01:00
9339100399
chore(release): publish packages
Some checks failed
continuous-integration/drone/push Build is failing
- wyatt_analysis@2.4.0
2023-02-07 14:46:21 +01:00
f6ef5828bb
chore(release): publish packages
All checks were successful
continuous-integration/drone/push Build is passing
- wyatt_authentication_bloc@0.4.1
2022-12-13 17:29:38 -05: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
2022-12-12 22:17:35 -05:00
5e83c9e74e
docs(auth): add correct header 2022-12-07 19:52:01 -05:00
672aba7084
fix(auth): fix mock on register 2022-12-07 19:52:00 -05:00
5298bd99ed
feat(authentication): add reauthenticate, updateEmail and updatePassword 2022-12-07 19:50:19 -05:00
7fcb9e8ac3
chore(release): publish packages
- wyatt_bloc_helper@2.0.0
 - wyatt_type_utils@0.0.4
 - wyatt_authentication_bloc@0.4.0+3
 - wyatt_crud_bloc@0.1.0+2
 - wyatt_architecture@0.1.0+1
 - wyatt_form_bloc@0.2.0+2
2022-12-04 21:08:15 -05:00
2a4e29f38c
chore(release): publish packages
- wyatt_architecture@0.1.0
 - wyatt_authentication_bloc@0.4.0+2
 - wyatt_crud_bloc@0.1.0+1
 - wyatt_form_bloc@0.2.0+1
2022-12-03 20:40:23 -05:00
ca70f2eb1d
feat(authentication)!: add repo in callback usecases (close #55) 2022-12-03 18:53:20 -05:00
f123e537ae
fix(authentication): allow email/password validators customization (closes #57) 2022-12-03 18:41:04 -05:00
626d951443
fix(authentication)!: use FutureOrResult extension (close #41) 2022-11-24 11:18:16 -05:00
f0ed08bd49
feat(auth): add reloadCache method in AuthenticationCubit 2022-11-16 19:52:24 -05:00
390fb81b1e
fix(auth): fix stream account, now including correctly extra data 2022-11-16 19:51:45 -05:00
279d451cd8
fix(auth): fix mock isNewUser 2022-11-16 19:48:03 -05:00
a66db23ace
chore(release): publish packages
- wyatt_authentication_bloc@0.4.0+1
2022-11-16 17:20:57 -05:00
3d7af98ac9
fix(auth): add sort of mutex on onAuthChanges callback trigger 2022-11-16 17:16:41 -05:00
21ab6f6021
chore(auth): use hardlink for vscode folder 2022-11-16 16:27:51 -05:00
198ecac5da
chore(auth): remove vscode symlink to fix publish 2022-11-16 16:18:23 -05:00
c945cd435e
chore(release): publish packages
- wyatt_authentication_bloc@0.4.0
 - wyatt_form_bloc@0.2.0
2022-11-16 16:03:13 -05:00
852d29ef0a
refactor(auth): update example with new input builders 2022-11-16 16:02:18 -05:00
f05f2230e9
fix(auth): add initial null account event in stream in the mock authentication 2022-11-16 15:46:07 -05:00
54002beaab
test(auth): add tests for the SignUpCubit update method 2022-11-16 15:45:11 -05:00
31ad460757
fix(auth)!: add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26 2022-11-15 19:25:20 -05:00
4fd2a2a16c
chore(auth): remove old example and rename actual 2022-11-15 18:52:10 -05:00
cecbc94a95
chore(auth): add global vscode folder symlink 2022-11-15 18:13:56 -05:00
3820fc4764
chore(auth): remove local vscode folder 2022-11-15 18:13:30 -05:00
95f41025f4
chore(release): publish packages
- wyatt_authentication_bloc@0.3.0+1
2022-11-11 19:09:01 -05:00
eceda684f0
fix(auth): fix some bugs to validate publishing 2022-11-11 19:08:28 -05:00
291c195ceb
chore(release): publish packages
- wyatt_authentication_bloc@0.3.0
2022-11-11 19:01:49 -05:00
1896497c1a
refactor(auth): use correct deps 2022-11-11 19:01:00 -05:00
87254ef547
feat(auth): add fully functionnal mock data source 2022-11-11 18:48:30 -05:00
da34acd35b
fix(auth): return exception and not throwing it anymore 2022-11-11 18:47:59 -05:00
d9d0625c67
fix(auth): exception returns msg as message 2022-11-11 18:47:16 -05:00
08f789725b
feat(auth): add toString and equality on entities and models 2022-11-11 18:46:37 -05:00
33ac5c6280
doc(auth): update pubspec and readme 2022-11-11 16:54:58 -05:00
762b9bcd11
refactor(auth): update example with new listeners 2022-11-11 16:54:40 -05:00
38480d84f4
test(auth): add tests for all features 2022-11-11 16:54:08 -05:00
03a51b97ad
feat(auth)!: add email verification, password reset support 2022-11-11 16:53:36 -05:00
1dd49fa080
chore(release): publish packages
- wyatt_architecture@0.0.2
 - wyatt_authentication_bloc@0.2.1+6
 - wyatt_form_bloc@0.1.0+1
2022-11-10 22:59:51 -05:00
0a4a9c2feb
chore(release): publish packages
- wyatt_form_bloc@0.1.0
 - wyatt_authentication_bloc@0.2.1+5
2022-11-10 13:43:55 -05:00
3588c3241b
chore(auth): update pubspec 2022-11-10 13:39:07 -05:00