wt_framework 1.1.0
wt_framework: ^1.1.0 copied to clipboard
WondTech Flutter MVC framework — controllers, models, views, routing, sessions, and enveloped token-auth API helpers for building structured Flutter apps.
Changelog #
1.1.0 #
- Initial public release of the WondTech Flutter MVC Framework.
- Core:
WtApp,WtRouterfor app bootstrap and named-route navigation. - MVC:
WtController,WtModel,WtViewbase classes. - Helpers:
WtHelper,WtSecurity,WtSessionutilities. - Config: centralized
WtConfigsettings. - Networking: enveloped
{state, data, msg}API model with bearer-token auth and multipart image uploads. - Example app demonstrating controllers, models, and routing.