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

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

1
likes
100/ 160
pub points
63
downloads

We analyzed this package 6 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 chico_flutter_sdk... Discovering libraries... Linking elements... Precaching local docs for 636400 elements... Initialized dartdoc with 825 libraries Generating docs for library connector_webview.dart from package:chico_flutter_sdk/connector_webview.dart... Generating docs for library data_harvester.dart from package:chico_flutter_sdk/data_harvester.dart... Generating docs for library chico_flutter_sdk.dart from package:chico_flutter_sdk/chico_flutter_sdk.dart... Documented 3 public libraries in 60.9 seconds ERR: warning: chico_flutter_sdk has no library level documentation comments from chico_flutter_sdk: (file:///tmp/pana_TKSTLH/lib/connector_webview.dart:1:1) warning: chico_flutter_sdk has no library level documentation comments from chico_flutter_sdk: (file:///tmp/pana_TKSTLH/lib/data_harvester.dart:1:1) error: file already written at "chico_flutter_sdk/index.html" for symbol chico_flutter_sdk: (file:///tmp/pana_TKSTLH/lib/data_harvester.dart:1:1) conflicting with file already generated by chico_flutter_sdk: (file:///tmp/pana_TKSTLH/lib/connector_webview.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'chico_flutter_sdk' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [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 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:chico_flutter_sdk/chico_flutter_sdk.dart that imports:
  • package:chico_flutter_sdk/data_harvester.dart that imports:
  • package:chico_harvest_plugin/chico_harvest_plugin.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

  • package:chico_flutter_sdk/chico_flutter_sdk.dart that imports:
  • package:chico_flutter_sdk/data_harvester.dart that imports:
  • package:chico_harvest_plugin/chico_harvest_plugin.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:chico_flutter_sdk/chico_flutter_sdk.dart that imports:
  • package:chico_flutter_sdk/data_harvester.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

WARNING: This API is available since SDK 2.15.0, but constraints '>=2.13.1 <3.0.0' don't guarantee it.

lib/connector_webview.dart:49:120

   ╷
49 │           'https://connector.chico.ai/?userId=${widget.token}&client=${widget.client}&environment=${widget.environment.name}'));
   │                                                                                                                        ^^^^
   ╵

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

WARNING: This API is available since SDK 2.15.0, but constraints '>=2.13.1 <3.0.0' don't guarantee it.

lib/data_harvester.dart:56:26

   ╷
56 │       widget.environment.name,
   │                          ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/data_harvester.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
chico_harvest_plugin ^0.0.2 0.0.2 0.0.2
mixpanel_flutter ^1.6.0 1.6.0 2.4.4
webview_flutter >=4.0.0 <=4.0.7 4.0.7 4.13.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.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
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.1.4 2.2.0
webview_flutter_android - 3.16.9 4.7.0
webview_flutter_platform_interface - 2.13.1 2.13.1
webview_flutter_wkwebview - 3.22.0 3.22.0

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

The constraint `^1.6.0` on mixpanel_flutter does not support the stable version `2.0.0`.

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

The constraint `>=4.0.0 <=4.0.7` on webview_flutter does not support the stable version `4.1.0`.

Try running dart pub upgrade --major-versions webview_flutter 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
63
downloads

Publisher

verified publisherchico.ai

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

chico_harvest_plugin, flutter, mixpanel_flutter, webview_flutter

More

Packages that depend on chico_flutter_sdk