Welcome to the documentation for Remit, a Flutter-based application developed to help users control their phone addiction. Remit was created for India's Biggest Hackathon - Smart India Hackathon(SIH)-2022.
Before running Remit, you need to set up Flutter on your machine.
To install Flutter:
-
Visit the Flutter website and download the Flutter SDK for your operating system.
-
Extract the downloaded SDK archive to a location of your choice.
-
Add the Flutter
bin
directory to your system'sPATH
variable.Example (for macOS/Linux):
export PATH="$PATH:/path/to/flutter/bin"
-
Run
flutter doctor
in your terminal to verify the installation and check for any additional dependencies.
The Remit repository consists of the following folders:
lib/
- Contains the main Dart code for the Remit app.assets/
- Holds static assets such as images and configuration files.
Remit is a Flutter-based application designed to help users control their phone addiction. The app provides features that allow users to set reminders and track their phone usage. By encouraging users to reduce their screen time, Remit aims to promote a healthier and more balanced lifestyle.
Remit was developed as a part of India's Biggest Hackathon - Smart India Hackathon(SIH)-2022. The app was created with the goal of addressing the issue of phone addiction and providing users with a tool to manage their digital well-being.
Please note that this documentation serves as an overview of the Remit app. For detailed information on how to use specific features and navigate the app, refer to the in-app instructions and help section.