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

Convert a schema to a working app.

example/lib/main.dart

import 'package:schema2app/schema2app.dart';

void main() => App(
    'Hello schema2app',
    ActionComponent(
      'Say hello',
      inputs: [
        TextInputComponent('Name'),
      ],
      action: (inputs) => "Hello ${inputs['hello']}!",
    )).run();
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Convert a schema to a working app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on schema2app