A Flutter package to automate render widgets (material) using JSON/Objects.
To use this package, add maestrya
as a dependency in your pubspec.yaml file.
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