easy_widgets 0.0.3 copy "easy_widgets: ^0.0.3" to clipboard
easy_widgets: ^0.0.3 copied to clipboard

outdated

Simplified most used widget & Mixins and access to extenstion that makes your code cleaner and shorter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_widgets

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

dependencies:
  easy_widgets: ^0.0.3

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:easy_widgets/easy_widget.dart';
import 'package:easy_widgets/easy_widget_enum.dart';
import 'package:easy_widgets/easy_widget_extensions.dart';
import 'package:easy_widgets/easy_widget_hepler.dart';
import 'package:easy_widgets/easy_widget_mixin.dart';
import 'package:easy_widgets/easy_widget_signleton.dart';
import 'package:easy_widgets/widgets.dart';
8
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Simplified most used widget & Mixins and access to extenstion that makes your code cleaner and shorter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, lazy_load_scrollview, page_transition, simple_gesture_detector

More

Packages that depend on easy_widgets