credit_line_upi 0.0.2 copy "credit_line_upi: ^0.0.2" to clipboard
credit_line_upi: ^0.0.2 copied to clipboard

Credit Line UPI Payment Plugin for Flutter

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(

        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home:  ElevatedButton(onPressed: (){
        final result = CreditLineApi.fetchApiData("1234");
      }, child: const Text('Click'),),
    );
  }
}
0
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Credit Line UPI Payment Plugin for Flutter

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, http_parser, shared_preferences

More

Packages that depend on credit_line_upi