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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T16:46:33.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T20:43:36.566Z (4 months 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`.