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

This is a step by step guide for managing Conscent Plugin and its related subclasses. This guide helps the users with step by step procedures to integrate Conscent features in their app..

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_conscent_plugin

With Flutter:

 $ flutter pub add flutter_conscent_plugin

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

dependencies:
  flutter_conscent_plugin: ^0.1.2

Alternatively, 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:flutter_conscent_plugin/Model/APIMode.dart';
import 'package:flutter_conscent_plugin/Model/ContentAccessDataPost.dart';
import 'package:flutter_conscent_plugin/Model/DataFile.dart';
import 'package:flutter_conscent_plugin/Model/PaywallViewEvent.dart';
import 'package:flutter_conscent_plugin/Model/Signature.dart';
import 'package:flutter_conscent_plugin/Model/contentAccessespost.dart';
import 'package:flutter_conscent_plugin/Model/contentAccesspost.dart';
import 'package:flutter_conscent_plugin/Model/contentDetails.dart';
import 'package:flutter_conscent_plugin/Model/content_access_model.dart';
import 'package:flutter_conscent_plugin/Model/embeddedModel.dart';
import 'package:flutter_conscent_plugin/Model/embeddedSubscribtion.dart';
import 'package:flutter_conscent_plugin/Model/getUserDetail.dart';
import 'package:flutter_conscent_plugin/Model/loginChallengeget.dart';
import 'package:flutter_conscent_plugin/Model/loginChallengepost.dart';
import 'package:flutter_conscent_plugin/Model/logout.dart';
import 'package:flutter_conscent_plugin/Model/subscriptionAccess.dart';
import 'package:flutter_conscent_plugin/Model/subscription_access_model.dart';
import 'package:flutter_conscent_plugin/Model/visibility.dart';
import 'package:flutter_conscent_plugin/View/BulletsFormat.dart';
import 'package:flutter_conscent_plugin/View/ConscentInitializer.dart';
import 'package:flutter_conscent_plugin/View/ConscentMethods.dart';
import 'package:flutter_conscent_plugin/View/EmbeddedSubscribe.dart';
import 'package:flutter_conscent_plugin/View/Extra.dart';
import 'package:flutter_conscent_plugin/View/defaultSubscribtion.dart';
import 'package:flutter_conscent_plugin/View/flutter_conscent_plugin.dart';
import 'package:flutter_conscent_plugin/View/generated_plugin_registrant.dart';
import 'package:flutter_conscent_plugin/View/passesWebviews.dart';
import 'package:flutter_conscent_plugin/View/shared_pref.dart';
import 'package:flutter_conscent_plugin/View/webview.dart';
import 'package:flutter_conscent_plugin/View/webviewConscent.dart';
import 'package:flutter_conscent_plugin/View/webviews.dart';
1
likes
0
pub points
52%
popularity

Publisher

unverified uploader

This is a step by step guide for managing Conscent Plugin and its related subclasses. This guide helps the users with step by step procedures to integrate Conscent features in their app..

Homepage

License

unknown (LICENSE)

Dependencies

fk_user_agent, flutter, flutter_web_plugins, get, http, intl, liquid_pull_to_refresh, pull_to_refresh, shared_preferences, shared_preferences_web, uuid, webview_flutter

More

Packages that depend on flutter_conscent_plugin