flusmic_ui 3.2.0 copy "flusmic_ui: ^3.2.0" to clipboard
flusmic_ui: ^3.2.0 copied to clipboard

outdated

A collection of widgets, utilities and extensions to integrate Flusmic more easy in Flutter.

2
likes
80/ 160
pub points
47
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/PixelaGt/flusmic/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

170 out of 561 API elements (30.3 %) have documentation comments.

Some symbols that are missing documentation: flusmic_ui, flusmic_ui.AlternateLanguage.copyWith, flusmic_ui.AlternateLanguage.id, flusmic_ui.AlternateLanguage.lang, flusmic_ui.AlternateLanguage.toJson.

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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 13 issues. Showing the first 2:

ERROR: The getter 'headline1' isn't defined for the type 'TextTheme'.

lib/src/widgets/rich_text.dart:107:67

    ╷
107 │       return widget.headline1Style ?? Theme.of(context).textTheme.headline1;
    │                                                                   ^^^^^^^^^
    ╵

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

ERROR: The getter 'headline2' isn't defined for the type 'TextTheme'.

lib/src/widgets/rich_text.dart:109:67

    ╷
109 │       return widget.headline2Style ?? Theme.of(context).textTheme.headline2;
    │                                                                   ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/rich_text.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
common_bloc ^4.2.2 4.2.3 4.2.4
extended_image ^6.2.1 6.4.1 10.0.1
flusmic ^3.2.3 3.2.3 4.0.1
freezed_annotation ^2.0.3 2.4.4 3.0.0
state_notifier ^0.7.2+1 0.7.2+1 1.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
bloc - 8.1.4 9.0.0
bloc_concurrency - 0.2.5 0.3.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
dio - 4.0.6 5.8.0+1
extended_image_library - 3.6.0 5.0.0
ffi - 2.1.4 2.1.4
http - 1.3.0 1.3.0
http_client_helper - 3.0.0 3.0.0
http_parser - 4.1.2 4.1.2
intl - 0.17.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 5.4.0 6.1.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
stream_transform - 2.1.1 2.1.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.5
web - 1.1.1 1.1.1
webfeed - 0.7.0 0.7.0
xdg_directories - 1.1.0 1.1.0
xml - 5.4.1 6.5.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 `^6.2.1` on extended_image does not support the stable version `7.0.0`.

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

The constraint `^3.2.3` on flusmic does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions flusmic 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 7 errors:

  • UNDEFINED_GETTER - lib/src/widgets/rich_text.dart:107:67 - The getter 'headline1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/widgets/rich_text.dart:109:67 - The getter 'headline2' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/src/widgets/rich_text.dart:111:67 - The getter 'headline3' isn't defined for the type 'TextTheme'.

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:
2
likes
80
points
47
downloads

Publisher

verified publisherpixela.tech

Weekly Downloads

A collection of widgets, utilities and extensions to integrate Flusmic more easy in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

common_bloc, extended_image, flusmic, flutter, freezed_annotation, state_notifier

More

Packages that depend on flusmic_ui