add notification test
This commit is contained in:
@@ -5,10 +5,12 @@ import 'package:provider/provider.dart';
|
||||
import 'pages/LoginDemo.dart';
|
||||
import 'locale_provider.dart'; // <-- à adapter selon ton arborescence
|
||||
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
||||
import 'classes/notification_service.dart';
|
||||
|
||||
void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
await MobileAds.instance.initialize();
|
||||
await NotificationService.initialize();
|
||||
|
||||
runApp(
|
||||
ChangeNotifierProvider(
|
||||
|
Reference in New Issue
Block a user