mosaic 0.1.1
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}');
}