wuchuheng_ui 1.0.2 copy "wuchuheng_ui: ^1.0.2" to clipboard
wuchuheng_ui: ^1.0.2 copied to clipboard

wuchuheng ui

know whether this package might be useful for them.

Features #

Getting started #

start using the package.

$ flutter pub add wuchuheng_ui

Usage #

import 'package:wuchuheng_ui/wuchuheng_ui.dart';
import 'package:flutter/material.dart';

class DialogDemo  extends StatelessWidget {
  const ({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
      return Column(
          children: [
              ElevatedButton(onPressed: () => onDialog(context, title: 'dialog'), child: const Text('Show dialog')),
              ElevatedButton(onPressed: () => onDialog(context, title: 'bottomMenu'), child: const Text('Show bottom Menu')),
          ],
      );
  }
}

Additional information #

contribute to the package, how to file issues, what response they can expect from the package authors, and more.

0
likes
120
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

wuchuheng ui

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hexcolor

More

Packages that depend on wuchuheng_ui