You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/isolate_example
Brett Morgan 4f72ab1776
Add analysis_options, re-format, add commas. (#101)
5 years ago
..
android An empty app to start with (#91) 5 years ago
ios An empty app to start with (#91) 5 years ago
lib Analysis_options, format and fixups. (#103) 5 years ago
test Analysis_options, format and fixups. (#103) 5 years ago
.gitignore An empty app to start with (#91) 5 years ago
README.md An empty app to start with (#91) 5 years ago
analysis_options.yaml Analysis_options, format and fixups. (#103) 5 years ago
pubspec.lock Add analysis_options, re-format, add commas. (#101) 5 years ago
pubspec.yaml Analysis_options, format and fixups. (#103) 5 years ago

README.md

Isolate Example

A sample application that demonstrate best practices when using isolates.

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:

If you run into an issue with the sample itself, please file an issue in the main Flutter repo.