Skip to content

Instantly share code, notes, and snippets.

@kauemurakami
Last active June 17, 2020 18:06
Show Gist options
  • Save kauemurakami/fdbc297925a693e1840b5a255c8744dc to your computer and use it in GitHub Desktop.
Save kauemurakami/fdbc297925a693e1840b5a255c8744dc to your computer and use it in GitHub Desktop.
arquivo principal main
import 'package:flutter/material.dart';
import 'package:get/get.dart';
void main() {
runApp(MyApp());
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment