https://github.com/goderbauer/io22concurrency
Flutter Concurrency - When, why, and how to multithread in Flutter
https://github.com/goderbauer/io22concurrency
concurrency dart flutter multithreading
Last synced: about 1 year ago
JSON representation
Flutter Concurrency - When, why, and how to multithread in Flutter
- Host: GitHub
- URL: https://github.com/goderbauer/io22concurrency
- Owner: goderbauer
- License: bsd-3-clause
- Created: 2022-04-04T16:48:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T16:46:33.000Z (about 4 years ago)
- Last Synced: 2025-04-22T10:36:16.987Z (about 1 year ago)
- Topics: concurrency, dart, flutter, multithreading
- Language: C++
- Homepage: https://flutter.dev
- Size: 594 KB
- Stars: 56
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Concurrency
*When, why, and how to multithread in Flutter*
The repository contains the code for the 2022 Google I/O talk "Flutter
Concurrency - When, why, and how to multithread in Flutter".
To run the code, switch into one of the example directories and execute `flutter run`.