tek_core_service_flutter 0.1.0-OMNI1353.10 tek_core_service_flutter: ^0.1.0-OMNI1353.10 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_flutter
This 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.1.0-OMNI1353.10
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:tek_core_service_flutter/tek_core_service_flutter.dart';