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

Zero-config product intelligence SDK for Flutter. Auto-tracks navigation, taps, errors, forms, scroll, app lifecycle — 30 event types with 3 lines of code.

50/ 160
pub points
7
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/AshishSingh-Jeavio/traze was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/AshishSingh-Jeavio/traze/issues 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: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

28 out of 63 API elements (44.4 %) have documentation comments.

Some symbols that are missing documentation: traze_flutter, traze_flutter.MobileSignalTracker.MobileSignalTracker.new, traze_flutter.MobileSignalTracker.dispose, traze_flutter.MobileSignalTracker.init, traze_flutter.Traze.config.

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

ERROR: The name 'InkWell' isn't defined, so it can't be used in an 'is' expression.

lib/src/analyzer/screen_fingerprint.dart:32:21

   ╷
32 │           widget is InkWell ||
   │                     ^^^^^^^
   ╵

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

ERROR: The name 'InkResponse' isn't defined, so it can't be used in an 'is' expression.

lib/src/analyzer/screen_fingerprint.dart:33:21

   ╷
33 │           widget is InkResponse ||
   │                     ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/analyzer/screen_fingerprint.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 ^6.0.0 6.1.5 7.3.1
http ^1.2.0 1.6.0 1.6.0
package_info_plus ^8.0.0 8.3.1 10.2.1
shared_preferences ^2.2.0 2.5.5 2.5.5
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.3 1.1.3
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.1.0 2.1.0
dbus - 0.7.15 0.7.15
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 3.2.1 4.1.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.28 2.4.28
shared_preferences_foundation - 2.5.7 2.5.7
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
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
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
win32 - 5.15.0 6.4.0
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1

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

The constraint `^6.0.0` on connectivity_plus does not support the stable version `7.0.0`.

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

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

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

  • TYPE_TEST_WITH_UNDEFINED_NAME - lib/src/analyzer/screen_fingerprint.dart:32:21 - The name 'InkWell' isn't defined, so it can't be used in an 'is' expression.
  • TYPE_TEST_WITH_UNDEFINED_NAME - lib/src/analyzer/screen_fingerprint.dart:33:21 - The name 'InkResponse' isn't defined, so it can't be used in an 'is' expression.
  • UNDEFINED_GETTER - lib/src/discovery.dart:85:27 - The getter 'name' isn't defined for the type 'Widget'.

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
50
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Zero-config product intelligence SDK for Flutter. Auto-tracks navigation, taps, errors, forms, scroll, app lifecycle — 30 event types with 3 lines of code.

Homepage
Repository (GitHub)
View/report issues

Topics

#analytics #product-intelligence #user-tracking #behavioral-analytics

License

MIT (license)

Dependencies

connectivity_plus, flutter, http, package_info_plus, shared_preferences

More

Packages that depend on traze_flutter