373 Commits

Author SHA1 Message Date
9e332c3ba7
fix(cw_gen): fix textwrapper 2023-04-13 23:14:30 +02:00
aeb4366ec1
fix(bloc_layout): fix textwrapper 2023-04-13 23:14:30 +02:00
208d081252
feat(ui_component): add string extension to easely wrap text 2023-04-13 23:14:29 +02:00
4397c579ca
feat(ui_components): export cards #126 2023-04-13 23:14:29 +02:00
c5e7547551
feat(ui_components): add portfolio & skill cards #126 2023-04-13 23:14:29 +02:00
91bbbaee64
feat: make text wrapper constructor constant 2023-04-13 23:14:29 +02:00
9c8aa8ef2c
feat(ui_components): add text wrapper instead of String/Widget for Texts 2023-04-13 23:14:29 +02:00
c7fad78710
feat(ui_components): make fields nullable and not required in quote card 2023-04-13 23:14:29 +02:00
68a69c9d3c
fix(ui_components): remove darkmode enable field in cards 2023-04-13 23:14:29 +02:00
09698b3dc2
feat(ui_components): export components and add license header 2023-04-13 23:14:29 +02:00
617cdf3de0
feat(ui_components): add information_card & quote_card (#126) 2023-04-13 23:14:29 +02:00
b3b9d2d253
docs: update readme 2023-04-13 23:14:29 +02:00
3f1c93c35f
feat(authentication): add mock + local storage 2023-03-10 15:07:49 +01:00
fcc439a311
docs(authentication): update example with multiple data sources 2023-03-08 12:57:56 +01:00
5a3eeed7b5
refactor(authentication)!: split data sources (cache, session, external) 2023-03-08 12:57:24 +01:00
0e5e2403ce
style(authentication): dart format + add some docs 2023-03-08 12:55:30 +01:00
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