From 6f8778fb6a74bf260a038760db95102dd19436a7 Mon Sep 17 00:00:00 2001 From: Hesham Al Nahas <121490059+hesham04Dev@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:41:43 +0300 Subject: [PATCH] making screenshots appears on the sidebar --- CHANGELOG.md | 3 ++- pubspec.yaml | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 418e122d..f9b256c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog - +### [3.0.8] +- making the screenshots appears on the sidebar ### [3.0.7] - add _supportedLocales in EasyLocalizationController; log and check the deviceLocale when resetLocale; diff --git a/pubspec.yaml b/pubspec.yaml index f8ecaed3..81a58b83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/aissat/easy_localization issue_tracker: https://github.com/aissat/easy_localization/issues # publish_to: none -version: 3.0.7 +version: 3.0.8 environment: sdk: '>=2.12.0 <4.0.0' @@ -25,3 +25,12 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.1 +screenshots: + - description: The easy localization logo. + path: logo/logo.svg + - description: Arabic Example + path: screenshots/Screenshot_ar.png + - description: English Example + path: screenshots/Screenshot_en.png + - description: Err Example + path: screenshots/Screenshot_err.png