Set the min SDK to Dart 3.3, bump and fix lints, switch cleanup

This commit is contained in:
Kevin Moore
2024-02-20 13:56:39 -08:00
parent 596abc850c
commit e5f1c55993
126 changed files with 388 additions and 493 deletions

View File

@ -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);