enigma_widget 0.0.2 enigma_widget: ^0.0.2 copied to clipboard
Widgets are made to make it easier when developing applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add enigma_widget
With Flutter:
$ flutter pub add enigma_widget
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
enigma_widget: ^0.0.2
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:enigma_widget/e_button.dart';
import 'package:enigma_widget/e_text_field.dart';
import 'package:enigma_widget/style/color_helper.dart';