waggle_widgets 0.1.0 copy "waggle_widgets: ^0.1.0" to clipboard
waggle_widgets: ^0.1.0 copied to clipboard

unlistedoutdated

A Vatorex AG package containing widgets used in Vatorex apps..

50/ 160
pub points
4
downloads

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

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

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

Homepage URL doesn't exist.

At the time of the analysis https://gitlab.com/vatorex/flutter-waggle/-/tree/main/packages/waggle_widgets 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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

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

OUT: Documenting waggle_widgets... Discovering libraries... Linking elements... Precaching local docs for 659695 elements... Initialized dartdoc with 999 libraries Generating docs for library presentation/common/widgets/loading_widget.dart from package:waggle_widgets/presentation/common/widgets/loading_widget.dart... Generating docs for library presentation/common/widgets/dialog.dart from package:waggle_widgets/presentation/common/widgets/dialog.dart... Generating docs for library presentation/common/widgets/message_card.dart from package:waggle_widgets/presentation/common/widgets/message_card.dart... Generating docs for library presentation/common/widgets/responsive_layout.dart from package:waggle_widgets/presentation/common/widgets/responsive_layout.dart... Generating docs for library presentation/common/widgets/confirmation_dialog.dart from package:waggle_widgets/presentation/common/widgets/confirmation_dialog.dart... [37 more lines] ERR: warning: waggle_widgets has no library level documentation comments from waggle_widgets: (file:///tmp/pana_PVWHTX/lib/presentation/common/widgets/loading_widget.dart:1:1) warning: waggle_widgets has no library level documentation comments from waggle_widgets: (file:///tmp/pana_PVWHTX/lib/presentation/common/widgets/dialog.dart:1:1) error: file already written at "waggle_widgets/index.html" for symbol waggle_widgets: (file:///tmp/pana_PVWHTX/lib/presentation/common/widgets/dialog.dart:1:1) conflicting with file already generated by waggle_widgets: (file:///tmp/pana_PVWHTX/lib/presentation/common/widgets/loading_widget.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'waggle_widgets' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [117 more lines]

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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

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

lib/presentation/common/charts/mini/bullet_chart.dart:142:44

    ╷
142 │         style: Theme.of(context).textTheme.bodyText2!.copyWith(
    │                                            ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/presentation/common/charts/mini/bullet_chart.dart

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

lib/presentation/common/theme/chart_theme.dart:41:35

   ╷
41 │       Theme.of(context).textTheme.bodyText1 ?? const TextStyle();
   │                                   ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/presentation/common/theme/chart_theme.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
equatable ^2.0.3 2.0.8 2.0.8
flutter_bloc ^8.0.1 8.1.6 9.1.1
flutter_spinkit ^5.1.0 5.2.2 5.2.2
fpdart ^0.3.0 0.3.0 1.2.0
freezed_annotation ^2.0.3 2.4.4 3.1.0
intl ^0.17.0 0.17.0 0.20.2
uuid ^3.0.5 3.0.7 4.5.2
waggle_icons ^0.1.0 0.1.0+1 1.0.1+1
waggle_value_failures ^0.1.0 0.1.0 0.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 8.1.4 9.2.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
provider - 6.1.5+1 6.1.5+1
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0

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

Found 6 issues. Showing the first 2:

The constraint `^8.0.1` on flutter_bloc does not support the stable version `9.0.0`.

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

The constraint `^0.3.0` on fpdart does not support the stable version `0.4.0`.

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

  • UNDEFINED_GETTER - lib/presentation/common/charts/mini/bullet_chart.dart:142:44 - The getter 'bodyText2' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/presentation/common/theme/chart_theme.dart:41:35 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/presentation/common/theme/chart_theme.dart:64:35 - The getter 'caption' 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.23.5, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
50
points
4
downloads

Publisher

verified publishervatorex.com

Weekly Downloads

A Vatorex AG package containing widgets used in Vatorex apps..

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

equatable, flutter, flutter_bloc, flutter_spinkit, fpdart, freezed_annotation, intl, uuid, waggle_icons, waggle_value_failures

More

Packages that depend on waggle_widgets