flutter_mautic 0.0.1 flutter_mautic: ^0.0.1 copied to clipboard
Flutter Mautic provides seamless integration with the Mautic API, allowing Flutter developers to easily manage contacts, campaigns, and custom fields within their apps. This package simplifies operati [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_mautic
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_mautic: ^0.0.1
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_mautic/campaign/mautic_campaign_service.dart';
import 'package:flutter_mautic/contact/mautic_contact_service.dart';
import 'package:flutter_mautic/fields/mautic_field_extension.dart';
import 'package:flutter_mautic/fields/mautic_fields_service.dart';
import 'package:flutter_mautic/mautic_base_service.dart';
import 'package:flutter_mautic/mautic_service.dart';