df_utilities 0.0.1
df_utilities: ^0.0.1 copied to clipboard
Minimal Technology Utilities
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add df_utilitiesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
df_utilities: ^0.0.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:df_utilities/df-utilities.dart';
import 'package:df_utilities/mixins/index.dart';
import 'package:df_utilities/mixins/json.mixin.dart';
import 'package:df_utilities/models/index.dart';
import 'package:df_utilities/models/json.model.dart';
import 'package:df_utilities/utilities/index.dart';
import 'package:df_utilities/utilities/json-parser.utility.dart';