Malo Léon malo
  • Joined on 2021-10-29
133e0e910b fix(ui_kit): make card core stateless
25224469b5 fix(ui_components): fix MultiColor lerp method
6537945946 fix(ui_kit): remove null check operator in RichTextBuilder component
702164082a fix(ui_kit): remove null check operator in Loader component
f2b8c03dd7 refactor(ui_kit): update textinput component using borderColors as Color
Compare 8 commits »
malo commented on pull request Wyatt-FOSS/wyatt-packages#145 2023-02-21 10:49:38 +00:00
ui_kit-ui_components/feat/add-textinputs-components
  • Copywith extension doesn't work here for merging styles. Please add it to ThemeStyle and override method in all component style classes.
  • Please change borderColor type using Color instead of…
4030511f4a fix(ui_components-ui_kit): fix, clean and unify logic and code after rebase
8ed8a71c7c fix(ui_kit): fix conflicts in card component after rebase
b6d22002ee fix(ui_kit): fix export theme file
9b9339cb56 chore(ui_components): add copywith deps
b57500b854 feat(ui_kit): update example (#138)
Compare 27 commits »
malo commented on pull request Wyatt-FOSS/wyatt-packages#145 2023-02-21 07:25:30 +00:00
ui_kit-ui_components/feat/add-textinputs-components

Need to be rebase. changes conflicting are :

  • packages/wyatt_ui_components/lib/src/core/utils/theme_resolver.dart
  • packages/wyatt_ui_components/lib/src/domain/entities/entities.dart -…
malo created pull request Wyatt-FOSS/wyatt-packages#145 2023-02-21 07:24:14 +00:00
WIP: ui_kit-ui_components/feat/add-textinputs-components
13089c803a feat(ui_kit): update example (#138)
548df1cc42 feat(ui_kit): implemement text inputs (#138)
dfb2597674 feat(ui_components):add text input components, theme extension and worked on utils (#138)
85805a25ea feat(ui_components): add isColor getter in multicolor helper
a64656f987 refactor(ui_components): update colors using Multicolor class (#138)
Compare 8 commits »
malo pushed to master at Wyatt-FOSS/wyatt-packages 2023-02-17 15:29:24 +00:00
f67e4aa112 ci: use latest dart version in ci container
malo deleted branch ci/fix/dart2-19 from Wyatt-FOSS/wyatt-packages 2023-02-17 15:29:24 +00:00
malo merged pull request Wyatt-FOSS/wyatt-packages#143 2023-02-17 15:29:23 +00:00
ci: use latest dart version in ci container
malo pushed to master at Wyatt-FOSS/wyatt-packages 2023-02-17 15:02:13 +00:00
2769d45e20 fix(ui_kit): fix text align, add selection and update example for rich text builder
66719732f7 feat(ui_kit): implement rich text builder (closes #141)
25018dc78a feat(ui_component): add rich text builder / parser
efeb3acff3 build(ui): optimize build runner
ef52015372 refactor(ui): rework text gradient and text wrapper
Compare 5 commits »
malo closed issue Wyatt-FOSS/wyatt-packages#141 2023-02-17 15:02:13 +00:00
Feature(ui_components-ui_kit): add rich text builder
malo deleted branch ui_kit/refactor/text_gradient from Wyatt-FOSS/wyatt-packages 2023-02-17 15:02:13 +00:00
malo merged pull request Wyatt-FOSS/wyatt-packages#142 2023-02-17 15:02:13 +00:00
text gradient & rich text builder
malo pushed to master at Wyatt-FOSS/wyatt-packages 2023-02-16 14:16:12 +00:00
c5f8b69184 style(ui_kit): add example demo-page auto-generation
33984b1733 feat(ui_kit): add loader implementation
a47c28a4d6 feat(ui_component): add loader component and style
63bbde8213 refactor(ui_component): remove CopyWith extension
8070623e88 fix(ui_component): add generated component with theme resolver
Compare 5 commits »
malo deleted branch ui_kit/feat/loader from Wyatt-FOSS/wyatt-packages 2023-02-16 14:16:12 +00:00
malo merged pull request Wyatt-FOSS/wyatt-packages#140 2023-02-16 14:16:11 +00:00
ui_kit/feat/loader