286 Commits

Author SHA1 Message Date
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
29d8ec640f
feat(analysis): add overwrite protection 2022-12-12 21:38:57 -05:00
7f9621b4f6
feat(analysis): add 2.2.2 files for archive 2022-12-12 21:37:20 -05:00
7b61f3f08a
feat(analysis): add utils script to easely bump version 2022-12-12 21:36:39 -05:00
75a5facfdc
fix(analysis): change file include to keep coherence 2022-12-12 21:30:22 -05:00
AN12345
c93b7fb5f7 feat(bloc_layout): export layout_package & adapt imports
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-12 20:32:29 -05:00
aee7060a0b
ci: fix http client test error
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-12 15:20:47 -05:00
AN12345
4f49f4931c refactor(ui_layout): update example (#92)
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-12 14:21:48 -05:00
AN12345
e8172004a3 refactor(ui_component): update example (#92) 2022-12-12 14:21:13 -05:00
AN12345
c6d8ca37fe refactor(bloc_layout): update example (#92) 2022-12-12 14:20:20 -05:00
AN12345
e01f47d41a refactor(ui_layout): update package using nullable component data (#92) 2022-12-12 14:14:15 -05:00
AN12345
7a24a36af0 refactor(bloc_layout): update package using nullable component data (#92) 2022-12-12 14:13:00 -05:00
AN12345
244a286509 refactor(ui_components): update example (#92) 2022-12-12 14:10:41 -05:00
AN12345
81a7ca5a1f feat(ui_components): make component data field nullable (#92) 2022-12-12 14:08:36 -05:00
AN12345
45c7bd6fca refactor(ui_layout): update example with components updates (close #90)
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-12 12:42:11 -05:00
AN12345
cd2806b07b refactor(bloc_layout): update example with new app bar entity (#90) 2022-12-12 12:36:40 -05:00
AN12345
dd275460f6 feat(ui_components): make app bar leading & actions customizable 2022-12-12 12:34:02 -05:00
AN12345
dc0f0c61c6 feat(bloc_layout): export useful packages (close #88)
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-12 11:25:40 -05:00
1e305c75bd
docs: update readme with melos commands
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-11 21:28:47 -05:00
9af76b8e1f ci: add package tests and validation 2022-12-12 01:21:37 +00:00
5593620181 refactor: change quality check rule name 2022-12-12 01:21:37 +00:00
a19d4bc5ce chore: update melos config 2022-12-12 01:21:37 +00:00