WT Framework for Flutter brings the same organized MVC patterns of our PHP framework to Dart. Wire your app to any REST backend with automatic Bearer auth and response-envelope handling.
A clean Model–Controller–View separation that scales as your app grows.
Dynamic route segments and named navigation from a single routing table.
Automatic token injection from the session on every request — no boilerplate.
Transparent unwrapping of structured API responses with real server error messages.
Persistent storage via SharedPreferences, with the bearer token kept in secure storage (Keystore / Keychain).
Multipart form uploads out of the box for images and documents.
Entrance effects, staggered lists and page transitions in one line — pure Flutter, reduce-motion aware.
In-app localization with parameter interpolation, a persisted language and full right-to-left layout.
Material 3 design tokens with light/dark themes, plus ready-made form-field validators.
Supports the latest stable Flutter. Published by a verified publisher under the MIT license. Run: flutter pub add wt_framework.
Open the Package