olive 0.0.4 copy "olive: ^0.0.4" to clipboard
olive: ^0.0.4 copied to clipboard

outdated

Olive contains a set of extension methods and utilities written purely on top of the dart to make the cross-platform software development easier, cleaner, and more expressive. It is going to be a port [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add olive

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  olive: ^0.0.4

Alternatively, 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:olive/extensions.dart';
import 'package:olive/extensions/double_constraint_extensions.dart';
import 'package:olive/extensions/double_conversion_extensions.dart';
import 'package:olive/extensions/int_constraint_extensions.dart';
import 'package:olive/extensions/int_conversion_extensions.dart';
import 'package:olive/extensions/iterable_filtering_extensions.dart';
import 'package:olive/extensions/string_conversion_extensions.dart';
import 'package:olive/extensions/string_logical_extensions.dart';
import 'package:olive/type_defs.dart';
2
likes
0
pub points
22%
popularity

Publisher

unverified uploader

Olive contains a set of extension methods and utilities written purely on top of the dart to make the cross-platform software development easier, cleaner, and more expressive. It is going to be a port of the original Olive project.

Homepage

License

unknown (LICENSE)

More

Packages that depend on olive