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

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.7

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
120
pub points
59%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, lazy_load_scrollview, page_transition, simple_gesture_detector

More

Packages that depend on easy_widgets