An app to validate IFSC Codes using Razorpay API. Built with Flutter.
There are many APIs out there and one of them which I found interesting is the Razorpay IFSC API made by their own dev team. They came across the issue of not having a centralized API for validating and querying IFSC codes they built one and it is super easy to use and it is OPEN SOURCE! So, I thought of making a simple app which everyone can use for validating any IFSC Code before making a transaction using Flutter.
Available ONLY for Android.
- A simple & clean UI
- Checks if IFSC Code Exists
- Display details regarding the IFSC Code
- http - To make HTTP requests
- pin_code_fields - Custom Pin Code Fields
- rflutter_alert - Customn Modals for Success & Error Messages
Feel free to send me feedback on Twitter or file an issue. Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!
- Follow the Flutter Guide for getting started building a project with dart code. A Mac is required if you wish to develop for iOS.
- Clone or download the repo
flutter pub get
to install packages- Connect Emulator or a physical device
flutter devices
to check if device is connectedflutter run
to run the app on the connected device
Please take a look at the contributing guidelines for a detailed process on how to build your application as well as troubleshooting information.
This project is licensed under the MIT License - see the LICENSE
file for details