demoflu 2.0.0 copy "demoflu: ^2.0.0" to clipboard
demoflu: ^2.0.0 copied to clipboard

Simplify package demonstration with a versatile web application for showcasing widget usage. Easily create interactive examples with explanatory sections, source code, and functional widgets.

example/lib/main.dart

import 'package:demoflu/demoflu.dart';

void main() {
  DemoFluApp(title: 'Example', rootMenus: [_getStarted]).run();
}

DemoMenuItem get _getStarted =>
    DemoMenuItem('Get started', page: () => GetStartedPage());

class GetStartedPage extends DemoFluPage {
  GetStartedPage() {
    text(text: 'Hello');
  }
}
11
likes
0
points
111
downloads

Publisher

verified publishercaduandrade.net

Weekly Downloads

Simplify package demonstration with a versatile web application for showcasing widget usage. Easily create interactive examples with explanatory sections, source code, and functional widgets.

Repository (GitHub)
View/report issues

Topics

#ui #demo #widget #package

License

unknown (license)

Dependencies

flex_color_picker, flutter, meta, syntax_highlight, url_launcher

More

Packages that depend on demoflu