flower_fire 1.0.4
flower_fire: ^1.0.4 copied to clipboard
A comprehensive Flutter package providing customizable UI components, utilities, and services for building modern applications.
We analyzed this package 2 hours ago, and awarded it 70 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/imhimwhoru/flower was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/imhimwhoru/flower 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/imhimwhoru/flower/issues was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/imhimwhoru/flower/blob/main/README.md 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
103 out of 464 API elements (22.2 %) have documentation comments.
Some symbols that are missing documentation: air_quality, air_quality.AQIApp, air_quality.AQIApp.AQIApp.new, air_quality.AQIScreen, air_quality.AQIScreen.AQIScreen.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:flower_fire/flower_fire.dartthat imports:package:flower_fire/widgets/plant_care_manager.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:flower_fire/flower_fire.dartthat imports:package:flower_fire/widgets/plant_care_manager.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:flower_fire/flower_fire.dartthat imports:package:flower_fire/widgets/video_player.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:flower_fire/flower_fire.dartthat imports:package:flower_fire/widgets/video_player.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:flower_fire/flower_fire.dartthat imports:package:flower_fire/widgets/plant_care_manager.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:flower_fire/flower_fire.dartthat imports:package:flower_fire/widgets/plant_care_manager.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
ERROR: The name 'Habit' is defined in the libraries 'package:flower_fire/widgets/eco_habit_tracker.dart' and 'package:flower_fire/widgets/habit_tracker_graph.dart'.
lib/flower_fire.dart:41:8
╷
41 │ export 'widgets/habit_tracker_graph.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flower_fire.dart
ERROR: The name 'LocationApp' is defined in the libraries 'package:flower_fire/widgets/location_navigation.dart' and 'package:flower_fire/services/google_maps.dart'.
lib/flower_fire.dart:68:8
╷
68 │ export 'services/google_maps.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flower_fire.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fl_chart |
^0.71.0 |
0.71.0 | 1.1.1 | |
flutter_local_notifications |
^19.1.0 |
19.5.0 | 19.5.0 | |
flutter_rating_bar |
^4.0.1 |
4.0.1 | 4.0.1 | |
geolocator |
^14.0.0 |
14.0.2 | 14.0.2 | |
google_fonts |
^6.1.0 |
6.3.3 | 7.0.0 | |
google_maps_flutter |
^2.5.3 |
2.14.0 | 2.14.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
sqflite_common_ffi |
^2.3.2+1 |
2.4.0+2 | 2.4.0+2 | |
timezone |
^0.10.0 |
0.10.1 | 0.11.0 | |
url_launcher |
^6.2.5 |
6.3.2 | 6.3.2 | |
video_player |
^2.8.2 |
2.10.1 | 2.10.1 | |
web_socket_channel |
^2.4.0 |
2.4.0 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.71.0` on fl_chart does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions fl_chart to update the constraint.
The constraint `^6.1.0` on google_fonts does not support the stable version `7.0.0`, that was published 4 days ago.
When google_fonts is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions google_fonts 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:
AMBIGUOUS_EXPORT-lib/flower_fire.dart:41:8- The name 'Habit' is defined in the libraries 'package:flower_fire/widgets/eco_habit_tracker.dart' and 'package:flower_fire/widgets/habit_tracker_graph.dart'.AMBIGUOUS_EXPORT-lib/flower_fire.dart:68:8- The name 'LocationApp' is defined in the libraries 'package:flower_fire/widgets/location_navigation.dart' and 'package:flower_fire/services/google_maps.dart'.UNDEFINED_NAMED_PARAMETER-lib/widgets/habit_tracker_graph.dart:168:42- The named parameter 'side' isn't defined.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.