giphy_picker 2.0.0
giphy_picker: ^2.0.0 copied to clipboard
A plugin that allows you to pick animated GIF images from Giphy.
We analyzed this package 7 hours ago, and awarded it 100 pub points (of a possible 130):
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: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 28 out of 265 API elements (10.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/src/widgets/giphy_search_view.dart:23:28
╷
23 │ WidgetsBinding.instance?.addPostFrameCallback((_) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/giphy_search_view.dart
INFO: The import of 'package:giphy_picker/src/model/giphy_client.dart' is unnecessary because all of the used elements are also provided by the import of 'package:giphy_picker/giphy_picker.dart'.
lib/src/model/giphy_repository.dart:4:8
╷
4 │ import 'package:giphy_picker/src/model/giphy_client.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/giphy_repository.dart
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 |
http | ^0.13.0 | 0.13.4 | 0.13.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.9.0 | 2.9.0 |
characters | - | 1.2.0 | 1.2.1 |
charcode | - | 1.3.1 | 1.3.1 |
collection | - | 1.16.0 | 1.16.0 |
http_parser | - | 4.0.0 | 4.0.0 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
meta | - | 1.7.0 | 1.7.0 |
path | - | 1.8.1 | 1.8.1 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.9.0 | 1.9.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.1 | 1.3.1 |
vector_math | - | 2.1.2 | 2.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Flutter 3.0.0
, Dart 2.17.0
.