fluo 0.1.4 fluo: ^0.1.4 copied to clipboard
Flutter SDK for Fluo, an elegant and easy to set up user onboarding flow.
We analyzed this package 2 days ago, and awarded it 160 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
129 out of 290 API elements (44.5 %) have documentation comments.
Some symbols that are missing documentation: api_client
, api_client.ApiClient
, api_client.ApiClient.ApiClient
, api_client.ApiClient.apiKey
, api_client.ApiClient.baseUrl
.
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
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:fluo/fluo.dart
that imports:package:fluo/navigators/start_navigator.dart
that imports:package:fluo/navigators/auth_user_navigator.dart
that imports:package:fluo/screens/enter_email_screen.dart
that imports:package:fluo/widgets/webview.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:fluo/fluo.dart
that imports:package:fluo/navigators/start_navigator.dart
that imports:package:fluo/navigators/create_profile_navigator.dart
that imports:package:fluo/screens/enter_last_name_screen.dart
that imports:package:fluo/managers/session_manager.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fluo/fluo.dart
that imports:package:fluo/navigators/start_navigator.dart
that imports:package:fluo/navigators/create_profile_navigator.dart
that imports:package:fluo/screens/enter_last_name_screen.dart
that imports:package:fluo/managers/session_manager.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 |
flutter_localizations |
flutter |
0.0.0 | 0.0.0 |
flutter_secure_storage |
^9.2.2 |
9.2.2 | 9.2.2 |
freezed_annotation |
^2.4.4 |
2.4.4 | 2.4.4 |
http |
^1.2.2 |
1.2.2 | 1.2.2 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 |
pinput |
^5.0.0 |
5.0.0 | 5.0.0 |
provider |
^6.1.2 |
6.1.2 | 6.1.2 |
styled_text |
^8.1.0 |
8.1.0 | 8.1.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`, that was published 23 days ago.
When intl is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions intl
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.22.16
, Flutter 3.27.0-0.2.pre
, Dart 3.6.0-334.4.beta
.
Check the analysis log for details.