Skip to content

Instantly share code, notes, and snippets.

View jtyrell321's full-sized avatar

Clever Australopithecus Africanus jtyrell321

  • Martinez Law Group, PC
  • Sacramento, CA
View GitHub Profile
@RedBrogdon
RedBrogdon / main.dart
Created September 19, 2019 04:50
Flutter.dev example 2
import 'package:flutter_web/material.dart';
import 'package:flutter_web_ui/ui.dart' as ui;
void main() async {
await ui.webOnlyInitializePlatform();
final numbers = FibonacciNumbers();
runApp(
MaterialApp(
home: Scaffold(