Skip to content

maestrya/flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages