Aarti is a Flutter application designed to bring the most popular aartis (devotional songs) of Hindu gods right to your fingertips. This app provides a comprehensive collection of aartis including Hanuman Aarti, Ganesh Aarti, and many more. Whether you are at home, at a temple, or on the go, you can now enjoy and participate in devotional practices seamlessly.
- Comprehensive Aarti Collection: Access a wide range of popular aartis for various Hindu gods.
- User-Friendly Interface: Enjoy an intuitive and easy-to-navigate interface.
- Offline Access: Save your favorite aartis and access them even without an internet connection.
- Lyrics Display: Follow along with the lyrics displayed on screen.
- Flutter SDK
- Android Studio or Visual Studio Code with Flutter and Dart plugins
-
Clone the Repository
git clone https://github.com/your-username/aarti-flutter-app.git cd aarti-flutter-app
-
Install Dependencies
flutter pub get
-
Run the Application
flutter run
aarti-flutter-app/
|- android
|- assets
|- audio
|- images
|- ios
|- lib
|- models
|- screens
|- services
|- widgets
|- main.dart
|- test
|- pubspec.yaml
|- README.md
- Home Screen: Browse through the list of available aartis.
- Search: Use the search bar to find specific aartis quickly.
- Aarti Details: Click on any aarti to view details, listen to the audio, and read the lyrics.
- Favorites: Mark aartis as favorites to easily access them from the favorites section.
We welcome contributions from the community. To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them.
- Push your changes to your fork.
- Open a pull request to the main repository.