to select ↑↓ to navigate
mForm Docs

mForm Docs

Open in ChatGPT
Ask ChatGPT about this page
Open in Claude
Ask Claude about this page

Changelog

Every released version of the Flutter SDK, newest first. Each entry says what changed and what you have to do about it. Package: pub.dev/packages/frappe_mobile_sdk.

2.0.0-beta.2

12 August 2026 · prerelease · requires frappe-mobile-control >= 1.0.0 · database schema 6

Second prerelease on the 2.0 line. iOS Swift Package Manager support, a measured Flutter >=3.35 / Dart >=3.9 floor, widened dependency ranges, public SessionHealth, and a run of sync-correctness and form-logic fixes: dead sessions that retried forever, malformed bulk responses read as "everything denied," and several depends_on expression shapes that silently misevaluated.

Full detail: SDK 2.0.0-beta.2 release notes

2.0.0-beta

30 July 2026 · prerelease · requires frappe-mobile-control >= 1.0.0 · database schema 4

The offline-first release. Apps keep working with no network and sync when the connection returns.

Install Control on the server and set Offline Enabled on Mobile Configuration before you ship the app to devices. Getting that order wrong on a device holding 1.x offline data loses the data.

Full detail: SDK 2.0.0-beta release notes

1.2.0

15 May 2026

The last stable release before the offline-first rewrite, and what flutter pub add frappe_mobile_sdk still gives you today.

Release notes

1.1.1

Patch release.

1.1.0

17 April 2026

Added. SearchableSelect, TableMultiSelect and Geolocation field widgets. Social login over OAuth. An optional field-change handler.

Fixed. Social login and auto-discovery now default to off. Field-type documentation moved into the repository under doc/FIELD_TYPES.md.

1.0.0

1 April 2026 · first stable release

The Frappe API client, with password, OAuth, API-key and mobile-OTP authentication. Dynamic forms driven by doctype metadata. SQLite storage with two-way sync. FrappeAppGuard for server-driven app status and force-update. Translations loaded from the server. Workflow states and transitions.

Last updated 4 weeks ago
Was this helpful?
Thanks!