breez / breezmobile

Lightning Network mobile client
https://breez.technology
GNU General Public License v3.0
567 stars 130 forks source link

Restrict path version #1263

Closed PeteClubSeven closed 7 months ago

PeteClubSeven commented 8 months ago

When adding iOS support to my Satscard implementation I noticed that v1.9.0 of the path package is built with Dart 3 which is currently unsupported.

PeteClubSeven commented 8 months ago

Hey it seems like the CI wasn't configured correctly so the build failed

erdemyerebasmaz commented 8 months ago

Hey it seems like the CI wasn't configured correctly so the build failed

That's OK, make sure you fetch latest changes and run

flutter pub upgrade && flutter pub get && cd ios && pod update && pod install --repo-update && cd ..

before merging.

Thanks @PeteClubSeven

PeteClubSeven commented 7 months ago

Closing this as the fix will be in my updated Satscard integration PR (with iOS support) which I expect to have done by the end of the week.