Skip to content

Instantly share code, notes, and snippets.

@RodBr
Last active May 18, 2020 02:47
Show Gist options
  • Select an option

  • Save RodBr/d87784667bacdc44642b340a250f610d to your computer and use it in GitHub Desktop.

Select an option

Save RodBr/d87784667bacdc44642b340a250f610d to your computer and use it in GitHub Desktop.
Themes in 3 lines
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