mosaic 0.1.2 copy "mosaic: ^0.1.2" to clipboard
mosaic: ^0.1.2 copied to clipboard

Mosaic is a modular architecture for Flutter that enables clean separation of features using dynamic modules, internal events, UI injection, and centralized builds

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mosaic

Use it

The package has the following executables:

$ mosaic

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mosaic

With Flutter:

 $ flutter pub add mosaic

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

dependencies:
  mosaic: ^0.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:mosaic/mosaic.dart';
6
likes
0
points
11
downloads

Publisher

verified publishermarcomit.it

Weekly Downloads

Mosaic is a modular architecture for Flutter that enables clean separation of features using dynamic modules, internal events, UI injection, and centralized builds

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, flutter, yaml_edit

More

Packages that depend on mosaic