Skip to content

Load properties format in dart or flutter

License

Notifications You must be signed in to change notification settings

umanan/properties

 
 

Repository files navigation

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

About

Load properties format in dart or flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%