magiclabs / magic-flutter

Apache License 2.0
10 stars 5 forks source link

Update Flutter SDK Dependencies #47

Closed Ariflo closed 1 year ago

Ariflo commented 1 year ago

As reported on issue https://github.com/magiclabs/magic-flutter/issues/45 our Flutter SDK which currently depends on agent_dart v1.0.0-dev.15 cannot run on the latest iOS development platform.

This PR does the following to address the issues:

More notes:

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #89220: [Magic Flutter] parseErrorData must be provided with Magic Flutter SDK.

Ariflo commented 1 year ago

More notes: These updates DO NOT resolve the problem with running our SDK with the latest version of iOS 😒 . I've posted an >issue with: https://github.com/AstroxNetwork/flutter_secp256r1/issues/7, [Apple]>(https://developer.apple.com/forums/thread/738672?login=true&page=1#771390022), and https://github.com/AstroxNetwork/agent_dart/issues/71 in hopes that the development community can help me resolve this issue. That said, this solution works on Android, and ergo may still be worth releasing to our developers.

@Ethella agent_dart developer resolved our issue with iOS, this PR now works on both platforms. 🎊