Last active
May 18, 2020 02:47
-
-
Save RodBr/d87784667bacdc44642b340a250f610d to your computer and use it in GitHub Desktop.
Themes in 3 lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'package:get/get.dart'; //STEP 1 - import Get | |
| void main() { | |
| runApp(MyApp()); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment