app_lang_selector 0.0.3 copy "app_lang_selector: ^0.0.3" to clipboard
app_lang_selector: ^0.0.3 copied to clipboard

A Flutter package for easy language selection with beautiful UI and state management support.

150/ 160
pub points
158
downloads

We analyzed this package 3 days ago, and awarded it 150 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

15 out of 38 API elements (39.5 %) have documentation comments.

Some symbols that are missing documentation: app_lang_selector, app_lang_selector.AppLangSelectPage.AppLangSelectPage.new, app_lang_selector.AppLangSelectTile, app_lang_selector.AppLangSelectTile.AppLangSelectTile.new, app_lang_selector.LangCode.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:app_lang_selector/app_lang_selector.dart that imports:
  • package:app_lang_selector/src/pkgs_asset_loader.dart that imports:
  • package:easy_localization/easy_localization.dart that imports:
  • package:easy_localization/src/public_ext.dart that imports:
  • package:easy_localization/src/easy_localization_app.dart that imports:
  • package:easy_localization/src/easy_localization_controller.dart that imports:
  • package:intl/intl_standalone.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

INFO: 'groupValue' is deprecated and shouldn't be used. Use a RadioGroup ancestor to manage group value instead. This feature was deprecated after v3.32.0-0.0.pre.

lib/src/app_lang_select_page.dart:68:15

   ╷
68 │               groupValue: selectedLang,
   │               ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/app_lang_select_page.dart

INFO: 'onChanged' is deprecated and shouldn't be used. Use RadioGroup to handle value change instead. This feature was deprecated after v3.32.0-0.0.pre.

lib/src/app_lang_select_page.dart:69:15

   ╷
69 │               onChanged: (v) async {
   │               ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/app_lang_select_page.dart

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
easy_localization ^3.0.7 3.0.8 3.0.8
flutter_riverpod ^2.6.1 2.6.1 3.0.3
riverpod_annotation ^2.6.1 2.6.1 3.0.3
riverpod_helper ^0.0.3 0.0.3 0.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
auto_exporter_annotation - 1.0.3 1.0.3
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
easy_logger - 0.0.2 0.0.2
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
intl - 0.20.2 0.20.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
riverpod - 2.6.1 3.0.3
shared_preferences - 2.5.3 2.5.3
shared_preferences_android - 2.4.15 2.4.15
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^2.6.1` on flutter_riverpod does not support the stable version `3.0.0`, that was published 29 days ago.

When flutter_riverpod is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions flutter_riverpod to update the constraint.

The constraint `^2.6.1` on riverpod_annotation does not support the stable version `3.0.0`, that was published 29 days ago.

When riverpod_annotation is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions riverpod_annotation to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
150
points
158
downloads

Publisher

verified publishernormidar.com

Weekly Downloads

A Flutter package for easy language selection with beautiful UI and state management support.

Repository (GitHub)
View/report issues

Topics

#language #localization #i18n #globalization

Documentation

API reference

License

MIT (license)

Dependencies

easy_localization, flutter, flutter_riverpod, riverpod_annotation, riverpod_helper

More

Packages that depend on app_lang_selector