widgets 1.4.5 copy "widgets: ^1.4.5" to clipboard
widgets: ^1.4.5 copied to clipboard

A new Flutter package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widgets

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

dependencies:
  widgets: ^1.4.5

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:widgets/delegate.dart';
import 'package:widgets/divider.dart';
import 'package:widgets/error.dart';
import 'package:widgets/icon.dart';
import 'package:widgets/list.dart';
import 'package:widgets/loading.dart';
import 'package:widgets/raisedbuttonwithloader.dart';
import 'package:widgets/scrollview.dart';
import 'package:widgets/space_between.dart';
1
likes
10
pub points
76%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on widgets