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