Feat: Stellt den BackgroundManager auf IsolateManager um
This commit is contained in:
@@ -3,6 +3,7 @@ import 'package:flutter_localizations/flutter_localizations.dart';
|
||||
import 'package:routemaster/routemaster.dart';
|
||||
|
||||
import 'Controller/background_task_controller.dart';
|
||||
import 'Controller/port_controller.dart';
|
||||
import 'Services/navigation_service.dart';
|
||||
import 'Services/router_service.dart';
|
||||
import 'Services/theme_service.dart';
|
||||
@@ -10,6 +11,7 @@ import 'Services/theme_service.dart';
|
||||
void main() {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
PortController();
|
||||
BackgroundTaskController();
|
||||
|
||||
runApp(
|
||||
|
||||
Reference in New Issue
Block a user