This is a Flutter package for integrating Nagad's online payment gateway in Flutter app with ease.
Installation
In the dependencies:
section of your pubspec.yaml
, add the following line:
nagad:
How to use:
import 'package:nagad/nagad.dart';
class MyApp extends Nagad {
}