modulapp 1.2.1 copy "modulapp: ^1.2.1" to clipboard
modulapp: ^1.2.1 copied to clipboard

A simple base class to help you modularize your apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modulapp

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

dependencies:
  modulapp: ^1.2.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:modulapp/modulapp.dart';
1
likes
140
points
154
downloads

Publisher

unverified uploader

Weekly Downloads

A simple base class to help you modularize your apps.

Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dartx, flutter, flutter_localizations, rxdart

More

Packages that depend on modulapp