Skip to content

Instantly share code, notes, and snippets.

@brasizza
Created October 4, 2021 16:30
Show Gist options
  • Save brasizza/59273c1fce47e133c3b60c145521b427 to your computer and use it in GitHub Desktop.
Save brasizza/59273c1fce47e133c3b60c145521b427 to your computer and use it in GitHub Desktop.
import 'package:get/get.dart';
import 'package:hive_tutorial/app/data/models/todo_model.dart';
class HomeController extends GetxController {
final todoList = <TodoModel>[].obs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment