MELLATI Fatah

Results 7 issues of MELLATI Fatah

This updates the states_rebuilder implementation to use the 1.15.0 version. Changes: * **Immutable state:** Now Todo and TodosState are immutable objects. * methods in TodosState are static pure functions *...

Here is the starting point of your journey with `states_rebuilder`. You'll learn from simple and incremental examples the core foundation of states_rebuilder. At the end of these sets of examples,...

good first issue

# Staggered Animation Using `AnimateWidget`, you can specify for each animate value, its onw `curve` and `reverseCurve` using `setCurve` and `setReverseCurve`. This is the same example as in [Flutter docs...

I added a new widget called AnimateWidget that allows for implicit without limitation. Let's reproduce the `AnimatedContainer` example in official Flutter docs. ([link here](https://api.flutter.dev/flutter/widgets/AnimatedContainer-class.html)). In Flutter `AnimatedContainer` example, we see:...

## Steps to Reproduce This simple test fails ```dart testWidgets('GridView.count', (tester) async { await tester.pumpWidget( MaterialApp( home: GridView.count( crossAxisCount: 1, children: [ Text('1'), Text('2'), Text('3'), Text('4'), ], ), ), );...

a: tests
framework
f: scrolling
has reproducible steps
P4
found in release: 3.3
found in release: 3.7

update to fit flutter 3.19 release