Bruno D'Luka
Bruno D'Luka
Currently there's no click on these widgets because it's blocked by https://github.com/flutter/flutter/issues/38803
**Is your feature request related to a problem? Please describe.** When creating packages/plugins for Flutter, sometimes they break on Flutter updates. It's, sometimes, hard to debug and perform the changes...
# Feature request ## Is your feature request related to a problem? Please describe. Transactions are a fundamental concept of all database systems. The essential point of a transaction is...
First of all, thank you for your awesome plugin :) # More platforms Currently, the plugin only supports Android and iOS. It'd be great if other platforms could be supported:...
**Is your feature request related to a problem? Please describe.** When I'm trying to update my media grid when the gallery is updated, I have to handle `MethodCall` by myself....
https://github.com/leoafarias/mix/pull/87 Added the following endpoints - `/docs/mixable_widgets/box` - `/docs/mixable_widgets/text_mix` - `/docs/mixable_widgets/pressable` - `/docs/variants/not` - `/docs/variants/usage` - `/docs/variants/catalog/text_styling`
#88 must be merged first go to `/docs/concepts/variants`
This would be a variant that would react to a keyboard key press. It'd be something like: ```dart final mix = Mix( key(LogicalKeyboardKey.enter)( bgColor(Colors.red), ), ); ``` The `key()` would...
To show a dialog, we must add the `context` parameter to the function. It would be cool if we could show a dialog from the BuildContext. ## For example: ###...
Implement text and label fields: - [x] `MacosTextField` - [x] `MacosLabel` - [x] #197 - [ ] #196 - [ ] `MacosTokenField` -ordered by priority- ### Text Fields A text...