flutter_ume 0.3.0+1 copy "flutter_ume: ^0.3.0+1" to clipboard
flutter_ume: ^0.3.0+1 copied to clipboard

outdated

UME is an in-app debug kits platform for Flutter apps. Produced by Flutter Infra team of ByteDance.

80/ 160
pub points
317
downloads

We analyzed this package 24 hours 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

42 out of 203 API elements (20.7 %) have documentation comments.

Some symbols that are missing documentation: constants, constants.bottomDistance, constants.dotSize, constants.kHighlightedRenderObjectBorderColor, constants.kHighlightedRenderObjectFillColor.

Passed check 10/10 points: Package has an example

Passed 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:flutter_ume/flutter_ume.dart that imports:
  • package:flutter_ume/service/vm_service/service_wrapper.dart that imports:
  • package:vm_service/vm_service_io.dart that imports:
  • dart:io
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 71 issues. Showing the first 2:

ERROR: The name 'FlutterLogo' is defined in the libraries 'package:flutter/src/widgets/flutter_logo.dart (via package:flutter/cupertino.dart)' and 'package:flutter_ume/util/flutter_logo.dart'.

lib/core/ui/root_widget.dart:241:12

    ╷
241 │     return FlutterLogo(size: 40, colors: _showedMenu ? Colors.red : null);
    │            ^^^^^^^^^^^
    ╵

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

ERROR: 'FlutterLogo' isn't a function.

lib/core/ui/root_widget.dart:241:12

    ╷
241 │     return FlutterLogo(size: 40, colors: _showedMenu ? Colors.red : null);
    │            ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/ui/root_widget.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
shared_preferences ^2.0.6 2.5.4 2.5.4
string_scanner ^1.1.0 1.4.1 1.4.1
tuple ^2.0.0 2.0.2 2.0.2
vm_service ^7.1.1 7.5.0 15.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
intl - 0.20.2 0.20.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

The constraint `^7.1.1` on vm_service does not support the stable version `8.1.0`.

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

  • AMBIGUOUS_IMPORT - lib/core/ui/root_widget.dart:241:12 - The name 'FlutterLogo' is defined in the libraries 'package:flutter/src/widgets/flutter_logo.dart (via package:flutter/cupertino.dart)' and 'package:flutter_ume/util/flutter_logo.dart'.
  • INVOCATION_OF_NON_FUNCTION - lib/core/ui/root_widget.dart:241:12 - 'FlutterLogo' isn't a function.
  • UNDEFINED_METHOD - lib/service/inspector/inspector_overlay.dart:315:23 - The method 'hashValues' isn't defined for the type '_InspectorOverlayRenderState'.

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.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
123
likes
80
points
317
downloads

Publisher

verified publisheropensource.bytedance.com

Weekly Downloads

UME is an in-app debug kits platform for Flutter apps. Produced by Flutter Infra team of ByteDance.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, shared_preferences, string_scanner, tuple, vm_service

More

Packages that depend on flutter_ume