flutter_billpocket 0.0.1 copy "flutter_billpocket: ^0.0.1" to clipboard
flutter_billpocket: ^0.0.1 copied to clipboard

PlatformAndroid

Flutter implementation of Billpocket for Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_billpocket

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

dependencies:
  flutter_billpocket: ^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_billpocket/billpocket.dart';
import 'package:flutter_billpocket/billpocket_method_channel.dart';
import 'package:flutter_billpocket/billpocket_platform_interface.dart';
import 'package:flutter_billpocket/installment.dart';
import 'package:flutter_billpocket/reader.dart';
5
likes
130
points
24
downloads

Publisher

verified publisherapprecio.mx

Weekly Downloads

Flutter implementation of Billpocket for Android

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_billpocket

Packages that implement flutter_billpocket