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

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
copied to clipboard

With Flutter:

 $ flutter pub add props
copied to clipboard

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

dependencies:
  props: ^2.0.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter 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';
copied to clipboard
6
likes
160
points
51
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

2024.06.24 - 2025.01.06

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on props