erretech_design 0.0.7
erretech_design: ^0.0.7 copied to clipboard
A collection of custom Flutter widgets (buttons, text fields, app bars, etc.) for reuse in projects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add erretech_designWith Flutter:
$ flutter pub add erretech_designThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
erretech_design: ^0.0.7Alternatively, 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:erretech_design/custom_app_bar.dart';
import 'package:erretech_design/custom_button.dart';
import 'package:erretech_design/custom_text.dart';
import 'package:erretech_design/custom_text_field.dart';
import 'package:erretech_design/widgets.dart';