nt_repository 2.0.21
nt_repository: ^2.0.21 copied to clipboard
Package with repository for NadlerTec Engenharia software projects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nt_repositoryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nt_repository: ^2.0.21Alternatively, 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:nt_repository/nt_repository.dart';