Learn about getting and parsing JSON data from the internet when building a cross-platform app using Flutter.
Parsing JSON in Flutter
Learn about getting and parsing JSON data from the internet when building a cross-platform app using Flutter.
Flutter & Dart
Beginning FlutterFire
Aug 30 2022 · Video Course (1 hr, 42 mins)
Firebase can help you add back-end features to your Flutter app
without writing any back-end code. It prov...
more
Beginning FlutterFire
Firebase can help you add back-end features to your Flutter app
without writing any back-end code. It provides several tools
that you can immediately use, like authentication, a centralized database,
file storing in the cloud, and sending notifications. In this course
you’ll learn how to configure and use FlutterFire, a set of
plugins to integrate Firebase within your Flutter apps!
Flutter & Dart
Getting Started With the BLoC Pattern
May 11 2022 · Article (25 mins)
See how to use the popular BLoC pattern to build your Flutter app architecture and manage the flow of data th...
more
Getting Started With the BLoC Pattern
See how to use the popular BLoC pattern to build your Flutter app architecture and manage the flow of data through your widgets using Dart streams.
Flutter & Dart
Elegant Networking in Flutter with Chopper
Jun 9 2020 · Article (20 mins)
Learn how to easily create REST API calls and parse JSON data from the internet using the Flutter networking ...
more
Elegant Networking in Flutter with Chopper
Learn how to easily create REST API calls and parse JSON data from the internet using the Flutter networking library Chopper.