flouter library

Classes

FlouterRouteInformation
Let you access the current uri and the match to get information from it
FlouterRouteInformationParser
parse the route information accordingly to the Uri
FlouterRouteManager
allow you to interact with the List of pages
FlouterRouterDelegate
a RouterDelegate based on Uri

Typedefs

ClearAndPushMultipleUri = Future<void> Function(List<Uri>)
clear the stack of pages and push a batch of pages
ClearAndPushUri = Future<void> Function(Uri)
clear the stack of pages and push one Uri
PageBuilder = Page Function(FlouterRouteInformation)
a PageBuilder take the route information and return a Page
PushMultipleUri = Future<void> Function(List<Uri>)
allow you to push multiple Uri in one batch and remove the animation of all except the last one
PushUri = Future<void> Function(Uri)
allow you to push one Uri
RemoveLastUri = void Function()
remove the last Uri
RemoveUri = void Function(Uri)
allow you to remove a specific Uri in the List of Uri