-
We originally went with Redux due to it's ubiquity, however it is certainly a bit cumbersome, although redux-toolkit helps a lot.
Here are some of the issues (please add):
1. Doesn't handle asyn…
-
**EDIT: 2020/12/08 bug fixed, came from dev.to**
After following the blog post instructions, I managed to use dev-to-git to upload a test blog post.
I extended to a second blog post, then dev.to…
-
Recently my computer always report error cannot call write after a stream was destroyed.
And wired thing is this happens randomly, today everything is normal again.
![image](https://user-images.gi…
-
SliverAppBar will not collapse when scrolling the ListView.
## Steps to Reproduce
1. Create `SliverAppBar` with background content
2. Add `TabView` to the `Scaffold` body property
3. Crea…
-
Given that async operations are quite common, I think it would be helpful to add a simple search functionality to the Marvel example that would debounce the input query.
How do you approach such funct…
-
After leaving the page and re-navigate to the page BlocBuilder still keeps old state.
Here is my widget:
```dart
class CreateRoom extends StatefulWidget {
@override
_CreateRoomState create…
-
**Is your feature request related to a problem?**
Currently the searching functionality in the [MembersPage](https://github.com/anitab-org/mentorship-flutter/blob/develop/lib/screens/home/pages/membe…
-
Hi!
I want to group several items in a same header. Is it possible?
Example:
**Header**
content
content --> no header
**Header**
content
**Header**
content
content --> no header
content -…
-
使用版本是1.5.1, 开发时没问题, 打包真机app一进去, 会是空白页, 点击到其他导航, 再点击回来就正常渲染了.
`import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_swiper/fl…
-
Add any other context or screenshots about the feature request here.
I am developing an app using flutter where Wordpress Posts are fetched. I use Wordpress [GraphQL API plugin][1] for WP.
I am new …