gmconsult_dart_core 0.0.1-2 copy "gmconsult_dart_core: ^0.0.1-2" to clipboard
gmconsult_dart_core: ^0.0.1-2 copied to clipboard

unlisted

GM Consult core DART libraries.

GM Consult Pty Ltd

GM Consult core DART libraries. #

THIS PACKAGE IS A PROPRIETARY, UNLISTED RESOURCE AND SUBJECT TO BREAKING CHANGES WITHOUT NOTICE.

Skip to section:

Overview #

Key classes:

  • Metadata for the enterprise is provided in the GMConsult as static constant class fields.
  • Use the JsonApi to GET or POST JSON data from/to a RESTful API.

Usage #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  gmconsult_dart_core: <latest_version>

In your code file add the following import:

// import the core interfaces, classes and mixins
import 'package:gmconsult_dart_core/dart_core.dart';

// import the typedefs if needed
import 'package:gmconsult_dart_core/type_definitions.dart';

See the examples for code snippets.

API #

API documentation is available on pub.dev/

TODO: describe the API

Definitions #

None

References #

None

Issues #

GM Consult team members should log issues and bugs.

This project is an internal package for GM Consult projects and we cannot respond to pull requests or issues raised by non team members.