anagog_flutter_platform_interface 1.0.1 copy "anagog_flutter_platform_interface: ^1.0.1" to clipboard
anagog_flutter_platform_interface: ^1.0.1 copied to clipboard

discontinued
outdated

Anagog SDK Flutter platfrom interface. This interface allows platform-specific implementations of the anagog_flutter plugin which is a Flutter wrapper for Anagog SDK which works on IOS and Android mobile apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add anagog_flutter_platform_interface

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

dependencies:
  anagog_flutter_platform_interface: ^1.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:anagog_flutter_platform_interface/anagog_flutter_platform_interface.dart';
1
likes
0
pub points
0%
popularity

Publisher

verified publisheranagog.com

Anagog SDK Flutter platfrom interface. This interface allows platform-specific implementations of the anagog_flutter plugin which is a Flutter wrapper for Anagog SDK which works on IOS and Android mobile apps.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on anagog_flutter_platform_interface