flutter_msitef_plugin

Version License

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

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

  1. Clone this repository to your local machine:
    git clone git@github.com:unisystemdev/flutter-msitef-plugin.git
    
  2. Navigate to the cloned repository:
    cd flutter-msitef-plugin
    
  3. Clean the premises:
    flutter clean
    
  4. Install dependencies:
    flutter pub get
    
  5. Run the project:
    flutter run
    

Usage

Import the Plugin

In your Dart file, import the plugin:

import 'package:flutter_msitef_plugin/flutter_msitef_plugin.dart';