flutter_jiopay_pg 0.0.13 copy "flutter_jiopay_pg: ^0.0.13" to clipboard
flutter_jiopay_pg: ^0.0.13 copied to clipboard

Flutter plugin for connecting jiopay plugin

example/lib/main.dart

import 'package:flutter/material.dart';
import 'HomeScreen.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  String _platformVersion = 'Unknown';

  @override
  void initState() {
    super.initState();

  }



  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body:HomeScreen(),
      ),
    );
  }
}
0
likes
120
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for connecting jiopay plugin

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

eventify, flutter

More

Packages that depend on flutter_jiopay_pg