Bruno D'Luka

Results 72 issues of Bruno D'Luka

Currently there's no click on these widgets because it's blocked by https://github.com/flutter/flutter/issues/38803

bug
blocked

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

enhancement

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

postgrest-patch-needed

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

good first issue
Feature Request

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

Sort: Enhancement
Type: Photo library
PR welcomed
Status: Have use case

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

add-on

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

new widget