This is a small test of Streams in Flutter that I did.
Learn more about Streams:
- Exploring Streams in Flutter,
- Understanding Streams in Flutter (Dart),
- Using Streams in Flutter,
- A Complete Guide to Flutter Streams.
First of all, correctly configure the Flutter development environment on your machine,
see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/streams-demo streams-demo
- Enter in directory:
$ cd streams-demo
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
This repository is under MIT license. You can see the LICENSE file for more details. 😉
This project was developed with ❤️ by @Felipe Sales, with the instructor Daniel Ciolfi, in the course "Criação de Apps Android e iOS com Flutter 2021-Crie 14 Apps" on Udemy.
If it helped you, give ⭐, contribute, it will help me too 😉