We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3301a0 commit 0401a22Copy full SHA for 0401a22
.github/workflows/main.yaml
@@ -27,7 +27,7 @@ jobs:
27
echo "// ignore_for_file: type=lint" >> lib/firebase_options.dart
28
echo "import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;" >> lib/firebase_options.dart
29
echo "import 'package:flutter/foundation.dart'" >> lib/firebase_options.dart
30
- echo " show defaultTargetPlatform, TargetPlatform;" >> lib/firebase_options.dart
+ echo " show defaultTargetPlatform, TargetPlatform;" >> lib/firebase_options.dart
31
echo "" >> lib/firebase_options.dart
32
echo "class DefaultFirebaseOptions {" >> lib/firebase_options.dart
33
echo " static FirebaseOptions get currentPlatform {" >> lib/firebase_options.dart
0 commit comments