Tomás Weigenast

Results 29 issues of Tomás Weigenast

It would be nice if this library implements something like this: https://github.com/momaek/formattag

Why I get this error when I try to get a route? ``` E/MapboxOnboardRouter( 5786): Error occurred fetching offline route: No suitable edges near location - Code: 171 W/valhalla( 5786):...

`.pack` and `.unpack` methods should be implemented and add compatibility with the `toObject` method, to allow JSON serialization. Another change to be made to the `toObject` method is how it...

I want to create a ChangeNotifierProvider with passed values from route arguments like this: ```dart _fluroRouter.define(BusinessListPage.route, handler: Handler(handlerFunc: (context, args) => ChangeNotifierProvider( create: (context) { var category = context.settings?.arguments as...

Hi. It would be really helpful if specifying initialRoute work as its supposed to work, set the initial route, not changing it after set the route to **/**. In my...

This partially merges pagination in the core of the library by adding a new property to the `Tabular` class which is `hasNextPage`. The commit also introduces a new property to...

new feature

I want to create a ChangeNotifierProvider with passed values from route arguments (im using Fluro for routing) like this: ```dart _fluroRouter.define(BusinessListPage.route, handler: Handler(handlerFunc: (context, args) => ChangeNotifierProvider( create: (context) {...

enhancement

I want to know if this library supports reading from IndexedDb instead of memory. Thanks.

This is a feature request. In a future release, can you implement custom animation for transitions?

It would be really useful if we can disable the default notification shown by `location` and provide an own notification via `awesome_notification` for example.

bug