nested_navigators 1.0.3 nested_navigators: ^1.0.3 copied to clipboard
Flutter widget to implementing multiple stacks routes with the ability to select the current displayed navigator from the outside.
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(App());