stacked 2.3.15+1 copy "stacked: ^2.3.15+1" to clipboard
stacked: ^2.3.15+1 copied to clipboard

outdated

An architecture and widgets for an MVVM inspired architecture in Flutter. It provides common functionalities required to build a large application in a understandable manner.

1.47k
likes
80/ 160
pub points
59.3k
downloads

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

284 out of 551 API elements (51.5 %) have documentation comments.

Some symbols that are missing documentation: stacked, stacked.BaseViewModel.BaseViewModel.new, stacked.BaseViewModel.anyObjectsBusy, stacked.BaseViewModel.clearMessages, stacked.BaseViewModel.disposed.

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 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:stacked/stacked.dart that imports:
  • package:stacked/src/code_generation/router_annotation/router_utils.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 35 issues. Showing the first 2:

ERROR: The getter 'backgroundColor' isn't defined for the type 'ThemeData'.

lib/src/code_generation/router_annotation/extended_navigator.dart:77:36

   ╷
77 │           color: Theme.of(context).backgroundColor,
   │                                    ^^^^^^^^^^^^^^^
   ╵

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

ERROR: The named parameter 'vsync' isn't defined.

lib/src/state_management/skeleton_loader.dart:106:19

    ╷
106 │                   vsync: this,
    │                   ^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
collection ^1.15.0 1.19.1 1.19.1
get_it ^7.1.4 7.7.0 8.0.3
meta ^1.3.0 1.16.0 1.16.0
provider ^6.0.0 6.1.4 6.1.4
stacked_core ^1.2.0 1.2.4 1.2.4
universal_io ^2.0.4 2.2.2 2.2.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
material_color_utilities - 0.11.1 0.12.0
nested - 1.0.0 1.0.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5

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

The constraint `^7.1.4` on get_it does not support the stable version `8.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_GETTER - lib/src/code_generation/router_annotation/extended_navigator.dart:77:36 - The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
  • UNDEFINED_NAMED_PARAMETER - lib/src/state_management/skeleton_loader.dart:106:19 - The named parameter 'vsync' isn't defined.

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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1.47k
likes
80
points
59.3k
downloads

Publisher

verified publisherfilledstacks.com

Weekly Downloads

An architecture and widgets for an MVVM inspired architecture in Flutter. It provides common functionalities required to build a large application in a understandable manner.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

collection, flutter, get_it, meta, provider, stacked_core, universal_io

More

Packages that depend on stacked