Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T16:46:33.000Z (over 2 years ago)
- Last Synced: 2024-10-08T05:50:55.772Z (about 1 month ago)
- Topics: concurrency, dart, flutter, multithreading
- Language: C++
- Homepage: https://flutter.dev
- Size: 594 KB
- Stars: 56
- Watchers: 4
- 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`.