LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

dependency bungie api package miss #126

Closed lclbm closed 2 years ago

lclbm commented 2 years ago

The pubspec.yaml configuration declared in the file is as follows:

bungie_api: 
    path: ../bungie-api-dart

But the path "../bungie-api-dart" does not exist. Then I went to download the latest bungie_api 12.10.0 at https://pub.dev/packages/bungie_api. The program still cannot run normally, some methods and parameters are missing. Is it the bungie-api-dart" latest version and hasn't been updated yet?

joaopmarquesini commented 2 years ago

Hey, sorry @lclbm , I was testing the null-safe version locally and forgot to change it back. Check now, it's fixed.