631 Commits

Author SHA1 Message Date
4256622726 style: add models 2023-02-28 15:42:02 +00:00
89ce553fa2 feat(bloc_layout): add grid content implementations 2023-02-28 15:42:02 +00:00
abb5f0c735 style(bloc_layout): apply dart fix 2023-02-28 15:42:02 +00:00
99311c5d8c feat(bloc_layout): rework on structure using new components and layouts 2023-02-28 15:42:02 +00:00
a0783b4b60 docs: add doc 2023-02-28 15:42:02 +00:00
4029d4de03 feat: update layouts to allow more control on components 2023-02-28 15:42:02 +00:00
3a59230bce
feat(i18n): add i18n delegate + example
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-28 15:06:49 +01:00
fc9812fc1f
docs(i18n): add docstrings on every classes 2023-02-28 15:04:32 +01:00
0f8f9abcf4
feat(i18n): implements network data source 2023-02-28 11:22:23 +01:00
17ece11170
feat(i18n): add default locale 2023-02-28 11:22:04 +01:00
cbbde8db85
feat(i18n): add getter/setter 2023-02-28 11:21:27 +01:00
75f561a19e
feat(i18n): add ICU parser 2023-02-27 17:42:22 +01:00
8a37aec127
feat(i18n): add arb, json and yaml parsers 2023-02-27 16:32:22 +01:00
0a55df8638
chore(i18n): initialize new package 2023-02-27 13:55:26 +01:00
4a73a8a4c0 chore(ui_kit): export wyatt component theme data
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 16:26:51 +01:00
b1d66dc6e4
chore(release): publish packages
All checks were successful
continuous-integration/drone/push Build is passing
- wyatt_analysis@2.4.1
wyatt_analysis-v2.4.1
2023-02-24 10:20:00 +01:00
25cf9518f9
chore: fix all problems
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 10:12:04 +01:00
8d833d39d7
chore: fix and format using melos 2023-02-23 19:19:48 +01:00
d098d9a6bf
feat(analysis): add latest version persistence between script executions
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 18:53:03 +01:00
0f8c5bb983
ci(analysis): ignore script in publish (closes #124) 2023-02-23 18:52:27 +01:00
20f07a177b
feat(analysis): ignore todo's 2023-02-23 18:50:17 +01:00
1a48b606a4
refactor(ui): replace ThemeResolver by ThemeHelper in Loader / RichTextBuilder (closes #148) 2023-02-23 18:27:17 +01:00
6c54689393
refactor(ui)!: remove bloc export in buttons to be state management solution agnostic (closes #147) 2023-02-23 16:59:56 +01:00
d6c9dfd8a7
feat(ui_components): add extra state 2023-02-23 16:57:18 +01:00
881cbc5bef
fix(ui): change example to be compatible with new AppTopBar and TextWrapper 2023-02-23 11:50:13 +01:00
81c8851ac8 style(ui_components): remove useless comment
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-23 10:40:05 +01:00
0c176ba0fa feat(ui_kit-ui_components): Modify the theme resolver to utilize the theme helper and streamline the logic 2023-02-23 10:24:54 +01:00
970dde2ef1 feat(ui_kit): remove .raw call 2023-02-23 09:33:05 +01:00
2e187b26eb feat(ui_kit): export ui kit as component theme data 2023-02-23 09:30:11 +01:00
0337d4f97a feat(ui_components): make component theme data copyable 2023-02-23 09:29:46 +01:00
3c3545abfe style(ui_kit): remove test style
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 19:29:39 +01:00
2dfbd59773 feat(ui_kit): allow to cascade styles in ThemeHelper 2023-02-22 19:28:09 +01:00
4a3fde3a1e feat(ui_kit): implement top nav bar
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 17:43:42 +01:00
317eb56d66 refactor(ui_kit): adapt ui_kit 2023-02-22 16:13:07 +01:00
b9dac32143 refactor(ui_components): migrate top nav bar using generify top bar 2023-02-22 16:10:25 +01:00
8955788fa5 feat(ui_components): generify bars 2023-02-22 16:05:40 +01:00
ca6af3ccc3 style(ui_components): clean folders and gather bars 2023-02-22 16:01:51 +01:00
ad0f1ec1c5 feat(ui_kit): implement top app bar and update example 2023-02-22 15:50:46 +01:00
41a484c013 feat(ui_components): update attributs and proxy most of appbar attributs 2023-02-22 15:50:21 +01:00
4811ed8998 feat(ui_components): add centerTitle property to app bar component 2023-02-22 11:37:29 +01:00
dba14088b0 style(ui_components): format imports 2023-02-22 11:25:22 +01:00
b2fe14a123 feat(ui_components): add top navigation bar component to theme data 2023-02-22 11:24:30 +01:00
bbd3f0a02d feat(ui_components): add Top Navigation Bar Component 2023-02-22 11:23:08 +01:00
79dc34414c fix(ui_components): add loader to theme data (close #152)
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 00:02:26 +00:00
349d1ae288 feat(ui_components): add new components to theme data (close #152) 2023-02-22 00:02:26 +00:00
49b534d145 fix(ui_kit): fix tab action focus on textinputs
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 18:44:11 +01:00
a68da15cdc
feat(ui): add some useful text customization in TextWrapper (closes #149)
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 18:05:56 +01:00
6037e13f50
fix(ui_component): inverse merge in TextInputStyle
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-21 16:08:23 +01:00
93cc5058d1
refactor(ui_kit): use ThemeHelper in cards 2023-02-21 15:37:42 +01:00
12d04c91ed
fix(ui): use multicolor in cards 2023-02-21 15:17:05 +01:00