multiutillib 1.2.2 copy "multiutillib: ^1.2.2" to clipboard
multiutillib: ^1.2.2 copied to clipboard

outdated

A new Flutter package with multiple utilities to use on the go and ease in development process.

60/ 160
pub points
53
downloads

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

112 out of 335 API elements (33.4 %) have documentation comments.

Some symbols that are missing documentation: animations, animations.Animations, animations.Animations.Animations.new, color_extensions, color_extensions.ColorExtension.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

ERROR: The class 'PreferredSizeWidget' can't be used as a mixin because it's neither a mixin class nor a mixin.

lib/widgets/custom_app_bar.dart:7:49

  ╷
7 │ class CustomAppBar extends StatelessWidget with PreferredSizeWidget {
  │                                                 ^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Missing type annotation.

lib/utils/date_time_extension.dart:80:24

   ╷
80 │ String _formatDateTime(dateTime, {String? newDateTimeFormat}) {
   │                        ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/date_time_extension.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
connectivity_plus ^3.0.2 3.0.6 7.1.1
device_info_plus ^8.0.0 8.2.2 13.1.0
intl ^0.17.0 0.17.0 0.20.2
loading_animation_widget ^1.2.0+3 1.3.0 1.3.0
package_info_plus ^3.0.1 3.1.2 10.1.0
sa4_migration_kit ^1.0.0 1.0.0 1.0.0
shimmer ^2.0.0 2.0.0 3.0.0
url_launcher ^6.1.6 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 1.2.4 2.1.0
dbus - 0.7.12 0.7.12
device_info_plus_platform_interface - 7.0.3 8.1.0
ffi - 2.2.0 2.2.0
file - 6.1.4 7.0.1
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 2.0.1 4.1.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
simple_animations - 5.2.0 5.2.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.29 6.3.29
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
win32 - 4.1.4 6.1.0
xml - 6.6.1 7.0.1

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

Found 5 issues. Showing the first 2:

The constraint `^3.0.2` on connectivity_plus does not support the stable version `4.0.0`.

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

The constraint `^8.0.0` on device_info_plus does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions device_info_plus 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 1 error:

  • CLASS_USED_AS_MIXIN - lib/widgets/custom_app_bar.dart:7:49 - The class 'PreferredSizeWidget' can't be used as a mixin because it's neither a mixin class nor a mixin.

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.12, Flutter 3.41.7, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
60
points
53
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A new Flutter package with multiple utilities to use on the go and ease in development process.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, device_info_plus, flutter, intl, loading_animation_widget, package_info_plus, sa4_migration_kit, shimmer, url_launcher

More

Packages that depend on multiutillib