MELLATI Fatah
MELLATI Fatah
The test fails because : every version of flutter_test from sdk depends on collection 1.14.11 and states_rebuilder >=2.0.0 depends on collection ^1.14.12, flutter_test from sdk is incompatible with states_rebuilder >=2.0.0....
Thank you @HosamHasanRamadan for your proposition. Theoretically, States_rebuilder can be divided into three packages: - Core States_rebuilder: states management and dependency injection (with all InjectedFoo objects); - Route management; -...
@amoslai5128 @tk2232 I am working on a solution for this issue.
From Flutter docs, `WillPopScope.onWillPop` is invoked only if the route is popped using `maybePop` method. `maybePop` is implicitly called when the back button of an android device is tapped or...
@tk2232 @amoslai5128 In the current version, there is the `onNavigateBack` parameter of `InjectedNavigator` that can be used to globally control the back navigation. For the next version, I added the...
@tontonanrakyat sorry for my late response. I will try to add this feature
Thank you @tontonanrakyat Try the prerelease version https://pub.dev/packages/states_rebuilder/versions/6.2.0-beta-1
Use `OnBuilder.createStream` like in this simple example: ```dart import 'package:flutter/material.dart'; import 'package:states_rebuilder/scr/state_management/rm.dart'; void main() { runApp(_App()); } class _App extends StatelessWidget { const _App({Key? key}) : super(key: key); @override Widget...
@tontonanrakyat are you using VS Code?
@Prn-Ice Thank you very much for your compliment. I think it's a marketing problem. I am not that good in this field. When I was actively writing articles, I felt...