167 Commits

Author SHA1 Message Date
54002beaab
test(auth): add tests for the SignUpCubit update method 2022-11-16 15:45:11 -05:00
d5698fbffc
test(form): add formReplace test case #27 2022-11-16 15:43:52 -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
6eb40de72c
feat(form): add metadata tag to bypass validation #29 2022-11-15 18:48:02 -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
1b893a5b84
test(form): add some tests 2022-11-15 18:10:50 -05:00
72661a343f
fix(form): fix set operations behaviors 2022-11-15 18:10:30 -05:00
9ebe8e21dc
fix(form): add nullable validator on boolean value 2022-11-15 18:09:39 -05:00
141f15b444
feat(form): add shorthands to access validator status 2022-11-15 18:09:13 -05:00
3a8a604a48
chore(form): add vscode folder symlink 2022-11-15 18:06:13 -05:00
41493207b3
chore(form): remove local vscode folder 2022-11-15 18:05:18 -05:00
cbc4a2e149
chore: change vscode global settings 2022-11-15 18:03:30 -05:00
7345e415a7
chore(release): publish packages
- wyatt_crud_bloc@0.1.0
wyatt_crud_bloc-v0.1.0
2022-11-13 20:29:19 -05:00
ff680614aa
typo(crud): fix line length 2022-11-13 20:21:20 -05:00
3e110e2eb5
fix(crud): update example 2022-11-13 20:19:21 -05:00
1ccb0a540e
refactor(crud)!: migrate to wyatt architecture 2022-11-13 20:19:10 -05:00
f9da719b91
refactor(crud): add vscode config 2022-11-13 20:18:10 -05:00
95f41025f4
chore(release): publish packages
- wyatt_authentication_bloc@0.3.0+1
wyatt_authentication_bloc-v0.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
wyatt_authentication_bloc-v0.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
wyatt_architecture-v0.0.2 wyatt_authentication_bloc-v0.2.1+6 wyatt_form_bloc-v0.1.0+1
2022-11-10 22:59:51 -05:00
0219e3d557
doc(arch): update readme 2022-11-10 22:58:35 -05:00
3de7d01173
feat(arch): add new typedef for stream and simple result 2022-11-10 22:58:19 -05:00
4183da6259
feat(arch): make base class const 2022-11-10 22:57:51 -05:00
1f24a76717
chore(form): add hosted dependecy 2022-11-10 13:51:37 -05:00
0a4a9c2feb
chore(release): publish packages
- wyatt_form_bloc@0.1.0
 - wyatt_authentication_bloc@0.2.1+5
wyatt_authentication_bloc-v0.2.1+5 wyatt_form_bloc-v0.1.0
2022-11-10 13:43:55 -05:00
92f8b2916c Merge pull request 'auth/wyatt_arch_migration' (#25) from auth/wyatt_arch_migration into master
Reviewed-on: #25
2022-11-10 18:40:27 +00:00
3588c3241b
chore(auth): update pubspec 2022-11-10 13:39:07 -05:00
9b87eb7ed9
chore(form): update pubspec 2022-11-10 13:38:55 -05:00
6802a56bfc
doc(auth): update example router 2022-11-10 13:31:15 -05:00
b2a9dac7c6
refactor(auth): rename local to cache auth data source 2022-11-10 13:31:00 -05:00
c0a91d6437
feat!(auth): use form repository 2022-11-10 13:30:13 -05:00
59bd3edb0d
feat!(auth): use new form features 2022-11-10 13:29:30 -05:00
0c920e8245
feat(form): clean and add toString and equality 2022-11-10 13:24:29 -05:00
ae3711a136
fix!(form): fix states with required form 2022-11-10 13:24:00 -05:00
f031b3cbf5
fix: make cubit custom implementation simpler 2022-11-10 01:28:30 -05:00
68a582c3ad
refactor(form): refactor simple example 2022-11-10 01:06:25 -05:00
7a056ac38e
feat!(form): add repository feature, and controller for inputs 2022-11-10 01:05:12 -05:00
b89ef3de8a
feat!(form): migrate to wyatt architecture 2022-11-09 22:35:41 -05:00