lc_widgets 1.3.0 copy "lc_widgets: ^1.3.0" to clipboard
lc_widgets: ^1.3.0 copied to clipboard

Flutter Common Widgets Collection

A collection for flutter widgets and tools #

Usage #

import 'package:lc_widgets/lc_widgets.dart';

final btn = AsyncButton(
  type: AsyncButtonType.outlined,
  onPressed: () async {
    await Future.delayed(const Duration(seconds: 2));
  },
  child: const Text('Btn'),
);
0
likes
130
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Common Widgets Collection

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

bot_toast, easy_refresh, flutter, flutter_svg, lc_utils, sentry_flutter, shared_preferences, skeletonizer

More

Packages that depend on lc_widgets