Hugo Pointcheval hugo
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-16 21:02:25 +00:00
852d29ef0a refactor(auth): update example with new input builders
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-16 21:00:21 +00:00
08383ec03b refactor(form)!: input builders provides FormInput
ee8ce76839 fix(form): disable status selection and rebuild SubmitBuilder on every state changes #28
Compare 2 commits »
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-16 20:46:15 +00:00
f05f2230e9 fix(auth): add initial null account event in stream in the mock authentication
54002beaab test(auth): add tests for the SignUpCubit update method
d5698fbffc test(form): add formReplace test case #27
Compare 3 commits »
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-16 00:25:27 +00:00
31ad460757 fix(auth)!: add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26
4fd2a2a16c chore(auth): remove old example and rename actual
Compare 2 commits »
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-15 23:48:09 +00:00
6eb40de72c feat(form): add metadata tag to bypass validation #29
cecbc94a95 chore(auth): add global vscode folder symlink
3820fc4764 chore(auth): remove local vscode folder
Compare 3 commits »
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-15 23:10:57 +00:00
1b893a5b84 test(form): add some tests
72661a343f fix(form): fix set operations behaviors
9ebe8e21dc fix(form): add nullable validator on boolean value
141f15b444 feat(form): add shorthands to access validator status
Compare 4 commits »
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-15 23:06:31 +00:00
3a8a604a48 chore(form): add vscode folder symlink
41493207b3 chore(form): remove local vscode folder
cbc4a2e149 chore: change vscode global settings
Compare 3 commits »
hugo opened issue Wyatt-FOSS/wyatt-packages#31 2022-11-15 19:45:35 +00:00
Feature: add a debounce option on form input validation
hugo closed pull request hugo/native-crypto#10 2022-11-15 16:35:11 +00:00
chore(deps): update dependency flutter_riverpod to v2
hugo closed pull request hugo/native-crypto#8 2022-11-15 16:35:11 +00:00
chore(deps): update dependency gradle to v7.5.1
hugo closed pull request hugo/native-crypto#9 2022-11-15 16:35:11 +00:00
chore(deps): update dependency com.android.tools.build:gradle to v7.3.1
hugo closed pull request hugo/native-crypto#11 2022-11-15 16:35:11 +00:00
chore(deps): update dependency gradle to v6.9.3
hugo opened issue Wyatt-FOSS/wyatt-packages#30 2022-11-15 05:55:58 +00:00
Bug: equality is not correct on FormInput
hugo opened issue Wyatt-FOSS/wyatt-packages#29 2022-11-15 05:53:20 +00:00
Feature: add a metadata tag to bypass validation
hugo opened issue Wyatt-FOSS/wyatt-packages#28 2022-11-15 05:40:47 +00:00
Bug: SubmitBuilder<E> does not rebuild on cubit changes
hugo opened issue Wyatt-FOSS/wyatt-packages#27 2022-11-15 05:34:59 +00:00
Tests: add tests in form package
hugo opened issue Wyatt-FOSS/wyatt-packages#26 2022-11-15 05:33:27 +00:00
Bug: Missing signInAnonymously method
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-14 01:29:41 +00:00
7345e415a7 chore(release): publish packages
hugo pushed tag wyatt_crud_bloc-v0.1.0 to Wyatt-FOSS/wyatt-packages 2022-11-14 01:29:41 +00:00
hugo pushed to master at Wyatt-FOSS/wyatt-packages 2022-11-14 01:21:29 +00:00
ff680614aa typo(crud): fix line length