nylo_framework 1.1.0 copy "nylo_framework: ^1.1.0" to clipboard
nylo_framework: ^1.1.0 copied to clipboard

outdated

Micro-framework for Flutter that's built to simplify app development for Flutter projects.

78
likes
100/ 140
pub points
91%
popularity

We analyzed this package 8 hours ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: nylo_framework,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Could not accept branch name: 5.x.

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

7 out of 46 API elements (15.2 %) 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.

Some symbols that are missing documentation: controller_stub, controller_stub.controllerStub, helper, metro, metro.capitalize.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Linux

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:nylo_framework/nylo_framework.dart that imports:
  • package:nylo_support/router/router.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that declares support for platforms: Android, iOS, Linux.
Package does not support platform `macOS`.

Because:

  • package:nylo_framework/nylo_framework.dart that imports:
  • package:nylo_support/router/router.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that declares support for platforms: Android, iOS, Linux.
Package does not support platform `Web`.

Because:

  • package:nylo_framework/nylo_framework.dart that imports:
  • package:nylo_support/router/router.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that declares support for platforms: Android, iOS, Linux.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

INFO: Use 'isEmpty' instead of 'length' to test whether the collection is empty.

lib/metro/helpers/tools.dart:6:7

  ╷
6 │   if (input.length == 0) {
  │       ^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Use 'isEmpty' instead of 'length' to test whether the collection is empty.

lib/metro/metro.dart:51:7

   ╷
51 │   if (arguments.length == 0) {
   │       ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
adaptive_theme ^2.2.0 2.3.1 3.6.0
args ^2.0.0 2.5.0 2.5.0
collection ^1.15.0 1.18.0 1.18.0
flutter flutter 0.0.0 0.0.0
flutter_dotenv ^5.0.0 5.1.0 5.1.0
flutter_launcher_icons ^0.9.0 0.9.3 0.13.1
nylo_support ^1.0.0 1.0.0 5.69.3
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.5.1 3.5.1
characters - 1.3.0 1.3.0
crypto - 3.0.3 3.0.3
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
flutter_secure_storage - 4.2.1 9.2.1
flutter_web_plugins - 0.0.0 0.0.0
image - 3.3.0 4.1.7
logger - 1.4.0 2.3.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
page_transition - 2.1.0 2.1.0
path - 1.9.0 1.9.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences - 2.2.3 2.2.3
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_foundation - 2.4.0 2.4.0
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
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
web - 0.5.1 0.5.1
win32 - 5.5.1 5.5.1
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0
yaml - 3.1.2 3.1.2

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

Found 3 issues. Showing the first 2:

The constraint `^2.2.0` on adaptive_theme does not support the stable version `3.0.0`.

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

The constraint `^0.9.0` on flutter_launcher_icons does not support the stable version `0.10.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

78
likes
100
pub points
91%
popularity

Publisher

verified publishernylo.dev

Micro-framework for Flutter that's built to simplify app development for Flutter projects.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

adaptive_theme, args, collection, flutter, flutter_dotenv, flutter_launcher_icons, nylo_support

More

Packages that depend on nylo_framework