Commit Graph

33 Commits

Author SHA1 Message Date
Michael Pfaff 9956b24eb2 Take GlobalKey<NavigatorState> instead of BuildContext 2020-04-24 14:16:22 -04:00
Michael Pfaff 8e99c535bd Remove file that should not be checked into version control 2020-04-20 16:59:23 -04:00
Luke Freeman 937afe9757 update docs 2020-03-28 14:37:43 -07:00
Luke Freeman 2c06f63e19 bump to 1.6.0. fix compatibility issue 2020-02-10 17:28:31 -08:00
Luke Freeman fd792404d3 update podspec 2020-02-08 15:03:47 -08:00
Luke Freeman 827ecfcc65 update ios build artifacts 2020-02-08 15:03:22 -08:00
Luke Freeman 9a3ad8d03f fix example and migrate to androidx 2020-02-08 08:34:09 -08:00
Luke Freeman ddb81a6b29 fix transition bug. add explicit material transition type. tidy example. add font license. remove 'new', 'const', etc where not needed. 2019-07-17 20:19:56 -07:00
Luke Freeman 3d5a90de0d added cupertino native transition check. bump docs. prepare for release. 2019-06-20 09:28:28 +10:00
Luke Freeman d3b3470ac2 fix deprecation warnings in example 2019-01-24 09:27:12 -08:00
Jon Samwell a11dd62910 Added ability to define transition type when defining route (#63)
* Added ability to define transition type when defining route
* fixes to allow transition overrides. make route transition type optional (non-positional) and null by default. other fixes. NEEDS TESTING
* formatting changes
* fixed typo
2018-12-13 13:53:54 -08:00
Luke Freeman 7ec4b2ed0a fix error return type. update licenses. 2018-10-25 10:48:02 -07:00
Luke Freeman d19e689356 fix analyzer issues. update pubspec 2018-07-27 18:15:51 -07:00
Jeongbong Seo 27cf6c648a Fix bug in the example.
DateTime.sunday is not 0 but 7.
2018-06-03 17:13:31 +09:00
Luke d9ba273c88 bump version 2018-03-23 09:03:42 -07:00
Luke a0776a51ce updates to the example project 2018-03-23 08:53:23 -07:00
Luke 1cf4267936 change package due to pubish error 2018-03-12 19:46:27 -07:00
Tudor Luca 72a059bc0e Updates example project to support array parameters. 2018-02-16 16:00:59 +02:00
Luke 3eec11b73e project conversion + general tidying of the example project 2018-01-16 21:12:32 -08:00
Idan Aizik-Nissim 8c79b537d7 made Route<dynamic> [was <Null>], exposed Navigator.push Future<dynamic> [results] 2018-01-15 20:07:43 +00:00
Albert Lardizabal 1322c29cfa Merged fixes to master 2017-10-17 10:02:09 -04:00
Albert Lardizabal 5292a03d97 Fixes due to flutter updates 2017-10-17 09:59:11 -04:00
Albert Lardizabal 8cc6d70b23 updated to fix flutter changes 2017-10-06 16:35:51 -04:00
Luke baa51cd853 Merge pull request #11 from mit-mit/master
Update example/ios to match new plugin system
2017-07-24 07:38:14 -07:00
Michael Thomsen 432153800f Make example app build for android 2017-07-24 15:23:27 +02:00
Michael Thomsen 57b30e37e7 mravn feedback: revert linefeed change 2017-07-24 15:01:21 +02:00
Michael Thomsen 7aa4eb826c mravn feedback: Remove development team setting 2017-07-24 14:59:48 +02:00
Michael Thomsen 10fc60df6f Upgrade example/ios to new plugin system 2017-07-24 14:36:05 +02:00
Michael Thomsen 28c8609358 Remove PluginRegistry files that are from the previous plugin system 2017-07-24 14:27:45 +02:00
Luke b767b5ca0b Refactor route Handlers (#6)
- Removes the RouteHandler typedef and introduces the Handler class as a replacement
- Router can now handle functions on top of Route definitions
2017-05-28 10:13:36 -07:00
Luke d80bef62fd license updates 2017-05-13 22:01:02 -07:00
Luke 2a714a6aaa rename top level catch all file 2017-05-13 21:55:44 -07:00
Luke 32d91dc3fa rename. add example project 2017-05-13 21:28:28 -07:00