mobiqo_flutter 1.0.0
mobiqo_flutter: ^1.0.0 copied to clipboard
Mobiqo SDK for Flutter. Integrate with Mobiqo for user analytics, predictions, and insights.
We analyzed this package 45 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/MobiqoAnalytics/mobiqo-flutter-sdk 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/MobiqoAnalytics/mobiqo-flutter-sdk/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
57 out of 80 API elements (71.3 %) have documentation comments.
Some symbols that are missing documentation: mobiqo_flutter.AdditionalData.AdditionalData.new, mobiqo_flutter.AdditionalData.toPersonalData, mobiqo_flutter.AppUser.AppUser.fromJson, mobiqo_flutter.AppUser.AppUser.new, mobiqo_flutter.AppUser.toJson.
10/10 points: Package has an example
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:mobiqo_flutter/mobiqo_flutter.dartthat imports:package:mobiqo_flutter/src/mobiqo_service.dartthat imports:package:mobiqo_flutter/src/device_info_helper.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:dart:io
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:mobiqo_flutter/mobiqo_flutter.dartthat imports:package:mobiqo_flutter/src/mobiqo_service.dartthat imports:package:mobiqo_flutter/src/device_info_helper.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:mobiqo_flutter/mobiqo_flutter.dartthat imports:package:mobiqo_flutter/src/mobiqo_service.dartthat imports:package:mobiqo_flutter/src/device_info_helper.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:mobiqo_flutter/mobiqo_flutter.dartthat imports:package:mobiqo_flutter/src/mobiqo_service.dartthat imports:package:mobiqo_flutter/src/device_info_helper.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:mobiqo_flutter/mobiqo_flutter.dartthat imports:package:mobiqo_flutter/src/mobiqo_service.dartthat imports:package:mobiqo_flutter/src/device_info_helper.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Empty catch block.
lib/src/device_info_helper.dart:31:15
╷
31 │ } catch (e) {
│ ┌───────────────^
32 │ └ }
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/device_info_helper.dart
INFO: Uses 'await' on an instance of 'String', which is not a subtype of 'Future'.
lib/src/mobiqo_service.dart:58:7
╷
58 │ await _prefs?.setString('mobiqo_project_id', responseData['project']['id']).toString();
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mobiqo_service.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^12.2.0 |
12.4.0 | 13.1.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_platform_interface |
- | 7.0.3 | 8.1.0 | |
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.0 | |
meta |
- | 1.18.0 | 1.18.2 | |
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.23 | 2.4.23 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
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.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.3.0 | |
win32_registry |
- | 2.1.0 | 3.0.3 | |
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 `^12.2.0` on device_info_plus does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Flutter 3.44.0, Dart 3.12.0.
Check the analysis log for details.