mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
An empty app to start with (#91)
This commit is contained in:
committed by
Andrew Brogdon
parent
c78b873f7d
commit
d35d88740d
22
isolate_example/README.md
Normal file
22
isolate_example/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Isolate Example
|
||||
|
||||
A sample application that demonstrate best practices when using [`isolates`](https://api.dartlang.org/stable/2.3.1/dart-isolate/Isolate-class.html).
|
||||
|
||||
## Goals
|
||||
|
||||
* Display the performance benefits of isolates when using them in the right situation.
|
||||
* Show how to use the `compute` method for straightforward computations.
|
||||
* Demonstrate how to initialize and use an isolate.
|
||||
* Show the cost of moving data between isolates and provide alternatives.
|
||||
|
||||
## Questions/issues
|
||||
|
||||
If you have a general question about any of the techniques you see in
|
||||
the sample, the best places to go are:
|
||||
|
||||
* [The FlutterDev Google Group](https://groups.google.com/forum/#!forum/flutter-dev)
|
||||
* [The Flutter Gitter channel](https://gitter.im/flutter/flutter)
|
||||
* [StackOverflow](https://stackoverflow.com/questions/tagged/flutter)
|
||||
|
||||
If you run into an issue with the sample itself, please file an issue
|
||||
in the [main Flutter repo](https://github.com/flutter/flutter/issues).
|
||||
Reference in New Issue
Block a user