sample_test_package 0.0.2 copy "sample_test_package: ^0.0.2" to clipboard
sample_test_package: ^0.0.2 copied to clipboard

A new Flutter package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sample_test_package

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

dependencies:
  sample_test_package: ^0.0.2

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:sample_test_package/color.dart';
import 'package:sample_test_package/consts.dart';
import 'package:sample_test_package/custom-listTile.dart';
import 'package:sample_test_package/custom-textField.dart';
import 'package:sample_test_package/custom_AlertDialogs.dart';
import 'package:sample_test_package/theme.dart';
import 'package:sample_test_package/widget-classesUsed.dart';