quiz redirecionado aos videos | redesing da notificação
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_localizations/flutter_localizations.dart';
|
||||
import 'package:supabase_flutter/supabase_flutter.dart';
|
||||
|
||||
import 'dart:async';
|
||||
@@ -42,6 +43,13 @@ class MyApp extends StatelessWidget {
|
||||
scaffoldBackgroundColor: const Color(0xFFFFE2EF),
|
||||
useMaterial3: true,
|
||||
),
|
||||
localizationsDelegates: const [
|
||||
GlobalMaterialLocalizations.delegate,
|
||||
GlobalWidgetsLocalizations.delegate,
|
||||
GlobalCupertinoLocalizations.delegate,
|
||||
],
|
||||
supportedLocales: const [Locale('pt', 'PT'), Locale('pt', 'BR')],
|
||||
locale: const Locale('pt', 'PT'),
|
||||
home: const DebugLaunchGate(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user