easy_widgets 0.0.5
easy_widgets: ^0.0.5 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.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: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';