Skip to content

darkmoonight/Rain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

434 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

๐ŸŒฆ๏ธ Rain

A beautiful, feature-rich weather application built with Flutter

English โ€ข ะ ัƒััะบะธะน

Stars Forks Downloads Play Store Installs GitHub release License

Tired of unpredictable weather? Rain keeps you prepared with accurate forecasts, interactive maps, and beautiful design. ๐ŸŒฆ๏ธ๐Ÿ“ฑ๐Ÿ—บ๏ธ

๐ŸŒ Available in 37 languages โ€ข ๐ŸŽจ Material You & AMOLED โ€ข ๐Ÿ—บ๏ธ Interactive weather map โ€ข ๐Ÿ“ฑ Home widget


โœจ Features

๐ŸŒก๏ธ Comprehensive Weather Data

  • Real-time conditions with feels-like temperature โ€ข Hourly forecasts (12+ days) โ€ข 7+ day daily outlooks
  • Detailed metrics: UV index, humidity, wind speed/direction, precipitation, visibility, pressure, dew point
  • Day/night-aware weather icons โ€ข Sunrise/sunset times โ€ข Expandable hourly variable details

๐Ÿ—บ๏ธ Interactive Weather Map

  • OpenStreetMap-based interactive map โ€ข Weather markers for all saved cities
  • Tap markers for quick weather preview โ€ข Long-press to add new locations
  • Visual city selection with GPS support โ€ข Map tile caching (30 days) โ€ข Dark mode styling

๐Ÿ™๏ธ Multi-City Management

  • Save unlimited cities to your watchlist โ€ข Drag-to-reorder โ€ข Pull-to-refresh all
  • City search with autocomplete โ€ข Manual coordinate entry โ€ข GPS auto-detection
  • Edit or remove saved cities โ€ข View timezone for each location

๐Ÿ”” Smart Notifications

  • Scheduled weather forecasts (1-5 hour intervals) โ€ข Custom time window (start/end)
  • Weather-condition-specific icons โ€ข Silent notifications (no sound/vibration)
  • Automatic cancellation when disabled โ€ข Background scheduling

๐Ÿ“ฑ Home Screen Widget

  • Pin to home screen (Android) โ€ข Shows current temp & weather icon
  • Background auto-update (min 15-min interval) โ€ข Customizable background color โ€ข Customizable text color

๐ŸŽจ Beautiful Design

  • Material You dynamic theming (wallpaper colors) โ€ข Pure AMOLED black theme
  • Light/Dark/System modes โ€ข Large element mode toggle โ€ข Edge-to-edge display
  • Google Fonts (Ubuntu) โ€ข Smooth animations โ€ข Shimmer loading states

๐ŸŒ Extensive Localization

  • 37 languages including: English, ะ ัƒััะบะธะน, ไธญๆ–‡, ุงู„ุนุฑุจูŠุฉ, เคนเคฟเคจเฅเคฆเฅ€, Espaรฑol, Franรงais, Deutsch, Portuguรชs, ํ•œ๊ตญ์–ด, ๆ—ฅๆœฌ่ชž, Tรผrkรงe, and many more
  • Regional preferences โ€ข 12h/24h time format support

๐Ÿงฎ Customization Options

  • Temperature: Celsius/Fahrenheit โ€ข Measurement system: Metric/Imperial
  • Wind speed: kph/m/s โ€ข Pressure: hPa/mmHg โ€ข Rounded temperatures toggle
  • Widget color customization with HSV color picker

๐Ÿ“ธ Screenshots


๐Ÿ“ฅ Download

Android

Play Store IzzyOnDroid

Other Platforms

Get the latest APK or builds for other platforms from the Releases Section.


๐Ÿ› ๏ธ Building from Source

Prerequisites

  • Flutter SDK 3.41.6 or higher
  • Dart SDK 3.11.4 or higher
  • Android Studio / Xcode for platform-specific builds

Steps

# Clone the repository
git clone https://github.com/darkmoonight/Rain.git
cd Rain

# Install dependencies
flutter pub get

# Generate code (for Isar database, Freezed models, JSON serialization)
dart run build_runner build

# Run the app
flutter run

# Build for production
flutter build apk --release        # Android APK
flutter build appbundle --release  # Android App Bundle (Play Store)
flutter build ios --release        # iOS

Code Generation

The project uses code generation for:

  • Isar - Database schemas
  • Freezed - Immutable data classes
  • JSON Serializable - JSON serialization

After modifying files with @freezed, @JsonSerializable, or @collection annotations, run:

dart run build_runner build --delete-conflicting-outputs

๐ŸŒ Data Sources

Rain uses free, open weather APIs with no API key required:


๐Ÿค Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.


๐Ÿ’ฐ Support the Project

If Rain has become an indispensable part of your daily routine, consider supporting development:

ะฎMoney


๐Ÿ“ƒ License

This project is licensed under the MIT License.


๐Ÿ‘จโ€๐Ÿ’ป Contributors

Thanks to all our amazing contributors!


Made with โค๏ธ using Flutter