bitmio 0.0.10 copy "bitmio: ^0.0.10" to clipboard
bitmio: ^0.0.10 copied to clipboard

Bitmio components.

bitmio #

A new flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Developing #

Best to use Android Studio for Flutter.

Run the app either directly in Android Studio or via commands:

flutter run ios

Release mode:

flutter run ios --release

Pushing a package update:

flutter pub publish