mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 18:24:29 +08:00
Set the min SDK to Dart 3.3, bump and fix lints, switch cleanup
This commit is contained in:
@ -30,7 +30,7 @@ void main() async {
|
||||
|
||||
/// Creates an app using the [MaterialApp.router] constructor and the global `appRouter`, an instance of [GoRouter].
|
||||
class WondersApp extends StatelessWidget with GetItMixin {
|
||||
WondersApp({Key? key}) : super(key: key);
|
||||
WondersApp({super.key});
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final locale = watchX((SettingsLogic s) => s.currentLocale);
|
||||
|
Reference in New Issue
Block a user