- https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26
- https://medium.com/flutter-community/flutter-redux-infinite-listview-b57e81ca4ef4
- https://www.youtube.com/playlist?list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV
- https://www.freecodecamp.org/news/learn-flutter-best-resources-18f88346ed0f/
- https://github.com/flutter/flutter
- https://api.flutter.dev/
- https://proandroiddev.com/flutter-for-android-developers-how-to-design-linearlayout-in-flutter-5d819c0ddf1a
- https://dart.dev/guides/language/effective-dart
- https://codelabs.developers.google.com/codelabs/from-java-to-dart/#0
- https://www.youtube.com/watch?list=PLlxmoA0rQ-LyHW9voBdNo4gEEIh0SjG-q&v=5rtujDjt50I
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.
- Documentation: https://docs.flutter.io/
- Github: https://github.com/flutter/flutter
- StackOverflow: https://stackoverflow.com/questions/tagged/flutter
- Gitter: https://gitter.im/flutter/flutter
- Effective Dart Guide: https://www.dartlang.org/guides/language/effective-dart
- Dart Tips: https://www.dartlang.org/resources/dart-tips
- Flutter FAQ: https://flutter.io/faq/
- Flutter Rendering: https://www.youtube.com/watch?v=UUfXWzp0-DU
- Flutter Engine: https://github.com/flutter/engine/wiki
- Hot Reload: https://flutter.io/hot-reload/
- Flutter Inspector: https://dart-lang.github.io/observatory/
- Dart Style Guide: https://www.dartlang.org/guides/language/effective-dart/style
- Dart Observatory: https://dart-lang.github.io/observatory/
- Flutter Widgets: https://flutter.io/widgets/
- Flutter Gallery App Code: https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
- Flutter Gallery Android App: https://play.google.com/store/apps/details?id=io.flutter.demo.gallery
- Flutter Layout: https://flutter.io/tutorials/layout/
- Material: https://material.io
- Icons: https://thenounproject.com
- Images: https://unsplash.com
- Fonts: https://fonts.google.com
- Google APIs: https://pub.dartlang.org/packages/googleapis
- Async and Futures: https://www.dartlang.org/tutorials/language/futures
- Testing: https://flutter.io/testing/