Skip to content

Instantly share code, notes, and snippets.

@brasizza
Created October 4, 2021 18:06
Show Gist options
  • Select an option

  • Save brasizza/2dd7d8dd3910892d149905233e0657df to your computer and use it in GitHub Desktop.

Select an option

Save brasizza/2dd7d8dd3910892d149905233e0657df to your computer and use it in GitHub Desktop.
import 'package:get/get.dart';
import 'package:hive_tutorial/app/data/models/task_model.dart';
class HomeController extends GetxController {
final todoList = <TaskModel>[].obs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment