l10n_flutter 1.0.6 copy "l10n_flutter: ^1.0.6" to clipboard
l10n_flutter: ^1.0.6 copied to clipboard

outdated

This single framework will help you localize your Flutter application without the headache.

6
likes
80/ 160
pub points
86%
popularity

We analyzed this package 15 hours ago, and awarded it 80 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

partial
Provide documentation
10 / 20trigger folding of the section

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

12 out of 132 API elements (9.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: builder, builder.L10nBuilder, builder.L10nBuilder.L10nBuilder, builder.L10nBuilder.createJson, builder.L10nBuilder.createReport.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:l10n_flutter/builder/builder.dart that imports:
  • package:build/build.dart that imports:
  • package:build/src/generate/run_post_process_builder.dart that imports:
  • package:build/src/builder/post_process_builder.dart that imports:
  • package:build/src/builder/builder.dart that imports:
  • package:build/src/builder/build_step.dart that imports:
  • package:build/src/asset/reader.dart that imports:
  • package:glob/glob.dart that imports:
  • package:glob/src/list_tree.dart that imports:
  • package:file/file.dart that imports:
  • package:file/src/interface.dart that imports:
  • package:file/src/io.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: Abstract classes can't be instantiated.

lib/l10n_core.dart:184:7

    ╷
184 │       GlobalWidgetsLocalizations(this).textDirection == TextDirection.ltr;
    │       ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

ERROR: The argument type 'L10nLocale' can't be assigned to the parameter type 'TextDirection'.

lib/l10n_core.dart:184:34

    ╷
184 │       GlobalWidgetsLocalizations(this).textDirection == TextDirection.ltr;
    │                                  ^^^^
    ╵

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

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest
build ^2.2.1 2.4.1 2.4.1
cupertino_icons ^1.0.4 1.0.8 1.0.8
flutter flutter 0.0.0 0.0.0
flutter_localizations flutter 0.0.0 0.0.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 67.0.0 72.0.0
analyzer - 6.4.1 6.7.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
intl - 0.19.0 0.19.0
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • UNDEFINED_GETTER - lib/builder/builder.dart:34:23 - The getter 'classes' isn't defined for the type 'CompilationUnitElement'.
  • INSTANTIATE_ABSTRACT_CLASS - lib/l10n_core.dart:184:7 - Abstract classes can't be instantiated.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/l10n_core.dart:184:34 - The argument type 'L10nLocale' can't be assigned to the parameter type 'TextDirection'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

6
likes
80
pub points
86%
popularity

Publisher

verified publishersoftigent.com

This single framework will help you localize your Flutter application without the headache.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

build, cupertino_icons, flutter, flutter_localizations

More

Packages that depend on l10n_flutter