Zfinix / carrier_info

📱 Carrier Info gets networkType, networkGeneration, mobileCountryCode, mobileCountryCode, e.t.c from both android and iOS devices.
MIT License
34 stars 48 forks source link

Compilation fails #8

Closed kostadin24 closed 3 years ago

kostadin24 commented 3 years ago

Launching lib\main.dart on Mi Note 3 in debug mode... Running Gradle task 'assembleDebug'... e: C:\flutter.pub-cache\hosted\pub.dartlang.org\carrier_info-2.0.0\android\src\main\kotlin\com\chizi\carrier_info\MethodCallHandlerImpl.kt: (112, 35): Unresolved reference: radioType e: C:\flutter.pub-cache\hosted\pub.dartlang.org\carrier_info-2.0.0\android\src\main\kotlin\com\chizi\carrier_info\MethodCallHandlerImpl.kt: (137, 44): Unresolved reference: radioType

FAILURE: Build failed with an exception.

Zfinix commented 3 years ago

Simply update the library version to fix this problem

Thank you so much Jayvd