From 492d31d94948eb0b61c375746d25a99c107bfac9 Mon Sep 17 00:00:00 2001 From: Erengun <70534390+Erengun@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:47:47 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Flutter=20to?= =?UTF-8?q?=203.44.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .flutter-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flutter-version b/.flutter-version index c600d9e..d1bf8a4 100644 --- a/.flutter-version +++ b/.flutter-version @@ -1 +1 @@ -3.41.7 +3.44.6 From c533826a78a5f62814fac81706cc2a9d89044053 Mon Sep 17 00:00:00 2001 From: Eren Gun Date: Thu, 16 Jul 2026 13:25:29 +0300 Subject: [PATCH 2/4] refactor: rename SubZilla to Subara across the project --- CHANGELOG.md | 4 +-- PRODUCT.md | 4 +-- README.md | 26 +++++++++---------- Subzilla/changelogs/default.txt | 2 +- Subzilla/full_description.txt | 4 +-- Subzilla/title.txt | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- assets/translations/en.json | 4 +-- assets/translations/tr.json | 2 +- docs/privacy-policy.md | 8 +++--- docs/terms-and-conditions.md | 10 +++---- .../android/en-US/changelogs/default.txt | 2 +- .../android/en-US/full_description.txt | 4 +-- fastlane/metadata/android/en-US/title.txt | 2 +- .../android/tr-TR/changelogs/default.txt | 2 +- .../android/tr-TR/full_description.txt | 4 +-- fastlane/metadata/android/tr-TR/title.txt | 2 +- ios/LiveActivityChannel.swift | 2 +- ios/Runner/Info.plist | 4 +-- lib/main.dart | 2 +- lib/screens/analytics_screen.dart | 2 +- lib/screens/calendar_screen.dart | 2 +- lib/screens/home_screen.dart | 2 +- lib/screens/settings_screen.dart | 4 +-- lib/services/live_activity_service.dart | 2 ++ lib/widgets/sub_zilla_app_bar.dart | 5 ++-- pubspec.yaml | 2 +- 27 files changed, 57 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383625d..111943f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to SubZilla will be documented in this file. +All notable changes to Subara will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). @@ -58,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0+1] - 2025-09-15 -* **Feat:** Initial release of SubZilla. +* **Feat:** Initial release of Subara. * **Feat:** Subscription tracking with local SQLite database. * **Feat:** Visual analytics with interactive spending charts. * **Feat:** Dark mode and custom theme support. diff --git a/PRODUCT.md b/PRODUCT.md index a18deb3..2d5e2b5 100644 --- a/PRODUCT.md +++ b/PRODUCT.md @@ -1,10 +1,10 @@ -# SubZilla +# Subara **register:** product ## Product Name -SubZilla +Subara ## Product Purpose diff --git a/README.md b/README.md index 37611cb..1a5290c 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ -# SubZilla +# Subara -**SubZilla** is a powerful and intuitive Flutter application designed to help you manage your monthly subscriptions, track recurring expenses, and stay in control of your budget. +**Subara** is a powerful and intuitive Flutter application designed to help you manage your monthly subscriptions, track recurring expenses, and stay in control of your budget. -With recent major updates, SubZilla now offers an even smoother experience with enhanced performance, new features, and a polished design. +With recent major updates, Subara now offers an even smoother experience with enhanced performance, new features, and a polished design.

🏠 Home Screen

