Custom-navigator icon indicating copy to clipboard operation
Custom-navigator copied to clipboard

A flutter package that handles navigation deep in the widget tree

Results 14 Custom-navigator issues
Sort by recently updated
recently updated
newest added

## Description All dependencies are migrated to null safety. So we should migrate this package to null safety. ## Resources * [How to migrate Dart packages to null safety](https://youtu.be/eBr5tlumwlg) *...

I just updated to the latest flutter beta: ../../../.pub-cache/hosted/pub.dartlang.org/custom_navigator-0.3.0/lib/custom_navigator.dart:60:7: Error: The non-abstract class '_CustomNavigatorState' is missing implementations for these members: - WidgetsBindingObserver.didPushRouteInformation Try to either - provide an implementation, -...

At first, I want to use pushNamed() router and also want to enter a very deeper page but, every screen will still have the bottom navigation bar. eg, from the...

Is there a way using which we can manage the Navigation for individual Tabs? So if the user Navigation from one to another tab and come back then we can...

I have used bottom navigator inside the custom navigator and the default colors for the icons on selected and not selected are not working when I try to set a...

when i logout custom navigator also display on that page

Is there a way to push in a route that can be explicitly made to stay above the bottom bar, I want to make a custom modal and idk how...