https://github.com/helpwave/mobile-app
The official helpwave mobile apps for android and ios
https://github.com/helpwave/mobile-app
android apple browserstack dart flutter hacktoberfest ios mobile mobile-app
Last synced: 6 months ago
JSON representation
The official helpwave mobile apps for android and ios
- Host: GitHub
- URL: https://github.com/helpwave/mobile-app
- Owner: helpwave
- License: mpl-2.0
- Created: 2022-09-29T21:00:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T12:42:08.000Z (11 months ago)
- Last Synced: 2025-04-10T10:16:53.006Z (9 months ago)
- Topics: android, apple, browserstack, dart, flutter, hacktoberfest, ios, mobile, mobile-app
- Language: Dart
- Homepage:
- Size: 3.43 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# helpwave mobile-app
The official repository for helpwave mobile apps for android and ios
This project is tested with [BrowserStack](https://www.browserstack.com).
# [Projects](apps/)
- **[helpwave tasks](/apps/tasks)** the planning app for healthcare professionals
# [Packages](packages/)
- **[helpwave_localization](/packages/helpwave_localization)** the localization of all apps
- **[helpwave_service](/packages/helpwave_service)** the services used by the apps
- **[helpwave_theme](/packages/helpwave_theme)** the theme used by all apps
- **[helpwave_widget](/packages/helpwave_widget)** the reusable widgets shared between all apps
# Getting Started
1. install [Flutter](https://docs.flutter.dev/get-started/install) version >=3.13 and [melos](https://melos.invertase.dev/getting-started) (`dart pub global activate melos`)
2. run `melos bootstrap`
3. run `melos run intl`
4. navigate to `/apps/`
5. run application in emulator `flutter run`