Skip to content

Instantly share code, notes, and snippets.

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

  • Save brasizza/6d8b4f359ab43c21a2cfa8838055c203 to your computer and use it in GitHub Desktop.

Select an option

Save brasizza/6d8b4f359ab43c21a2cfa8838055c203 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