@@ -73,8 +73,8 @@ Follow these steps to download the source code and set up your development envir 1. **Clone the Repository** ```bash - git clone https://github.com/DevOpen-io/SubZilla.git - cd SubZilla + git clone https://github.com/DevOpen-io/Subara.git + cd Subara ``` 2. **Install Dependencies** @@ -105,7 +105,7 @@ Follow these steps to download the source code and set up your development envir We love contributions! If you have ideas for new features or have found a bug, here is how you can help: -- **Report Issues**: Use the [GitHub Issues](https://github.com/DevOpen-io/SubZilla/issues) tab to report bugs or request features. +- **Report Issues**: Use the [GitHub Issues](https://github.com/DevOpen-io/Subara/issues) tab to report bugs or request features. - **Submit Pull Requests**: Fork the repository, make your changes, and submit a PR. Please ensure your code follows the project's style and passes all tests. - **Support**: Give the project a star ⭐ to show your support! @@ -123,11 +123,11 @@ We love contributions! If you have ideas for new features or have found a bug, h -# SubZilla +# Subara -**SubZilla**, aylık aboneliklerinizi yönetmenize, tekrarlayan harcamalarınızı takip etmenize ve bütçenizi kontrol altında tutmanıza yardımcı olmak için tasarlanmış güçlü ve sezgisel bir Flutter uygulamasıdır. +**Subara**, aylık aboneliklerinizi yönetmenize, tekrarlayan harcamalarınızı takip etmenize ve bütçenizi kontrol altında tutmanıza yardımcı olmak için tasarlanmış güçlü ve sezgisel bir Flutter uygulamasıdır. -Son büyük güncellemelerle birlikte SubZilla, gelişmiş performans, yeni özellikler ve cilalanmış bir tasarımla çok daha akıcı bir deneyim sunuyor. +Son büyük güncellemelerle birlikte Subara, gelişmiş performans, yeni özellikler ve cilalanmış bir tasarımla çok daha akıcı bir deneyim sunuyor.

🏠 Ana Ekran

@@ -190,8 +190,8 @@ Kaynak kodunu indirmek ve geliştirme ortamınızı kurmak için aşağıdaki ad 1. **Depoyu Klonlayın** ```bash - git clone https://github.com/DevOpen-io/SubZilla.git - cd SubZilla + git clone https://github.com/DevOpen-io/Subara.git + cd Subara ``` 2. **Bağımlılıkları Yükleyin** @@ -222,7 +222,7 @@ Kaynak kodunu indirmek ve geliştirme ortamınızı kurmak için aşağıdaki ad Katkıları seviyoruz! Yeni özellikler için fikirleriniz varsa veya bir hata bulduysanız, işte nasıl yardımcı olabileceğiniz: -- **Sorun Bildirin**: Hataları bildirmek veya özellik istemek için [GitHub Issues](https://github.com/DevOpen-io/SubZilla/issues) sekmesini kullanın. +- **Sorun Bildirin**: Hataları bildirmek veya özellik istemek için [GitHub Issues](https://github.com/DevOpen-io/Subara/issues) sekmesini kullanın. - **Pull Request Gönderin**: Depoyu fork'layın, değişikliklerinizi yapın ve bir PR gönderin. Lütfen kodunuzun proje stiline uyduğundan ve tüm testleri geçtiğinden emin olun. - **Destek**: Desteğinizi göstermek için projeye bir yıldız ⭐ verin! @@ -240,4 +240,4 @@ Katkıları seviyoruz! Yeni özellikler için fikirleriniz varsa veya bir hata b ## 📈 Star History / Yıldız Geçmişi -[![Star History Chart](https://api.star-history.com/svg?repos=DevOpen-io/SubZilla&type=Date)](https://star-history.com/#DevOpen-io/SubZilla&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=DevOpen-io/Subara&type=Date)](https://star-history.com/#DevOpen-io/Subara&Date) diff --git a/Subzilla/changelogs/default.txt b/Subzilla/changelogs/default.txt index 736b411..456a5fa 100644 --- a/Subzilla/changelogs/default.txt +++ b/Subzilla/changelogs/default.txt @@ -1,4 +1,4 @@ -What's new in SubZilla: +What's new in Subara: • Track and manage all your subscriptions in one place • Visual analytics with interactive spending charts diff --git a/Subzilla/full_description.txt b/Subzilla/full_description.txt index f93b046..190b305 100644 --- a/Subzilla/full_description.txt +++ b/Subzilla/full_description.txt @@ -1,6 +1,6 @@ -SubZilla is a powerful and intuitive Flutter application designed to help you manage your monthly subscriptions, track recurring expenses, and stay in control of your budget. +Subara is a powerful and intuitive Flutter application designed to help you manage your monthly subscriptions, track recurring expenses, and stay in control of your budget. -With recent major updates, SubZilla now offers an even smoother experience with enhanced performance, new features, and a polished design. +With recent major updates, Subara now offers an even smoother experience with enhanced performance, new features, and a polished design. Features: diff --git a/Subzilla/title.txt b/Subzilla/title.txt index 84cfb20..0cd823b 100644 --- a/Subzilla/title.txt +++ b/Subzilla/title.txt @@ -1 +1 @@ -SubZilla \ No newline at end of file +Subara \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 58fe1fa..3be729f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - +