app_fundamentals 0.0.20
app_fundamentals: ^0.0.20 copied to clipboard
App Fundamentals for customized Flutter widgets to reuse shared widgets easily.
We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):
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: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
939 out of 1227 API elements (76.5 %) have documentation comments.
Some symbols that are missing documentation: app_fundamentals.AppBorderedDropDown.AppBorderedDropDown.new, app_fundamentals.AppBorderedDropDown.borderColorSubject, app_fundamentals.AppBorderedDropDown.fontSize, app_fundamentals.AppBorderedDropDown.hint, app_fundamentals.AppBorderedDropDown.icon.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:app_fundamentals/app_fundamentals.dartthat imports:package:app_fundamentals/src/widgets/app_web_view.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:app_fundamentals/app_fundamentals.dartthat imports:package:app_fundamentals/src/widgets/app_web_view.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:app_fundamentals/app_fundamentals.dartthat imports:package:app_fundamentals/src/widgets/app_web_view.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 issues. Showing the first 2:
WARNING: Unused import: 'dart:developer'.
lib/src/widgets/text_form_field/password_text_form_field_item.dart:1:8
╷
1 │ import 'dart:developer';
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/text_form_field/password_text_form_field_item.dart
WARNING: Unused import: 'app_text_form_field_enum.dart'.
lib/src/widgets/text_form_field/password_text_form_field_item.dart:4:8
╷
4 │ import 'app_text_form_field_enum.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/text_form_field/password_text_form_field_item.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 | |
flavorizer_config |
^0.0.3 |
0.0.5 | 0.0.5 | |
flutter_svg |
^2.0.10+1 |
2.2.3 | 2.2.3 | |
responsive_screen_type |
^1.0.2 |
1.0.3 | 1.0.3 | |
rxdart_bloc |
^1.0.14 |
1.0.14 | 1.0.14 | |
webview_flutter |
^4.2.4 |
4.13.0 | 4.13.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_android |
- | 4.10.11 | 4.10.11 | |
webview_flutter_platform_interface |
- | 2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
- | 3.23.5 | 3.23.5 | |
xml |
- | 6.6.1 | 6.6.1 |
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: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.