large_xml 1.2.1
large_xml: ^1.2.1 copied to clipboard
A pure dart library for updating large xml using low memory with friendly api.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add large_xmlThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
large_xml: ^1.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:large_xml/large_xml.dart';