erretech_design 0.0.7 copy "erretech_design: ^0.0.7" to clipboard
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_design

With Flutter:

 $ flutter pub add erretech_design

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

dependencies:
  erretech_design: ^0.0.7

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: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';
1
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of custom Flutter widgets (buttons, text fields, app bars, etc.) for reuse in projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on erretech_design