flutter_alarm_app

A flutter project to demonstrate my problem-solving skills

Objectives

Package/Tools

cupertino_icons: ^1.0.8
shared_preferences: ^2.5.3
flutter_local_notifications: ^19.4.2
flutter_background_service: ^5.1.0
timezone: ^0.10.1
smooth_page_indicator: ^1.2.1
intl: ^0.20.2
geolocator: ^14.0.2
permission_handler: ^12.0.1
geocoding: ^4.0.0
video_player: ^2.8.6
flutter_ringtone_player: ^4.0.0+4

Screenshots

image image image image image image image image


Getting Started

To run the project locally, follow these steps:

  1. Clone the repository ```bash git clone https://github.com/Hasan-Uddin/flutter_alarm_app.git cd flutter_alarm_app
  2. Install dependencies ```bash flutter pub get
  3. Run the app ```bash flutter run
  4. build
    • for web ```bash flutter build web
    • for Android ```bash flutter build apk

and so on…