funle_fb2 1.0.0+2 funle_fb2: ^1.0.0+2 copied to clipboard
This package provides functionality to parse FB2 files and extract information. It is designed to be easy to use and integrate into Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add funle_fb2
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
funle_fb2: ^1.0.0+2
Alternatively, 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:funle_fb2/funle_fb2.dart';