Skip to content

Instantly share code, notes, and snippets.

View 98lenvi's full-sized avatar

Lenvin Gonsalves 98lenvi

View GitHub Profile
@98lenvi
98lenvi / main.dart
Created February 26, 2020 11:56 — forked from jebright/main.dart
Using an Isolate in Flutter
import 'dart:async';
import 'package:flutter/material.dart';
import 'dart:isolate';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(