Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 6, 2022 07:23
Show Gist options
  • Save velotiotech/413c9f3a173b060b03d794d21504906d to your computer and use it in GitHub Desktop.
Save velotiotech/413c9f3a173b060b03d794d21504906d to your computer and use it in GitHub Desktop.
import 'package:get/get.dart';
import 'package:sprinkle_architecture_exp/managers/counter_manager.dart';
class CounterPageController extends GetxController {
final CounterManager manager = Get.find();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment