Lucas Oliveira
Lucas Oliveira
##### Issue ticket number ## Describe your changes - Change the way context variants are applied. We have no more differences between `PressableStateVariant` and `ContextVariant`. - Remove the PressableStateVariant `class`;...
## Describe your changes - Remove pre-implemented Space and Radius Tokens - Remove tokens utilities for Space and Radius - Rename space to spaces ## Type of change - **New...
### Package version 1.0.0-beta.1 ### Flutter version ```bash Flutter 3.16.8 • channel stable • https://github.com/flutter/flutter.git Framework • revision 67457e669f (10 days ago) • 2024-01-16 16:22:29 -0800 Engine • revision 6e2ea58a5c...
I was trying to use the new dart feature `Macro` to generate the repetitive code in the Mix framework (@leoafarias). Initially, I aimed to simplify the API by generating new...
### Description Updating flutter and dart version ### Changes - Update Flutter version to 3.19.0 - Update Dart version to 3.3.0 **Review Checklist** - [ ] **Testing**: Have you tested...
#### Related issue #313 ### Description Add the ability to set modifiers in **specs**. ### Changes - Add modifiers as an attribute of `Spec`; - Add the ability to set...
##### Issue ticket number #261 ## Describe your changes - Create a new decorator to apply a different appearance to the mouse ## Type of change - **New feature** (non-breaking...
It was throwing an error in the parse from `Map` to`Result`. I looked at pub.dev code and I found out that all the parameters are optional in the [real class](https://github.com/dart-lang/pub-dev/blob/81df0335a9d09d2a00054754a9e9835310c56eb7/app/lib/scorecard/models.dart#L27C1-L34C42).
### Description - Small fixes ### Changes - small adjustments on demo app - rename components **Review Checklist** - [ ] **Testing**: Have you tested your changes, including unit tests...
### Description - Create a new component ### Changes - Add the new component folder - Add the component into demo app **Review Checklist** - [ ] **Testing**: Have you...