reference_parser_ssai 1.0.10
reference_parser_ssai: ^1.0.10 copied to clipboard
Fork of reference_parser. Additional parameters for existing parsers and function for returning original string with refs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add reference_parser_ssaiWith Flutter:
$ flutter pub add reference_parser_ssaiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
reference_parser_ssai: ^1.0.10Alternatively, 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:reference_parser_ssai/identification.dart';
import 'package:reference_parser_ssai/reference_parser.dart';
import 'package:reference_parser_ssai/theologian.dart';