wt_framework 1.4.1 copy "wt_framework: ^1.4.1" to clipboard
wt_framework: ^1.4.1 copied to clipboard

WondTech Flutter MVC framework — controllers, models, views, routing, sessions, and enveloped token-auth API helpers for building structured Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wt_framework

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  wt_framework: ^1.4.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wt_framework/libs/anim/wt_anim_types.dart';
import 'package:wt_framework/libs/anim/wt_animate.dart';
import 'package:wt_framework/libs/anim/wt_transitions.dart';
import 'package:wt_framework/libs/config/wt_config.dart';
import 'package:wt_framework/libs/core/wt_app.dart';
import 'package:wt_framework/libs/core/wt_router.dart';
import 'package:wt_framework/libs/helpers/wt_helper.dart';
import 'package:wt_framework/libs/helpers/wt_security.dart';
import 'package:wt_framework/libs/helpers/wt_session.dart';
import 'package:wt_framework/libs/helpers/wt_validator.dart';
import 'package:wt_framework/libs/i18n/wt_i18n.dart';
import 'package:wt_framework/libs/mvc/wt_controller.dart';
import 'package:wt_framework/libs/mvc/wt_model.dart';
import 'package:wt_framework/libs/mvc/wt_view.dart';
import 'package:wt_framework/libs/theme/wt_theme.dart';
import 'package:wt_framework/wt.dart';
2
likes
160
points
174
downloads

Documentation

API reference

Publisher

verified publisherwondtech.com

Weekly Downloads

WondTech Flutter MVC framework — controllers, models, views, routing, sessions, and enveloped token-auth API helpers for building structured Flutter apps.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter, flutter_secure_storage, http, http_parser, intl, shared_preferences

More

Packages that depend on wt_framework