Update README.md

This commit is contained in:
TheMuellenator 2019-04-06 15:20:22 +01:00 committed by GitHub
parent e18ef64c3a
commit 565e7db325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@
* [FloatingActionButton Class](https://docs.flutter.io/flutter/material/FloatingActionButton-class.html)
* [ShapeBorder Class](https://docs.flutter.io/flutter/painting/ShapeBorder-class.html)
* [RawMaterialButton Class](https://docs.flutter.io/flutter/material/RawMaterialButton-class.html)
* [Navigating between Screens on Flutter](https://flutter.dev/docs/cookbook/navigation/navigation-basics)
* [LAB Navigation Demo](https://github.com/londonappbrewery/Navigation-Flutter-Demo)
* [Navigate with Named Routes](https://flutter.dev/docs/cookbook/navigation/named-routes)