jm_basic_flutter 1.3.3 copy "jm_basic_flutter: ^1.3.3" to clipboard
jm_basic_flutter: ^1.3.3 copied to clipboard

A plugin for jmitech.

0
likes
110/ 160
pub points
104
downloads

We analyzed this package 2 days ago, and awarded it 110 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.

Homepage URL doesn't exist.

At the time of the analysis http://git.jimuitech.com/egg/jm_basic_flutter.git 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: Apache-2.0.

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 jm_basic_flutter... Discovering libraries... Linking elements... Precaching local docs for 1224439 elements... Initialized dartdoc with 1280 libraries Generating docs for library jm_basic_flutter_method_channel.dart from package:jm_basic_flutter/jm_basic_flutter_method_channel.dart... Generating docs for library net/dio.dart from package:jm_basic_flutter/net/dio.dart... Generating docs for library net/network_method.dart from package:jm_basic_flutter/net/network_method.dart... Generating docs for library net/network_request_entity.dart from package:jm_basic_flutter/net/network_request_entity.dart... Generating docs for library net/network_config_mixin.dart from package:jm_basic_flutter/net/network_config_mixin.dart... [33 more lines] ERR: warning: unresolved doc reference [handler.next] from dio.CommonInterceptor.onError: (file:///tmp/pana_FJGRPM/lib/net/dio.dart:378:8) in documentation inherited from dio_mixin.Interceptor.onError: (file:///tmp/analyzerOWIIXU/pub-cache/hosted/20250626t093300-dot-dartlang-pub.appspot.com/dio-4.0.6/lib/src/dio_mixin.dart:256:8) warning: unresolved doc reference [handler.resolve] from dio.CommonInterceptor.onError: (file:///tmp/pana_FJGRPM/lib/net/dio.dart:378:8) in documentation inherited from dio_mixin.Interceptor.onError: (file:///tmp/analyzerOWIIXU/pub-cache/hosted/20250626t093300-dot-dartlang-pub.appspot.com/dio-4.0.6/lib/src/dio_mixin.dart:256:8) warning: unresolved doc reference [handler.reject] from dio.CommonInterceptor.onError: (file:///tmp/pana_FJGRPM/lib/net/dio.dart:378:8) in documentation inherited from dio_mixin.Interceptor.onError: (file:///tmp/analyzerOWIIXU/pub-cache/hosted/20250626t093300-dot-dartlang-pub.appspot.com/dio-4.0.6/lib/src/dio_mixin.dart:256:8) warning: unresolved doc reference [handler.next] [43 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:jm_basic_flutter/jm_basic_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:jm_basic_flutter/jm_basic_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:jm_basic_flutter/jm_basic_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:jm_basic_flutter/jm_basic_flutter.dart that declares support for platforms: Android, iOS.

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

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

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/jm_basic_flutter/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

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

Found 42 issues. Showing the first 2:

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/jm_basic_flutter_web.dart:5:1

  ╷
5 │ import 'dart:html' as html show window;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: 'MediaQueryData.fromWindow' is deprecated and shouldn't be used. Use MediaQueryData.fromView instead. This constructor was deprecated in preparation for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.

lib/utils/common_util.dart:21:24

   ╷
21 │ double get kScreenW => MediaQueryData.fromWindow(WidgetsBinding.instance.window).size.width;
   │                        ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/common_util.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
bot_toast ^4.0.3 4.1.3 4.1.3
cached_network_image ^3.2.2 3.4.1 3.4.1
connectivity_plus ^3.0.2 3.0.6 6.1.4
dio ^4.0.6 4.0.6 5.8.0+1
dio_log ^2.0.4 2.0.4 5.3.0+3
flutter_conditional_rendering ^2.0.0 2.1.0 2.1.0
flutter_image_compress ^1.1.3 1.1.3 2.4.0
get ^4.6.5 4.7.2 4.7.2
image_picker_for_web ^2.1.10 2.2.0 3.0.6
image_pickers ^2.0.0+2 2.0.6 2.0.6
logger ^1.1.0 1.4.0 2.6.0
pdfx ^2.3.0 2.9.2 2.9.2
permission_handler ^10.2.0 10.4.5 12.0.0+1
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
webview_flutter ^3.0.4 3.0.4 4.13.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.4.0 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.0.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
dbus - 0.7.11 0.7.11
extension - 0.6.0 0.6.0
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
http - 1.4.0 1.4.0
http_parser - 4.1.2 4.1.2
image_picker_platform_interface - 2.10.1 2.10.1
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 1.0.6 2.0.0
nm - 0.5.0 0.5.0
octo_image - 2.1.0 2.1.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
permission_handler_android - 10.3.6 13.0.1
permission_handler_apple - 9.1.4 9.4.7
permission_handler_platform_interface - 3.12.0 4.3.0
permission_handler_windows - 0.1.3 0.2.1
petitparser - 6.1.0 7.0.0
photo_view - 0.15.0 0.15.0
platform - 3.1.6 3.1.6
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.1 2.4.1
sqflite_common - 2.5.5 2.5.5
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
uuid - 4.5.1 4.5.1
vector_math - 2.1.4 2.2.0
web - 1.1.1 1.1.1
webview_flutter_android - 2.10.4 4.7.0
webview_flutter_platform_interface - 1.9.5 2.13.1
webview_flutter_wkwebview - 2.9.5 3.22.0
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.6.0

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

Found 8 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 `^4.0.6` on dio does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions dio 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.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: