flrx 0.0.11 copy "flrx: ^0.0.11" to clipboard
flrx: ^0.0.11 copied to clipboard

unlistedoutdated

A Redux Application Framework.

120/ 160
pub points
26
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

Repository has multiple matching pubspec.yaml with name: flrx.

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: flrx,
    • contains a version property, and,
    • does not contain a publish_to property.

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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

59 out of 177 API elements (33.3 %) have documentation comments.

Some symbols that are missing documentation: application, application.Application, application.Application.appConfig, application.Application.config, application.Application.get.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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 does not support platform `Web`.

Because:

  • package:flrx/flrx.dart that imports:
  • package:flrx/config/config.dart that imports:
  • package:flrx/config/error_reporter_config.dart that imports:
  • package:catcher/catcher.dart that imports:
  • package:catcher/handlers/email_manual_handler.dart that imports:
  • package:flutter_mailer/flutter_mailer.dart that declares support for platforms: Android, iOS.

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

Package does not support platform `Windows`.

Because:

  • package:flrx/flrx.dart that imports:
  • package:flrx/config/config.dart that imports:
  • package:flrx/config/error_reporter_config.dart that imports:
  • package:catcher/catcher.dart that imports:
  • package:catcher/handlers/toast_handler.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:flrx/flrx.dart that imports:
  • package:flrx/config/config.dart that imports:
  • package:flrx/config/error_reporter_config.dart that imports:
  • package:catcher/catcher.dart that imports:
  • package:catcher/handlers/toast_handler.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:flrx/flrx.dart that imports:
  • package:flrx/config/config.dart that imports:
  • package:flrx/config/error_reporter_config.dart that imports:
  • package:catcher/catcher.dart that imports:
  • package:catcher/handlers/toast_handler.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
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: The type parameter name 'State' matches a visible type name.

lib/pages/page.dart:18:21

   ╷
18 │ abstract class Page<State, V extends ViewModel<State>> {
   │                     ^^^^^
   ╵

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

INFO: Implicit tear-off of the 'call' method.

lib/store/middlewares/redux_logging_middleware.dart:14:10

   ╷
14 │   return loggingMiddleware;
   │          ^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/store/middlewares/redux_logging_middleware.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
args ^2.3.0 2.7.0 2.7.0
catcher ^0.6.8 0.6.9 0.8.0
collection ^1.15.0 1.19.1 1.19.1
fluro ^2.0.3 2.0.5 2.0.5
flutter_redux ^0.9.0 0.9.0 0.10.0
get_it ^7.2.0 7.7.0 9.2.0
logger ^1.1.0 1.4.0 2.6.2
logging ^1.0.2 1.3.0 1.3.0
meta ^1.7.0 1.17.0 1.18.0
path ^1.8.0 1.9.1 1.9.1
recase ^4.0.0 4.1.0 4.1.0
redux ^5.0.0 5.0.0 5.0.0
redux_logging ^0.5.0 0.5.1 0.5.1
redux_thunk ^0.4.0 0.4.0 0.4.0
shared_preferences ^2.0.13 2.5.4 2.5.4
stack_trace ^1.10.0 1.12.1 1.12.1
yaml ^3.1.0 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
crypto - 3.0.7 3.0.7
device_info_plus - 3.2.4 12.3.0
device_info_plus_linux - 2.1.1 5.0.0 Discontinued
device_info_plus_macos - 2.2.3 5.0.0 Discontinued
device_info_plus_platform_interface - 2.6.1 7.0.3
device_info_plus_web - 2.1.0 5.0.0 Discontinued
device_info_plus_windows - 2.1.1 6.0.0 Discontinued
dio - 4.0.6 5.9.0
ffi - 1.2.1 2.1.5
file - 6.1.4 7.0.1
flutter_mailer - 2.1.2 3.0.1
fluttertoast - 8.2.14 9.0.0
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.17.0 0.20.2
mailer - 5.3.0 6.6.0
material_color_utilities - 0.11.1 0.13.0
mime - 1.0.6 2.0.0
package_info_plus - 1.4.2 9.0.0
package_info_plus_linux - 1.0.5 2.0.0 Discontinued
package_info_plus_macos - 1.3.0 2.0.0 Discontinued
package_info_plus_platform_interface - 1.0.2 3.2.1
package_info_plus_web - 1.0.6 2.0.0 Discontinued
package_info_plus_windows - 1.0.5 3.0.0 Discontinued
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.0.7 2.3.0
pedantic - 1.11.1 1.11.1 Discontinued
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
sentry - 6.22.0 9.10.0
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
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
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
universal_io - 2.3.1 2.3.1
uuid - 3.0.7 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 2.6.1 5.15.0
xdg_directories - 1.1.0 1.1.0

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

Found 4 issues. Showing the first 2:

The constraint `^0.6.8` on catcher does not support the stable version `0.7.0`.

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

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

Try running dart pub upgrade --major-versions flutter_redux 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.23.5, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A Redux Application Framework.

Documentation

API reference

License

MIT (license)

Dependencies

args, catcher, collection, fluro, flutter, flutter_redux, get_it, logger, logging, meta, path, recase, redux, redux_logging, redux_thunk, shared_preferences, stack_trace, yaml

More

Packages that depend on flrx