-
```
Class SugarPhotoPage extends StatefulWidget {
const SugarPhotoPage({super.key});
@override
State createState() => _SugarPhotoPageState();
}
class _SugarPhotoPageState extends State…
-
We have a problem that when a modal is currently closing and the user opens another one at the same time, an error is thrown and the app no longer works properly. I added an example for this behavior.…
kmorl updated
4 months ago
-
```dart
class Demo extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('demo'),),
body: GestureDetector(
…
-
once opened in virtualenv, the d-rats application is shown in the mac appbar as "python3.11".
maybe is not avoidable as d-rats is a python intepreted app?
-
![image](https://user-images.githubusercontent.com/50608974/219987464-61ce55ff-7355-41f8-ad3f-ca7ca99a4b51.png)
![image](https://user-images.githubusercontent.com/50608974/219987473-f90125aa-928b-472…
-
The AppBar documentation doesn't show how to get these fields to interact well: FlexibleSpace shows 'behind' the TabBar, so it can make more sense to put the TabBar into the FlexibleSpace.
We shoul…
-
First of all, thank you for that amazing package @NikhilVadoliya!
Sadly, I have found a bug which makes it impossible for me to use your package until this bug is fixed. I have recreated this bug i…
-
after deleting the controller, the find().update([]) does not work.
is this normal or is it a bug?
gif:
![fl](https://user-images.githubusercontent.com/70009860/114082710-bbf81680-98b6-11eb-9aa7…
stjfk updated
3 years ago
-
The `ScrollPosition.isScrollingNotifier` notifications work as expected on mobile, when scrolls are initiated by touch-dragging. This can be seen in the example provided in https://github.com/flutter…
-
### What package does this bug report belong to?
go_router
### What target platforms are you seeing this bug on?
Android, Web
### Have you already upgraded your packages?
Yes
### Dep…