smart_widgets 0.0.1 copy "smart_widgets: ^0.0.1" to clipboard
smart_widgets: ^0.0.1 copied to clipboard

A package that contains all the basic smart widgets that are used in the project to make the development process easier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_widgets

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smart_widgets: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_widgets/smart_widgets.dart';
4
likes
120
points
25
downloads

Publisher

verified publishersoliddevelopers.in

Weekly Downloads

A package that contains all the basic smart widgets that are used in the project to make the development process easier.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_bounceable, flutter_screenutil, flutter_svg, intl

More

Packages that depend on smart_widgets