excel_localization 0.1.8 copy "excel_localization: ^0.1.8" to clipboard
excel_localization: ^0.1.8 copied to clipboard

This excel localization is project that user can use to generate variable values for using localisation. and manage localization without context.

21
likes
140/ 160
pub points
75
downloads

We analyzed this package 6 days ago, and awarded it 140 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

6 out of 14 API elements (42.9 %) have documentation comments.

Some symbols that are missing documentation: excel_localization, excel_localization.ExcelLocalizaton, excel_localization.ExcelLocalizaton.ExcelLocalizaton.new, excel_localization.ExcelLocalizaton.generate, excel_localization_runner.

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 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Web

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:excel_localization/excel_localization.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:excel_localization/excel_localization.dart that declares support for platforms: Android, iOS, Windows, Web.

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:excel_localization/excel_localization.dart that imports:
  • package:excel_localization/src/services/excel_localization.dart that imports:
  • package:excel_localization/src/services/validation/validator.dart that imports:
  • package:excel_localization/src/services/parsing/file_parser.dart that imports:
  • package:excel_localization/src/utils/flappy_logger.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:excel_localization/excel_localization.dart that imports:
  • package:excel_localization/src/services/excel_localization.dart that imports:
  • package:excel_localization/src/services/validation/validator.dart that imports:
  • package:excel_localization/src/services/parsing/file_parser.dart that imports:
  • package:excel_localization/src/utils/flappy_logger.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.dev/web/wasm for details.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/excel_localization/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm 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

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/excel_localization_web.dart:6:1

6import 'dart:html' as html show window;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
csv ^5.0.0 5.1.1 6.0.0
dart_style ^2.0.1 2.3.8 3.0.1
excel 2.0.0-null-safety-3 2.0.0-null-safety-3 4.0.6
meta ^1.3.0 1.16.0 1.16.0
yaml ^3.1.0 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 76.0.0 80.0.0
analyzer - 6.11.0 7.3.0
archive - 3.6.1 4.0.5
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
equatable - 2.0.7 2.0.7
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
intl - 0.19.0 0.20.2
macros - 0.1.3-main.0 0.1.3-main.0
material_color_utilities - 0.11.1 0.12.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
petitparser - 5.4.0 6.1.0
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
watcher - 1.1.1 1.1.1
xml - 5.4.1 6.5.0

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

Found 3 issues. Showing the first 2:

The constraint `^5.0.0` on csv does not support the stable version `6.0.0`.

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

The constraint `^2.0.1` on dart_style does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions dart_style 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 8Aug 5Sep 2Sep 30Oct 28Nov 25Dec 23Jan 20Feb 17Mar 170510152025303540>=0.0.0-0 <1.0.0
21
likes
140
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

This excel localization is project that user can use to generate variable values for using localisation. and manage localization without context.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

csv, dart_style, excel, flutter, flutter_localizations, flutter_web_plugins, meta, yaml

More

Packages that depend on excel_localization