neom_states 1.0.0
neom_states: ^1.0.0 copied to clipboard
Frequency state experience system for Cyberneom. Standalone /x/{stateId} links.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Cyberneom/neom_states 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
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.
10/10 points: 20% or more of the public API has dartdoc comments
137 out of 399 API elements (34.3 %) have documentation comments.
Some symbols that are missing documentation: frequency_phase, frequency_phase.FrequencyPhase.FrequencyPhase.new, frequency_phase.FrequencyPhase.binauralBeat, frequency_phase.FrequencyPhase.leftFrequency, frequency_phase.FrequencyPhase.pulseFrequency.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:neom_states/neom_states.dartthat imports:package:neom_states/neom_states_routes.dartthat imports:package:neom_states/ui/state_experience_screen.dartthat imports:package:neom_states/ui/widgets/state_player.dartthat imports:package:neom_states/ui/state_experience_controller.dartthat imports:package:neom_states/data/state_presence_service.dartthat imports:package:cloud_firestore/cloud_firestore.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `Web`.
Because:
package:neom_states/neom_states.dartthat imports:package:neom_states/neom_states_routes.dartthat imports:package:neom_states/ui/state_experience_screen.dartthat imports:package:neom_states/ui/widgets/state_player.dartthat imports:package:neom_states/ui/state_experience_controller.dartthat imports:package:neom_states/data/state_session_limiter.dartthat imports:package:hive_flutter/hive_flutter.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:neom_states/neom_states.dartthat imports:package:neom_states/neom_states_routes.dartthat imports:package:neom_states/ui/state_experience_screen.dartthat imports:package:neom_states/ui/widgets/state_afterglow.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:neom_states/neom_states.dartthat imports:package:neom_states/neom_states_routes.dartthat imports:package:neom_states/ui/state_experience_screen.dartthat imports:package:neom_states/ui/widgets/state_afterglow.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:neom_states/neom_states.dartthat imports:package:neom_states/neom_states_routes.dartthat imports:package:neom_states/ui/state_experience_screen.dartthat imports:package:neom_states/ui/widgets/state_afterglow.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_linux.dartthat imports:package:url_launcher_linux/url_launcher_linux.dartthat declares support for platforms:Linux.
Package does not support platform `macOS`.
Because:
package:neom_states/neom_states.dartthat imports:package:neom_states/neom_states_routes.dartthat imports:package:neom_states/ui/state_experience_screen.dartthat imports:package:neom_states/ui/widgets/state_afterglow.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 25 issues. Showing the first 2:
INFO: 'GetPage' is deprecated and shouldn't be used. Use SintPage instead. Part of the legacy GetX navigation system.
lib/neom_states_routes.dart:14:26
╷
14 │ static final routes = <GetPage>[
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/neom_states_routes.dart
INFO: 'GetPage' is deprecated and shouldn't be used. Use SintPage instead. Part of the legacy GetX navigation system.
lib/neom_states_routes.dart:15:5
╷
15 │ GetPage(
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/neom_states_routes.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
^6.1.2 |
6.6.0 | 6.6.0 | |
flutter_sound |
^9.30.0 |
9.30.0 | 9.30.0 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
neom_commons |
^2.0.0 |
2.0.0 | 2.0.0 | |
neom_core |
^2.0.0 |
2.0.0 | 2.0.0 | |
share_plus |
^12.0.1 |
12.0.2 | 13.1.0 | |
sint |
^1.3.0 |
1.3.0 | 1.3.0 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^12.0.1` on share_plus does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions share_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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.