flutter_email_parser 0.1.2 copy "flutter_email_parser: ^0.1.2" to clipboard
flutter_email_parser: ^0.1.2 copied to clipboard

Email reply parser is a package to parse plain text email content.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_email_parser

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

dependencies:
  flutter_email_parser: ^0.1.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:flutter_email_parser/email_parser.dart';
import 'package:flutter_email_parser/email_processed.dart';
import 'package:flutter_email_parser/email_reply_parser.dart';
import 'package:flutter_email_parser/flutteremailreplyparser.dart';
import 'package:flutter_email_parser/fragment.dart';
import 'package:flutter_email_parser/fragment_dto.dart';
12
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Email reply parser is a package to parse plain text email content.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_email_parser