We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2723f commit 3351080Copy full SHA for 3351080
2 files changed
lib/vars/global.dart
@@ -162,7 +162,7 @@ class Global with ChangeNotifier {
162
163
Future<void> loadEggs() async {
164
if(settingData['eggs']['stella']){
165
- final rawString = await rootBundle.loadString("assets\\eggs\\s.txt");
+ final rawString = await rootBundle.loadString("assets/eggs/s.txt");
166
stella = base64Decode(rawString.replaceAll('\n', '').replaceAll('\r', '').trim());
167
}
168
pubspec.yaml
@@ -82,7 +82,7 @@ flutter:
82
# To add assets to your application, add an assets section, like this:
83
assets:
84
- CHANGELOG.md
85
- - assets\eggs\s.txt
+ - assets/eggs/s.txt
86
87
# An image asset can refer to one or more resolution-specific "variants", see
88
# https://flutter.dev/to/resolution-aware-images
0 commit comments