json_dynamic_widget 9.0.0+1 copy "json_dynamic_widget: ^9.0.0+1" to clipboard
json_dynamic_widget: ^9.0.0+1 copied to clipboard

A library to dynamically generate widgets within Flutter from JSON or other Map-like structures.

example/lib/main.dart

import 'package:json_dynamic_widget_example/src/launcher.dart';

void main() {
  launch();
}