SYMBOL INDEX (134 symbols across 22 files) FILE: lib/custom_page.dart class CustomPage (line 3) | class CustomPage extends Page { method createRoute (line 12) | Route createRoute(BuildContext context) FILE: lib/main.dart function main (line 7) | void main() class TheApp (line 12) | class TheApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class _NavStateLabel (line 39) | class _NavStateLabel extends StatelessWidget { method build (line 45) | Widget build(BuildContext context) class MainNavigatorPage (line 67) | class MainNavigatorPage extends StatelessWidget { method build (line 69) | Widget build(BuildContext context) method _onPopPage (line 99) | bool _onPopPage( FILE: lib/main_add_two_pages.dart function main (line 4) | void main() class TheApp (line 8) | class TheApp extends StatefulWidget { method createState (line 10) | _TheAppState createState() class _TheAppState (line 13) | class _TheAppState extends State { method initState (line 17) | void initState() method build (line 30) | Widget build(BuildContext context) method addTwoPages (line 45) | void addTwoPages() method _onPopPage (line 59) | bool _onPopPage(Route route, dynamic result) class MyCustomPage (line 82) | class MyCustomPage extends Page { method createRoute (line 92) | Route createRoute(BuildContext context) class HomePage (line 112) | class HomePage extends StatelessWidget { method build (line 118) | Widget build(BuildContext context) class SecondLevelPage (line 133) | class SecondLevelPage extends StatelessWidget { method build (line 137) | Widget build(BuildContext context) class ThirdLevelPage (line 147) | class ThirdLevelPage extends StatefulWidget { method createState (line 153) | _ThirdLevelPageState createState() class _ThirdLevelPageState (line 156) | class _ThirdLevelPageState extends State { method increment (line 159) | void increment() method build (line 167) | Widget build(BuildContext context) FILE: lib/main_router.dart function main (line 8) | void main() class TheApp (line 12) | class TheApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class TheAppRouterDelegate (line 38) | class TheAppRouterDelegate extends RouterDelegate method build (line 50) | Widget build(BuildContext context) method _onPopPage (line 65) | bool _onPopPage(Route route, dynamic result) method setNewRoutePath (line 84) | Future setNewRoutePath(TheAppPath configuration) class RoutePageManager (line 89) | class RoutePageManager extends ChangeNotifier { method of (line 90) | RoutePageManager of(BuildContext context) method didPop (line 110) | void didPop(Page page) method setNewRoutePath (line 116) | Future setNewRoutePath(TheAppPath configuration) method openDetails (line 145) | void openDetails() method resetToHome (line 149) | void resetToHome() method addDetailsBelow (line 153) | void addDetailsBelow() function parseRoute (line 166) | TheAppPath parseRoute(Uri uri) class TheAppRouteInformationParser (line 188) | class TheAppRouteInformationParser extends RouteInformationParser parseRouteInformation( method restoreRouteInformation (line 197) | RouteInformation restoreRouteInformation(TheAppPath path) class TheAppPath (line 213) | class TheAppPath { FILE: lib/main_screen.dart class MainScreen (line 8) | class MainScreen extends StatefulWidget { method createState (line 12) | _MainScreenState createState() class _MainScreenState (line 15) | class _MainScreenState extends State { method _setPage (line 18) | void _setPage(int index) method build (line 25) | Widget build(BuildContext context) FILE: lib/main_set_state.dart function main (line 4) | void main() class TheApp (line 8) | class TheApp extends StatefulWidget { method createState (line 10) | _TheAppState createState() class _TheAppState (line 13) | class _TheAppState extends State { method initState (line 18) | void initState() method build (line 41) | Widget build(BuildContext context) method _onPopPage (line 89) | bool _onPopPage(Route route, dynamic result) class HomePage (line 98) | class HomePage extends StatelessWidget { method build (line 104) | Widget build(BuildContext context) class DetailsPage (line 117) | class DetailsPage extends StatelessWidget { method page (line 118) | Page page({VoidCallback onAddPage}) method build (line 131) | Widget build(BuildContext context) class SecondLevelPage (line 152) | class SecondLevelPage extends StatelessWidget { method build (line 157) | Widget build(BuildContext context) class ThirdLevelPage (line 173) | class ThirdLevelPage extends StatefulWidget { method createState (line 184) | _ThirdLevelPageState createState() class _ThirdLevelPageState (line 187) | class _ThirdLevelPageState extends State { method increment (line 190) | void increment() method build (line 198) | Widget build(BuildContext context) class InnerApp (line 226) | class InnerApp extends StatefulWidget { method page (line 227) | Page page() method createState (line 231) | _InnerAppState createState() class _InnerAppState (line 234) | class _InnerAppState extends State { method initState (line 239) | void initState() method build (line 260) | Widget build(BuildContext context) method _onPopPage (line 271) | bool _onPopPage(Route route, dynamic result) class InnerHomePage (line 280) | class InnerHomePage extends StatelessWidget { method build (line 286) | Widget build(BuildContext context) class InnerDetailsPage (line 299) | class InnerDetailsPage extends StatelessWidget { method build (line 305) | Widget build(BuildContext context) FILE: lib/navigator10/details_screen.dart class DetailsScreen (line 4) | class DetailsScreen extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class CustomPageBuilder (line 50) | class CustomPageBuilder extends PageRoute with MaterialRouteTransitionMi... method buildTransitions (line 66) | Widget buildTransitions(BuildContext context, Animation animat... method didPop (line 77) | bool didPop(result) method buildContent (line 87) | Widget buildContent(BuildContext context) FILE: lib/navigator10/navigator_page.dart class Navigator10Screen (line 7) | class Navigator10Screen extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: lib/navigator20/details_screen.dart class DetailsScreen (line 8) | class DetailsScreen extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) FILE: lib/navigator20/navigator_page.dart class Navigator20Screen (line 5) | class Navigator20Screen extends StatefulWidget { method createState (line 7) | _Navigator20ScreenState createState() class _Navigator20ScreenState (line 10) | class _Navigator20ScreenState extends State { method build (line 14) | Widget build(BuildContext context) FILE: lib/navigator20/result_screen.dart class ResultScreen (line 5) | class ResultScreen extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/page_manager.dart class PageManager (line 12) | class PageManager extends ChangeNotifier { method of (line 34) | PageManager of(BuildContext context) method openDetails (line 38) | void openDetails() method waitForResult (line 58) | Future waitForResult() method returnWith (line 74) | void returnWith(bool value) method addOtherPageBeneath (line 82) | void addOtherPageBeneath({Widget child}) method pushTwoPages (line 101) | void pushTwoPages() method makeRootPage (line 120) | void makeRootPage() method isRootPage (line 125) | bool isRootPage(Key key) method replaceTopWith (line 131) | void replaceTopWith(Widget child) method _setResult (line 143) | void _setResult(dynamic result) method didPop (line 152) | void didPop(Page page, dynamic result) method dispose (line 161) | void dispose() class ResultablePage (line 168) | class ResultablePage extends MaterialPage { FILE: lib/router/details_screen.dart class DetailsScreen (line 6) | class DetailsScreen extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/router/main_screen.dart class MainScreen (line 6) | class MainScreen extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: lib/router/unknown_screen.dart class UnknownScreen (line 4) | class UnknownScreen extends StatelessWidget { method build (line 6) | Widget build(BuildContext context) FILE: lib/screens/about_screen.dart class AboutScreen (line 3) | class AboutScreen extends StatelessWidget { method build (line 5) | Widget build(BuildContext context) FILE: lib/screens/other_screen.dart class OtherScreen (line 3) | class OtherScreen extends StatelessWidget { method build (line 7) | Widget build(BuildContext context) FILE: lib/transition_delegates/custom_transition_delegate.dart class CustomTransitionDelegate (line 3) | class CustomTransitionDelegate extends DefaultTransitionDelegate { method resolve (line 7) | Iterable resolve({ FILE: lib/transition_delegates/no_animation_transition_delegate.dart class NoAnimationTransitionDelegate (line 4) | class NoAnimationTransitionDelegate extends TransitionDelegate { method resolve (line 6) | Iterable resolve({ FILE: linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 8) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: linux/my_application.cc type _MyApplication (line 7) | struct _MyApplication { function my_application_activate (line 14) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 36) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 40) | static void my_application_init(MyApplication* self) {} function MyApplication (line 42) | MyApplication* my_application_new() {