ini_file 1.0.0
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_fileWith Flutter:
$ flutter pub add ini_fileThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ini_file: ^1.0.0Alternatively, 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';