tek_core_service_flutter 0.2.1
tek_core_service_flutter: ^0.2.1 copied to clipboard
A service that provides the foundation for generating another service.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tek_core_service_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tek_core_service_flutter: ^0.2.1Alternatively, 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:tek_core_service_flutter/tek_core_service_flutter.dart';