Created
October 4, 2021 17:47
-
-
Save brasizza/6d8b4f359ab43c21a2cfa8838055c203 to your computer and use it in GitHub Desktop.
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:get/get.dart'; | |
| import 'package:hive_tutorial/app/modules/home/controllers/home_controller.dart'; | |
| class DialogController extends GetxController { | |
| final todoCheck = false.obs; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment