flutterclient 0.0.6 copy "flutterclient: ^0.0.6" to clipboard
flutterclient: ^0.0.6 copied to clipboard

PlatformAndroid

Chico conta a história dos seus clientes por meio das suas transações financeiras.

1
likes
100/ 160
pub points
71
downloads

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

Failed report section
Follow Dart file conventions
20 / 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

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 flutterclient... Discovering libraries... Linking elements... Precaching local docs for 657361 elements... Initialized dartdoc with 992 libraries Generating docs for library connector_webview.dart from package:flutterclient/connector_webview.dart... Generating docs for library data_harvester.dart from package:flutterclient/data_harvester.dart... Generating docs for library flutterclient.dart from package:flutterclient/flutterclient.dart... Documented 3 public libraries in 71.1 seconds ERR: warning: flutterclient has no library level documentation comments from flutterclient: (file:///tmp/pana_ABSYNN/lib/connector_webview.dart:1:1) warning: flutterclient has no library level documentation comments from flutterclient: (file:///tmp/pana_ABSYNN/lib/data_harvester.dart:1:1) error: file already written at "flutterclient/index.html" for symbol flutterclient: (file:///tmp/pana_ABSYNN/lib/data_harvester.dart:1:1) conflicting with file already generated by flutterclient: (file:///tmp/pana_ABSYNN/lib/connector_webview.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'flutterclient' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [29 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 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:flutterclient/flutterclient.dart that imports:
  • package:flutterclient/data_harvester.dart that imports:
  • package:device_apps/device_apps.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:flutterclient/flutterclient.dart that imports:
  • package:flutterclient/data_harvester.dart that imports:
  • package:device_apps/device_apps.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:flutterclient/flutterclient.dart that imports:
  • package:flutterclient/data_harvester.dart that imports:
  • package:device_apps/device_apps.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:flutterclient/flutterclient.dart that imports:
  • package:flutterclient/data_harvester.dart that imports:
  • package:device_apps/device_apps.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:flutterclient/flutterclient.dart that imports:
  • package:flutterclient/data_harvester.dart that imports:
  • package:device_apps/device_apps.dart that declares support for platforms: Android.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:flutterclient/flutterclient.dart that imports:
  • package:flutterclient/connector_webview.dart that imports:
  • package:webview_flutter/webview_flutter.dart that imports:
  • package:webview_flutter/src/webview.dart that imports:
  • package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart that declares support for platforms: iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutterclient/flutterclient.dart that imports:
  • package:flutterclient/data_harvester.dart that imports:
  • package:system_info2/system_info2.dart that imports:
  • package:file_utils/file_utils.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and 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
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

WARNING: The '!' will have no effect because the receiver can't be null.

lib/data_harvester.dart:264:47

    ╷
264 │       (await DeviceApps.getApp(app.packageName!)),
    │                                               ^
    ╵

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

/tmp/pana_ABSYNN/lib/connector_webview.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
after_layout ^1.2.0 1.2.0 1.2.0
battery_info ^1.0.8 1.1.1 1.1.1
battery_plus ^2.1.4 2.2.2 6.2.2
connectivity_plus ^2.3.3 2.3.9 6.1.4
cupertino_icons ^1.0.2 1.0.8 1.0.8
device_apps ^2.2.0 2.2.0 2.2.0 Discontinued
device_info_plus ^3.2.0 3.2.4 11.5.0
http ^0.13.3 0.13.6 1.4.0
installed_apps ^1.3.1 1.6.0 1.6.0
system_info2 ^2.0.4 2.0.4 4.0.0
webview_flutter ^2.0.13 2.8.0 4.13.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
battery_plus_linux - 1.2.0 1.2.0
battery_plus_macos - 1.1.1 1.1.1
battery_plus_platform_interface - 1.2.2 2.0.1
battery_plus_web - 1.1.0 1.1.0
battery_plus_windows - 1.1.3 1.1.3
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
connectivity_plus_linux - 1.3.1 1.3.1 Discontinued
connectivity_plus_macos - 1.2.6 1.2.6 Discontinued
connectivity_plus_platform_interface - 1.2.4 2.0.1
connectivity_plus_web - 1.2.5 1.2.5 Discontinued
connectivity_plus_windows - 1.2.2 1.2.2 Discontinued
dbus - 0.7.4 0.7.11
device_info_plus_linux - 2.1.1 5.0.0 Discontinued
device_info_plus_macos - 2.2.3 5.0.0 Discontinued
device_info_plus_platform_interface - 2.6.1 7.0.3
device_info_plus_web - 2.1.0 5.0.0 Discontinued
device_info_plus_windows - 2.1.1 6.0.0 Discontinued
ffi - 1.2.1 2.1.4
file - 6.1.4 7.0.1
file_utils - 1.0.1 1.0.1 Discontinued
globbing - 1.0.0 1.0.0 Discontinued
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
petitparser - 6.1.0 7.0.0
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.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
upower - 0.7.0 0.7.0
vector_math - 2.1.4 2.2.0
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
win32 - 2.6.1 5.14.0
xml - 6.5.0 6.6.0

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

Found 7 issues. Showing the first 2:

The constraint `^2.1.4` on battery_plus does not support the stable version `3.0.0`.

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

The constraint `^2.3.3` on connectivity_plus does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions connectivity_plus 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:
1
likes
100
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

Chico conta a história dos seus clientes por meio das suas transações financeiras.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

after_layout, battery_info, battery_plus, connectivity_plus, cupertino_icons, device_apps, device_info_plus, flutter, http, installed_apps, system_info2, webview_flutter

More

Packages that depend on flutterclient