Skip to content

Releases: Read-Lax/ReadLax

0.4.9

06 Oct 12:25
3dab251
Compare
Choose a tag to compare

What's Changed

  • Bump firebase_auth from 3.8.0 to 3.9.0 by @dependabot in #11
  • Bump cloud_firestore from 3.4.7 to 3.4.8 by @dependabot in #10
  • Bump wechat_assets_picker from 8.0.2 to 8.1.1 by @dependabot in #12
  • Bump geolocator from 9.0.1 to 9.0.2 by @dependabot in #13
  • Bump firebase_auth from 3.9.0 to 3.10.0 by @dependabot in #14
  • Bump permission_handler from 10.0.0 to 10.0.1 by @dependabot in #16
  • Bump firebase_crashlytics from 2.8.10 to 2.8.11 by @dependabot in #17
  • Bump firebase_core from 1.22.0 to 1.23.0 by @dependabot in #15
  • Bump firebase_storage from 10.3.8 to 10.3.9 by @dependabot in #18
  • Bump cloud_firestore from 3.4.8 to 3.4.9 by @dependabot in #19
  • Bump firebase_auth from 3.10.0 to 3.11.0 by @dependabot in #22
  • Bump firebase_crashlytics from 2.8.11 to 2.8.12 by @dependabot in #20
  • Bump firebase_core from 1.23.0 to 1.24.0 by @dependabot in #21
  • Bump audioplayers from 1.0.1 to 1.1.0 by @dependabot in #25
  • Bump firebase_auth from 3.11.0 to 3.11.1 by @dependabot in #24
  • Bump firebase_storage from 10.3.9 to 10.3.10 by @dependabot in #27
  • Bump cloud_firestore from 3.4.9 to 3.5.0 by @dependabot in #23
  • Bump permission_handler from 10.0.1 to 10.0.2 by @dependabot in #26
  • Ui changes in account settings
  • added ability to download quran and read it offline
  • bug fixing in explore page
  • added firebase crashlytics to help improve the app by sending in issues and bugs

Full Changelog: v0.3.8...v0.4.9

Release is not available because of some database changes that broke the explore page in the app. It will available in the upcoming major update

0.3.8

12 Sep 20:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.3.9

0.2.8

09 Sep 00:05
Compare
Choose a tag to compare

ReadLax update v0.2.7

Table of changes

Normal changes

Package changes

UI

  • Changed the way the image in the post getting showed
  • Moved the FloatingButton that used to create a post into the AppBar

Project folder structure

  • Old Folder Structure
lib
├── fireStoreHandeler
│   └── handeler.dart
├── login-signUp
│   ├── loginPage.dart
│   └── singUpPage.dart
├── main.dart
├── pages
│   ├── aboutPage.dart
│   ├── AppearanceSetting.dart
│   ├── changeAccountDataPage.dart
│   ├── comentsPage.dart
│   ├── ExplorePage.dart
│   ├── FavoritePostsPage.dart
│   ├── HomeContent.dart
│   ├── ReadQuranPage.dart
│   └── SettingPage.dart
├── provider
│   └── themeProvider.dart
├── shared
│   └── mostUsedFunctions.dart
└── splashScreen.dart
  • New Folder Structure
lib
├── generated_plugin_registrant.dart
├── main.dart
├── providers
│   └── theme_provider
│       └── theme_provider.dart
├── screens
│   ├── check_for_update
│   │   ├── functions
│   │   │   └── check_for_update.dart
│   │   └── update_app.dart
│   ├── explore
│   │   ├── coments
│   │   │   └── post_coments.dart
│   │   ├── explore.dart
│   │   └── functions
│   │       ├── delete_coment.dart
│   │       ├── delete_post.dart
│   │       ├── publish_coment.dart
│   │       └── save_post.dart
│   ├── home
│   │   └── home.dart
│   ├── login
│   │   └── login_screen.dart
│   ├── read_quran
│   │   └── read_quran.dart
│   ├── saved_posts
│   │   └── saved_posts.dart
│   ├── settings
│   │   ├── about
│   │   │   └── about_the_app.dart
│   │   ├── acounts_data
│   │   │   └── account_data.dart
│   │   ├── appearance
│   │   │   └── appearance_setting.dart
│   │   └── setting.dart
│   ├── sign_up
│   │   └── sing_up_screen.dart
│   ├── splash_screen
│   │   └── splash_screen.dart
│   └── user_profile
│       └── user_profile.dart
├── services
│   ├── add_new_user_data.dart
│   └── change_user_data.dart
├── shared
│   ├── global.dart
│   └── mostUsedFunctions.dart
├── utils
│   ├── app_permissions
│   │   └── storage_permission.dart
│   └── create_new_post.dart
└── Widgets
    ├── loading_indicator.dart
    └── post_card.dart

Removed third-party packages

Bug Fixed

  • Fixed the low loading of posts using cached images loading
  • Fixed what cause the post to not get delete even after perssing on the deleting button
  • Fixed HIzb 60 that wasn't showing the right sowar

New Contributors

Full Changelog: https://github.com/Read-Lax/ReadLax/commits/v0.2-beta.8

Feel free to contribute to this project even with simple things