The RTI Online Mobile App is a user-friendly mobile application built with Flutter that replicates the functionality of the RTI Online website. It enables Indian citizens to file Right to Information (RTI) requests and appeals, check their status, and access FAQs in a streamlined and accessible way from their smartphones.
"Empowering citizens with transparency and ease of access to public information."
✨ Intuitive User Interface: A clean and easy-to-navigate design.
📄 Submit RTI Requests: File requests for information from government bodies.
📑 First Appeals: Submit appeals if your request is not satisfactorily resolved.
🔍 View Request Status: Track the progress of your RTI application.
📖 FAQs Section: Clear guidance on filing and understanding RTI.
📞 Contact Us: Reach the concerned authorities directly.
📜 History Tracking: Keep track of all previous RTI submissions.
- Framework: Flutter
- Languages: Dart
- IDE: Android Studio / Visual Studio Code
- Install Flutter.
- Install an emulator (Android Studio) or connect a physical device.
- Clone this repository:
git clone [https://github.com/your-username/rti-online-app.git](https://github.com/GrowAsguard/myRTIapp.git) cd rti-online-app
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- For production builds:
flutter build apk # Android flutter build ipa # iOS
Star ⭐ this repo if you found it helpful! Happy coding! 🚀