File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class Global with ChangeNotifier {
162162
163163 Future <void > loadEggs () async {
164164 if (settingData['eggs' ]['stella' ]){
165- final rawString = await rootBundle.loadString ("assets\\ eggs\\ s.txt" );
165+ final rawString = await rootBundle.loadString ("assets/ eggs/ s.txt" );
166166 stella = base64Decode (rawString.replaceAll ('\n ' , '' ).replaceAll ('\r ' , '' ).trim ());
167167 }
168168 }
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ flutter:
8282 # To add assets to your application, add an assets section, like this:
8383 assets :
8484 - CHANGELOG.md
85- - assets\ eggs\ s.txt
85+ - assets/ eggs/ s.txt
8686
8787 # An image asset can refer to one or more resolution-specific "variants", see
8888 # https://flutter.dev/to/resolution-aware-images
You can’t perform that action at this time.
0 commit comments