Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.39 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.39 KB

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