mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
refactor: major theming overhual, fix light theme.
This commit is contained in:
parent
458f7925b2
commit
4d3ea65d7f
18 changed files with 144 additions and 107 deletions
|
@ -15,9 +15,10 @@ import 'package:stacked_services/stacked_services.dart';
|
|||
import 'package:stacked_themes/stacked_themes.dart';
|
||||
|
||||
Future main() async {
|
||||
await ThemeManager.initialise();
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
setupLocator();
|
||||
await ThemeManager.initialise();
|
||||
setupLocator();
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue