NO-ob / LoliSnatcher_Droid

A booru client with support for batch downloading
GNU Affero General Public License v3.0
372 stars 23 forks source link

Case insensitive changes break case sensitive building #127

Closed drwankingstein closed 2 years ago

drwankingstein commented 2 years ago

Case insensitve changes broke #122, and possibly compilation on unix altogether

the following files need to be made lowercase in order to compile

lib/src/data/Tag.dart
lib/src/data/Booru.dart

to

lib/src/data/tag.dart
lib/src/data/booru.dart
drwankingstein commented 2 years ago

fixed