310 Commits

Author SHA1 Message Date
5d5ad77e4f
refactor(ui_kit): use tapped state and merged styles 2023-04-13 23:15:37 +02:00
4e7b84523b
refactor(ui_component): merge flat and outline buttons in only one style 2023-04-13 23:15:37 +02:00
9186efa07a
feat(ui_component): add tapped control state 2023-04-13 23:15:37 +02:00
8d66d3d4d2
feat(ui_kit): use MultiColor in button style 2023-04-13 23:15:37 +02:00
376556f029
feat(ui_component): add MultiColor util class 2023-04-13 23:15:37 +02:00
27f18b9a79
feat(ui_kit): implement flat/outlined button 2023-04-13 23:15:37 +02:00
4d4f0884c9
feat(ui_component): add flat/outlined button styles 2023-04-13 23:15:37 +02:00
dbc1dd343f
feat(ui_kit): implement flat button 2023-04-13 23:15:37 +02:00
de23f6e246
feat(ui_component): add button components 2023-04-13 23:15:37 +02:00
927889c264
fix(uikit): remove useless file 2023-04-13 23:15:37 +02:00
c63d9331ff
chore(uikit): create package with mason 2023-04-13 23:15:37 +02:00
702199f775
feat(ui_kit): add card theme extension, fix bugs & update example (close #126) 2023-04-13 23:15:36 +02:00
a6064febb4
style(ui_kit): remove cache files 2023-04-13 23:15:36 +02:00
98fd8ddf74
build(ui_kit): add firebase config 2023-04-13 23:15:36 +02:00
b1517ca97c
build(ui_kit): add firebase config 2023-04-13 23:15:08 +02:00
8b90a782fe
feat(ui_kit): add quote / skill / portfolio cards (#126) 2023-04-13 23:14:30 +02:00
8701cc7819
style(ui_kit): add macos platform in example 2023-04-13 23:14:30 +02:00
9e9d9bc7ea
feat(ui_kit): implement information card (#126) 2023-04-13 23:14:30 +02:00
7a9c91fd97
style(ui_kit): remove default files 2023-04-13 23:14:30 +02:00
b41e6464b9
feat(ui_components): add gradient attribut to text wrapper 2023-04-13 23:14:30 +02:00
655191ebe9
chore(ui_kit): create package template 2023-04-13 23:14:30 +02:00
029e435241
fix(ui_layout): fix textwrapper 2023-04-13 23:14:30 +02:00
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
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
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