-
Hi,
I am a splunk se looking for some development assistance. I do not write code. However, I have a need for further development of this nozzle. Below are the needs:
**High Level Description**
…
-
## Steps to Reproduce
1. Create new Flutter project
2. In main
```dart
class _MyHomePageState extends State {
@override
Widget build(BuildContext context) {
return Scaffold(
b…
-
Hello!
I have a problem with the navigator — it animates some transitions incorrectly when the user clicks on the buttons too fast.
I do push, pushReplacement, pop, and expect to get to the start sc…
-
...or perhaps provide a new library that does so.
Context: Flutter users are concerned about the added size of including a networking stack that they may not want to use (e.g. pre-existing mobile a…
-
Adding simple accessibility labels and values goes a long way in making it the standard for people when they use these charts as examples.
Please add these to your sample charts:
.accessibilityLab…
-
Hello and thank you for this great package full of highly requested features.
For most modern apps one would need a custom BottomNavigationBar that would cater to his/her needs, unfortunately navba…
-
### :information_source: Info
**Version: `^3.16.1`**
### :speech_balloon: Description
Thank you for a great package! I see there has been hours of work put into this project.
I r…
-
The issue is quite simple: The same project makes an iOS final build that is roughly 9 times the size of the Android one.
The iOS build is gigantic, around 300MB, but I know it contains bitcode, so…
-
### Request Statement
Stable network operation with unstable connection
### Solution Brainstorm
_No response_
-
One of the things I love the most about `flutter_animate` is that I can use the extensions to visually separate (in my code) UI elements from the animation effects applied to them. This makes my code …