fmvvm icon indicating copy to clipboard operation
fmvvm copied to clipboard

An MVVM framework for creating Flutter apps

Results 7 fmvvm issues
Sort by recently updated
recently updated
newest added

This is a request to add support for null safety to this package. See the [migration guide](https://dart.dev/null-safety/migration-guide) for details about enabling null safety.

ancestorWidgetOfExactType() got deprecated

Just a quick heads up that in release mode for web, class names, so ViewModels included, will get minified, so for example `navigationService.navigateAndRemoveCurrent();` wont push 'HomePageView' to RouteSettings.name. Might consider...

I am getting the following error when give navigation from login page to dashboard page: [VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The method 'findAncestorStateOfType' was called on null. Receiver: null Tried calling:...

i think we can't use animation for `MaterialPageRoute` to use transitions, for example like with android please see this link which that implemented on `Flutter` https://github.com/divyanshub024/Flutter-page-route-transition now my question is...

question

when i try to use Fmvvm like fragment in android i get this error: > Bad state: The same type cannot be registered twice

question