stage_craft 1.0.0 copy "stage_craft: ^1.0.0" to clipboard
stage_craft: ^1.0.0 copied to clipboard

Develop and live test your UI widgets on a stage.

example/lib/main.dart

import 'package:example/my_awesome_widget_stage.dart';
import 'package:flutter/material.dart';

Future<void> main() async {
  runApp(
    const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: Scaffold(
        body: MyAwesomeWidgetStage(),
      ),
    ),
  );
}
5
likes
0
points
214
downloads

Publisher

verified publisherrobiness.dev

Weekly Downloads

Develop and live test your UI widgets on a stage.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flex_color_picker, flutter, flutter_colorpicker, spot

More

Packages that depend on stage_craft