1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Page three data transfer (#105)

This commit is contained in:
Branden Taylor
2019-07-08 16:01:01 -07:00
committed by Andrew Brogdon
parent 3d40fa9fb2
commit 52efc7cfd6
3 changed files with 231 additions and 5 deletions

View File

@@ -110,6 +110,7 @@ class InfiniteProcessIsolateController extends ChangeNotifier {
Future<void> start() async {
if (_running == false && _paused == false) {
await createIsolate();
if (newIsolate == null) return;
listen();
_running = true;
notifyListeners();