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.

Properties #

Load properties for dart.

img Dart CI

Usage #

dependencies:
  props: ^1.0.0
import 'package:props/props.dart';

final text = '''
#This is comment
version=1.0.0
name=properties
name=ppp
#comment=1
'''

final props = Properties.loadString(text);

print(props['version']); // 1.0.0
print(props['name']); // properties

LICENSE #

MIT Style

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