
A comprehensive CPR training and emergency response Flutter application that provides educational content in multiple languages.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Pulse Plus is your comprehensive companion for CPR training and emergency response. Built with Flutter, it offers an intuitive interface for learning life-saving techniques through interactive content in multiple languages.
- 🎥 Video-based CPR training tutorials
- 🌍 Multi-language support (English, Arabic, French)
- 🚨 Emergency response guidelines
- 📱 Interactive user interface
- 👤 Customizable user avatars
- 🌓 Dark/Light theme support
- 🔊 Voice guidance in multiple languages
- Flutter SDK (latest version)
- Android Studio / VS Code
- Git
- Clone the repository
git clone https://github.com/uknes/Pulse-plus.git
- Navigate to project directory
cd pulse_plus
- Install dependencies
flutter pub get
- Run the app
flutter run
lib/
├── models/ # Data models
├── providers/ # State management
├── screens/ # App screens
├── widgets/ # Reusable widgets
└── l10n/ # Localization files
assets/
├── avatars/ # User avatar images
├── fonts/ # Custom fonts
├── icons/ # App icons
├── images/ # App images
├── videos/ # Training videos
└── voices/ # Voice guidance audio
- Flutter
- Dart
- Provider for state management
- Video Player for tutorial playback
- Localization for multi-language support
- Add more language support
- Implement offline video caching
- Add interactive quizzes
- Integrate with emergency services
- Add AR-based training modules
See the open issues for a full list of proposed features and known issues.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This is proprietary software. All rights reserved by Uknes Studio. No license is granted for use, modification, or distribution without explicit written permission.
- Developer: Uknes Studio
- Email: [email protected]
- GitHub: https://github.com/uknes