keqv 2.0.0-pre.2 copy "keqv: ^2.0.0-pre.2" to clipboard
keqv: ^2.0.0-pre.2 copied to clipboard

Convert the simplest file data format key=value between string and map.

example/main.dart

import 'package:keqv/keqv.dart';

void main() {
  const String mock = '''foo = bar
number = 3
''';

  print(keqv.decode(mock));

  const Map<String, dynamic> dummy = {"baz": "alice", "none": null};

  print(keqv.encode(dummy));
}
1
likes
0
points
34
downloads

Publisher

verified publisherrk0cc.xyz

Weekly Downloads

Convert the simplest file data format key=value between string and map.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

meta

More

Packages that depend on keqv