import 'package:flutter/foundation.dart'; abstract class BaseController extends ChangeNotifier { void onInit() {} void onReady() {} }