infitio / flutter-adhara

Manage huge data easily on your flutter apps thereby creating a seamless offline experience...
https://pub.dartlang.org/packages/adhara
BSD 2-Clause "Simplified" License
12 stars 5 forks source link

Compiling for iOS 9.0, but module 'SocketIO' has a minimum deployment target of iOS 10.0 #7

Open divincoder opened 3 years ago

divincoder commented 3 years ago

I have been unable to compile in IOS due to the following error.

adhara_socket_io compiles with 9.0, however, it depends on SocketIO with a minimum of 10.0.

The adhara_socket_io needs to be upgraded