Skip to content

Instantly share code, notes, and snippets.

@rmw
Forked from kauemurakami/main.dart
Created June 17, 2020 18:05
Show Gist options
  • Save rmw/7d9323a70666773d8a861e14a3526a17 to your computer and use it in GitHub Desktop.
Save rmw/7d9323a70666773d8a861e14a3526a17 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