onairos 1.35.0+0
onairos: ^1.35.0+0 copied to clipboard
Onairos is a flutter package to interact with the Onairos App and recieve user AI Data
We analyzed this package 30 hours ago, and awarded it 45 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/zd819/onairos-flutter was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.35.0+0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
218 out of 990 API elements (22.0 %) have documentation comments.
Some symbols that are missing documentation: NoOnairos, NoOnairos.OnairosPromptModal, NoOnairos.OnairosPromptModal.OnairosPromptModal.new, NoOnairos.OnairosPromptModal.logoPath, NoOnairos.OnairosPromptModal.onClose.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 157 issues. Showing the first 2:
ERROR: The element type 'String?' can't be assigned to the map value type 'String'.
lib/connections/youtube_enhanced.dart:166:56
╷
166 │ return {'channelName': channelName, 'channelId': channelId};
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/connections/youtube_enhanced.dart
ERROR: The element type 'String?' can't be assigned to the map value type 'String'.
lib/connections/youtube_enhanced.dart:207:54
╷
207 │ return {'channelName': channelName, 'channelId': channelId};
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/connections/youtube_enhanced.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^6.0.2 |
6.4.1 | 7.0.0 | |
biometric_storage |
^5.0.1 |
5.0.1 | 5.0.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
dart_jsonwebtoken |
^3.1.1 |
3.1.1 | 3.3.1 | |
device_info_plus |
^11.5.0 |
11.5.0 | 12.3.0 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
flutter_animate |
^4.2.0 |
4.5.2 | 4.5.2 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_opacity_core |
^6.2.1 |
6.10.14 | 6.10.14 | |
flutter_secure_storage |
^10.0.0-beta.4 |
10.0.0 | 10.0.0 | |
google_sign_in |
^6.2.1 |
6.3.0 | 7.2.0 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
intl |
^0.20.1 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.5.0 |
4.11.0 | 4.11.0 | |
local_auth |
^2.2.0 |
2.3.0 | 3.0.0 | |
lottie |
^3.1.0 |
3.3.2 | 3.3.2 | |
package_info_plus |
^8.0.0 |
8.3.1 | 9.0.0 | |
pointycastle |
^3.9.1 |
3.9.1 | 4.0.0 | |
shared_preferences |
^2.0.0 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.2.5 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.0.0 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^6.0.2` on app_links does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions app_links to update the constraint.
The constraint `^11.5.0` on device_info_plus does not support the stable version `12.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 5 errors:
UNDEFINED_IDENTIFIER-lib/components/onboarding/enhanced_oauth_webview.dart:302:28- Undefined name 'WebResourceErrorType'.UNDEFINED_IDENTIFIER-lib/components/onboarding/enhanced_oauth_webview.dart:303:28- Undefined name 'WebResourceErrorType'.UNDEFINED_IDENTIFIER-lib/components/onboarding/enhanced_oauth_webview.dart:304:28- Undefined name 'WebResourceErrorType'.
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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.