flutter pub add frappe_mobile_sdk
This resolves 1.2.0, the current stable release.
For the 2.0 beta line, pin it explicitly:
dependencies:
frappe_mobile_sdk: ^2.0.0-beta.2
flutter pub add frappe_mobile_sdk keeps resolving 1.2.0 while 2.0 is in beta. You have to ask for the beta by name.
Source: https://github.com/dhwani-ris/frappe-mobile-sdk · Package: https://pub.dev/packages/frappe_mobile_sdk
Last updated 1 month ago
Was this helpful?