mosaic 0.1.1 copy "mosaic: ^0.1.1" to clipboard
mosaic: ^0.1.1 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

example/mosaic_example.dart

import 'package:mosaic/mosaic.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
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