midpay 1.1.7 copy "midpay: ^1.1.7" to clipboard
midpay: ^1.1.7 copied to clipboard

An unofficial midtrans payment plugin for flutter, Midtrans is one of the biggest payment gateway provider in indonesia

Midtrans Payment Gateway for Flutter #

pub package pub package

Platform Support #

Android iOS MacOS Web Linux Windows
✔️ ✔️ ️X ️X ️ X ️X

Android setup #

Add style to your android/app/src/main/res/values/styles.xml :

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <item name="windowActionBar">false</item>
    <item name="windowNoTitle">true</item>
</style>

And full styles.xml will be like below :

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
        <!-- Show a splash screen on the activity. Automatically removed when
             Flutter draws its first frame -->
        <item name="android:windowBackground">@drawable/launch_background</item>
    </style>
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
    </style>
</resources>

And add the style to you Android Manifest in your application tag :

tools:replace="android:label"
android:theme="@style/AppTheme"

IOS #

No specific setup required

BASE_URL #

goto midtrans official documentation or merchant server github

22
likes
150
pub points
94%
popularity

Publisher

verified publisherkakzaki.dev

An unofficial midtrans payment plugin for flutter, Midtrans is one of the biggest payment gateway provider in indonesia

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

CPL-1.0 (license)

Dependencies

flutter

More

Packages that depend on midpay