-
`import 'package:flutter/material.dart';
import 'package:my_flutter_plannets/model/planets.dart';
class PlanetRow extends StatelessWidget {
final Planet planet;
PlanetRow(this.planet);
…
-
BuiltValue should be deprecated, because Freezed does the same stuff and more, and much easier and more concise.
It was a good choice in 2018, but now it's undesirable for beginners to drag this outd…
-
### Steps to reproduce
1. Setup a simple flutter web app which has CTA that triggers launchUrl with a custom schema.
The app that uses the custom schema is launched when the same action is done …
-
Setting `useMaterial3` applies certain defaults when constructed from the factory constructor, but since many themes are constructed from a default and customized with `copyWith`, they won't have corr…
-
Hi i've been using this plugin for a while and one thing bothered me so i thought id check if adding it is possible, a common method we use is the empty() function when using data classes is it possib…
-
**Problem**
I am currently updating my user objects using the messaging system. In this system I am trying to reduce the size of the object I am sending by only sending the fields that have been upda…
-
Provide a way of controlling the size of the month button or fit them within the available space. (Also, the issue link from pub.dev is wrong, it leads me to different repository)
![image](https://us…
-
I am working on redux for state management and using MVVM architecture.
I have made a generic reducer that only returns the updated store. For each feature I make a class, let’s call it a sub-store,…
-
**Describe the bug**
The back button is not visible for the first page, it's only visible for the second and up
**To Reproduce**
Steps to reproduce the behavior:
With this `Flow` widget you will…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
10.8.5
### Steps to reprod…