flutter/examples/flutter_gallery/lib/demo
xster 58ddde88f4 Make Cupertino page transitions match native behaviours (#9138)
* Moved stuff around yet

* Fix depedencies

* Add more dartdoc comments to packages

* Remove Cupertino dependency on material

* Removed mountain_view package and added page transition test

* Fix analyze warnings

* Remove commented code

* Partial solution. Still need to stop the animation on the previous page for modal

* Some review notes

* Move the cupertino back gesture controller’s lifecycle management back to its parent

* Reviews

* Add background color

* Directional curves, full screen transition

* Don’t perform the exit animation if the incoming page is a dialog

* It works!

* Test structures

* Add a bunch of more tests and fix the gallery

* One more comment

* Review notes

* final controller

* Use that sweet sweet `is!` keyword

* Play golf, because I’m bitter that there’s no nullable `as` or something in dart

* Remove a space

* Review notes

* Remove the last deprecated test
2017-04-03 12:44:43 -07:00
..
animation add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
calculator apply the upcoming rule unnecessary_this (#8838) 2017-03-17 08:05:42 +01:00
cupertino Rename Dismissable to Dismissible (#8919) 2017-03-20 16:17:08 -07:00
material Make Cupertino page transitions match native behaviours (#9138) 2017-04-03 12:44:43 -07:00
shrine add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
all.dart apply the upcoming rule : directives_ordering (#8582) 2017-03-08 14:58:09 -08:00
animation_demo.dart Added a gallery animation demo (#8547) 2017-03-03 11:38:19 -08:00
calculator_demo.dart Reorganize the calculator demo (#4536) 2016-06-13 11:44:46 -07:00
colors_demo.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00
contacts_demo.dart Rename ImageFit to BoxFit (#8871) 2017-03-17 15:21:55 -07:00
pesto_demo.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00
shrine_demo.dart prefer const constructors (#8316) 2017-02-21 14:54:29 -08:00
typography_demo.dart add @required when there's an assert not null (#9124) 2017-03-31 18:34:13 +02:00