ini_file 1.0.0 copy "ini_file: ^1.0.0" to clipboard
ini_file: ^1.0.0 copied to clipboard

get, set, create, delete sections, keys, values from ini file, without loosing its format, blank lines, comments, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ini_file

With Flutter:

 $ flutter pub add ini_file

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

dependencies:
  ini_file: ^1.0.0

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:ini_file/ini_file.dart';
3
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

get, set, create, delete sections, keys, values from ini file, without loosing its format, blank lines, comments, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on ini_file