|
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 |
|
|
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
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 |
|