mad2_addevent 1.0.1+8 mad2_addevent: ^1.0.1+8 copied to clipboard
Adds an event for MAD 2.0.
We analyzed this package 29 hours ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Repository URL doesn't exist.
At the time of the analysis https://github.com/MahirEmran/MAD2_addevent.git
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: mad2_addevent
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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
3 out of 13 API elements (23.1 %) have documentation comments.
Some symbols that are missing documentation: add_event
, add_event.AddEventPage
, add_event.AddEventPage.AddEventPage
, main
, main.MyApp
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:mad2_addevent/add_event.dart
that imports:package:mad2_browsepage/browse_page.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:mad2_addevent/add_event.dart
that imports:package:mad2_browsepage/browse_page.dart
that imports:package:mad2_db_dataobjects/API.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:mad2_addevent/add_event.dart
that imports:package:mad2_browsepage/browse_page.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,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:mad2_addevent/add_event.dart
that imports:package:mad2_browsepage/browse_page.dart
that imports:package:mad2_db_dataobjects/API.dart
that imports:package:firebase_auth/firebase_auth.dart
that imports:package:firebase_core_platform_interface/firebase_core_platform_interface.dart
that imports:package:firebase_core_platform_interface/src/pigeon/test_api.dart
that imports:package:flutter_test/flutter_test.dart
that imports:package:flutter_test/src/widget_tester.dart
that imports:package:flutter_test/src/test_text_input.dart
that imports:package:flutter_test/src/test_text_input_key_handler.dart
that imports:package:flutter_test/src/binding.dart
that imports:package:flutter_test/src/platform.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: The getter 'headline4' isn't defined for the type 'TextTheme'.
lib/main.dart:104:50
╷
104 │ style: Theme.of(context).textTheme.headline4,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/main.dart
INFO: Unnecessary cast.
lib/add_event.dart:1153:67
╷
1153 │ ┌ DateTime.now()
1154 │ │ .hour
1155 │ │ as int;
│ └────────────────────────────────────────────────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/add_event.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
auto_size_text |
3.0.0 |
3.0.0 | 3.0.0 |
cached_network_image |
3.2.1 |
3.2.1 | 3.4.1 |
easy_debounce |
2.0.1 |
2.0.1 | 2.0.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_animate |
1.0.0 |
1.0.0 | 4.5.0 |
flutter_cache_manager |
3.3.0 |
3.3.0 | 3.4.1 |
fluttertoast |
^8.1.1 |
8.2.8 | 8.2.8 |
font_awesome_flutter |
10.1.0 |
10.1.0 | 10.8.0 |
from_css_color |
2.0.0 |
2.0.0 | 2.0.0 |
google_fonts |
3.0.1 |
3.0.1 | 6.2.1 |
intl |
0.17.0 |
0.17.0 | 0.19.0 |
json_path |
0.4.1 |
0.4.1 | 0.7.4 |
mad2_browsepage |
^1.0.0+4 |
1.0.7 | 2.0.8 |
mad2_db_dataobjects |
^1.0.0+2 |
1.2.3 | 1.2.3 |
page_transition |
2.0.4 |
2.0.4 | 2.1.0 |
shared_preferences |
2.0.15 |
2.0.15 | 2.3.3 |
sqflite |
2.2.0+2 |
2.2.0+2 | 2.4.1 |
timeago |
3.2.2 |
3.2.2 | 3.7.0 |
url_launcher |
6.1.5 |
6.1.5 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 14 issues. Showing the first 2:
The constraint `3.2.1` on cached_network_image does not support the stable version `3.2.2`.
Try running dart pub upgrade --major-versions cached_network_image
to update the constraint.
The constraint `2.0.1` on easy_debounce does not support the stable version `2.0.2`.
Try running dart pub upgrade --major-versions easy_debounce
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 1 error:
UNDEFINED_GETTER
-lib/main.dart:104:50
- The getter 'headline4' isn't defined for the type 'TextTheme'.
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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.