mosaique 2.0.0 copy "mosaique: ^2.0.0" to clipboard
mosaique: ^2.0.0 copied to clipboard

A declarative, route-driven region-based view composition package for Flutter with go_router integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mosaique

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

dependencies:
  mosaique: ^2.0.0

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:mosaique/mosaique.dart';
1
likes
150
points
255
downloads

Publisher

verified publisherzooper.dev

Weekly Downloads

A declarative, route-driven region-based view composition package for Flutter with go_router integration.

Repository (GitHub)
View/report issues

Topics

#routing #navigation #go-router #shell #regions

Documentation

API reference

License

MIT (license)

Dependencies

flutter, go_router

More

Packages that depend on mosaique