maestrya 0.0.2 copy "maestrya: ^0.0.2" to clipboard
maestrya: ^0.0.2 copied to clipboard

A Flutter package to automate the creation of Widgets with Material using JSON/Objects.

Maestrya (Flutter package) #

pub package

A Flutter package to automate render widgets (material) using JSON/Objects.

Install #

To use this package, add maestrya as a dependency in your pubspec.yaml file.

Using #

Add in your pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  maestrya: ^0.0.1

Import the library via

import  'package:maestrya/maestrya.dart';

Use only

List<Widget> maestryaWidgets = Maestrya().render(YOUR_OBJECT);

to return all widgets

Show example in another project

'YOUR_OBJECT' example

Full example
Only body

Demo #

Google Play Store
GitHub Source
Dashboard
API
Video

1
likes
25
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package to automate the creation of Widgets with Material using JSON/Objects.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on maestrya