A Hebrew mobile application for presenting the new Jewish political party "אורות השחר" (Lights of Dawn).
- Hebrew RTL Support: Full right-to-left text layout for Hebrew language
- Beautiful Splash Screen: Animated splash screen with party logo
- Party Presentation: Comprehensive presentation of party values and mission
- Modern Design: Clean, professional Material Design 3 interface
- Responsive Layout: Works seamlessly on all screen sizes
The app presents the following core values:
- 🌟 יהדות (Judaism): Deep connection to Jewish heritage and Torah values
- 🚩 ציונות (Zionism): Commitment to the Zionist enterprise and nation-building
- 👥 דמוקרטיה (Democracy): Upholding democratic values and equal rights
- ❤️ אחדות (Unity): Bringing hearts together and connecting all parts of the nation
- 💡 חדשנות (Innovation): Innovative solutions for current and future challenges
- 🌱 סביבה (Environment): Environmental responsibility and nature conservation
- Flutter SDK (3.8.1 or higher)
- Dart SDK
- Android Studio / Xcode (for iOS development)
- Clone the repository
- Install dependencies:
flutter pub get- Run the app:
# For Android
flutter run
# For iOS
flutter run
# For specific device
flutter run -d <device_id># Android APK
flutter build apk --release
# Android App Bundle
flutter build appbundle --release
# iOS
flutter build ios --releaselib/
├── main.dart # Main app entry point
├── OrotHaShacharApp # Root app widget
├── SplashScreen # Animated splash screen
└── HomePage # Main presentation page
assets/
└── or.png # Party logo
android/ # Android-specific configuration
ios/ # iOS-specific configuration
The app uses a deep blue color scheme. To change colors, edit the theme in lib/main.dart:
theme: ThemeData(
primaryColor: const Color(0xFF1E3A8A), // Change this color
colorScheme: ColorScheme.fromSeed(
seedColor: const Color(0xFF1E3A8A), // And this one
),
),All Hebrew content is directly in the lib/main.dart file and can be easily modified.
- Flutter: Cross-platform mobile framework
- Material Design 3: Modern, beautiful UI components
- Dart: Programming language
This project is created for the "אורות השחר" political party.
For issues or questions, please contact the party representatives.
Built with Flutter 💙