Skip to content

Instantly share code, notes, and snippets.

@brasizza
Created October 4, 2021 17:48
Show Gist options
  • Select an option

  • Save brasizza/27bba511442f6bbd5dd8f5c8b978d042 to your computer and use it in GitHub Desktop.

Select an option

Save brasizza/27bba511442f6bbd5dd8f5c8b978d042 to your computer and use it in GitHub Desktop.
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