props 1.0.4 copy "props: ^1.0.4" to clipboard
props: ^1.0.4 copied to clipboard

outdated

Load properties format in dart or flutter. Just do it. Api is simple.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add props

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

dependencies:
  props: ^1.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:props/props.dart';
6
likes
40
points
59
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

Load properties format in dart or flutter. Just do it. Api is simple.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on props