apn_widgets 2.0.1
apn_widgets: ^2.0.1 copied to clipboard
A carefully curated collection of widget made by and used within Appnormal projects
1
likes
100
/ 130
pub points
58
%
popularity
We analyzed this package on Apr 16, 2021, 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
- Found example at:
example/lib/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 27 out of 238 API elements (11.3 %) 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.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 6 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:apn_widgets/apn_widgets.dart
that imports:package:apn_widgets/src/dialog_presenter.dart
that imports:package:app_settings/app_settings.dart
that declares support for platforms: Android, iOS
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
lib/src/animated_popup.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
lib/src/base_tabs_page.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
app_settings | ^4.1.0 | 4.1.0 | 4.1.0 |
collection | ^1.15.0 | 1.15.0 | 1.15.0 |
cupertino_icons | ^1.0.2 | 1.0.2 | 1.0.2 |
flare_flutter | ^3.0.0 | 3.0.0 | 3.0.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
image_picker | ^0.7.4 | 0.7.4 | 0.7.4 |
intl | ^0.17.0 | 0.17.0 | 0.17.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0 | 1.1.0 |
charcode | - | 1.2.0 | 1.2.0 |
clock | - | 1.1.0 | 1.1.0 |
flutter_plugin_android_lifecycle | - | 2.0.1 | 2.0.1 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
http | - | 0.13.1 | 0.13.1 |
http_parser | - | 4.0.0 | 4.0.0 |
image_picker_for_web | - | 2.0.0 | 2.0.0 |
image_picker_platform_interface | - | 2.1.0 | 2.1.0 |
js | - | 0.6.3 | 0.6.3 |
meta | - | 1.3.0 | 1.3.0 |
path | - | 1.8.0 | 1.8.0 |
pedantic | - | 1.11.0 | 1.11.0 |
plugin_platform_interface | - | 2.0.0 | 2.0.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.8.1 | 1.8.1 |
string_scanner | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.0 | 1.3.0 |
vector_math | - | 2.1.0 | 2.1.0 |
To reproduce run 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.15.4
,
Flutter 2.0.4
,
Dart 2.12.2
.