0 purchases
flutter msitef plugin
flutter_msitef_plugin #
This project is a starting point for a Flutter plugin package, a specialized package
that includes implementation code specific to Android.
This plugin demonstrates communication with SiTef (Electronic Funds Transfer System).
Table of Contents #
Getting Started
Functionalities
Requirements
Installation
Usage
Contributing
License
Additional Resources
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 development, view the
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
For help getting started with M-Sitef, see the online documentation, which provides tutorials, examples, and development and usage guidance.
Functionalities #
Communication with SiTef
Android support
Requirements #
Flutter 3.3.0 or higher
Dart 3.5.0 or higher
Installation #
Clone this repository to your local machine:
git clone [email protected]:unisystemdev/flutter-msitef-plugin.git
copied to clipboard
Navigate to the cloned repository:
cd flutter-msitef-plugin
copied to clipboard
Clean the premises:
flutter clean
copied to clipboard
Install dependencies:
flutter pub get
copied to clipboard
Run the project:
flutter run
copied to clipboard
Usage #
Import the Plugin #
In your Dart file, import the plugin:
import 'package:flutter_msitef_plugin/flutter_msitef_plugin.dart';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.