Slides for Flutter Presentation to GDG Boulder Oct 2019. Summarizing news in Flutter/Dart from the last six months.
This project is a starting point for a Flutter web application. It's not refined but it has some good examples on how to implement some web specific features. It was created to run in your browser (Chrome is best). To run the project, make sure you have Flutter installed and you are on the Master channel. You will also need to enable web support by running:
flutter config --enable-web
To open the project in chrome run:
flutter run -d chrome
The slides are also available in this project as a PDF in assets/flutter-news-gdg-deck.pdf
.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.