-
How does someone put together ThemeData.from() with an existing theme? It works nice on the root of a project, but if you have it anywhere else things start to break and boilerplate starts adding fast…
-
It should be easy to compare two things or sub-components (value, link, etc.).
=> Override `==` operator and hashcode.
-
I notice that, if i created a record like: `final it = (call: () {})` and tried to call it with `it()` it fails.
but if I make an extension method that has a `call()` that forwards to a function r…
-
- [x] Refactor Data Models to Use Subcollections
- [x] Update the Issue Model
- [x] Define Firestore Subcollections
- [x] Update the Hypothesis and Solution Models
- [x] Update Repository Co…
-
**Describe the bug**
freezed's code generation changes the type of fields defined with a typedef type:
In Isar, `Id` is defined as
```
/// Type to specify the id property of a collection.
typ…
-
Hi, I'm using Zefyrka Package in my flutter web project. But I found some issue in Flutter web.
1 - Zefyrka editor takes 4-5 seconds before someone can use the editor.
2- Line spacing is too much…
-
The context menu for selected content provided by the `SelectionArea` should provide selection-specific menu options, but when semantics is on it pops up a generic menu:
Repro
```
import 'p…
-
I am trying to create a search bar with filters for a backend (Algolia). I have created a complex tree of providers but stumbled upon a possible bug when using ProviderScope with it.
I would like t…
Ortes updated
2 months ago
-
Hello.
Could we please have Material 3 support? If I use the `useMaterial3` flag on ThemeData, visual elements such as buttons aren't rendered properly.
```dart
@override
Widget build(Bui…
-
Hi, is there any parameter to specify tab size in text widget such as `Text` and `RichText`?
Seems it is 8 by default. In some cases developers may want to specify it as 4 or 2, for example [code s…