app_fundamentals 0.0.19 copy "app_fundamentals: ^0.0.19" to clipboard
app_fundamentals: ^0.0.19 copied to clipboard

App Fundamentals for customized Flutter widgets to reuse shared widgets easily.

90/ 160
pub points
18
downloads

We analyzed this package 46 hours ago, and awarded it 90 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:app_fundamentals/src/widgets/app_web_view.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:app_fundamentals/app_fundamentals.dart that imports:
  • package:app_fundamentals/src/widgets/app_web_view.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:app_fundamentals/app_fundamentals.dart that imports:
  • package:app_fundamentals/src/widgets/app_web_view.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 22 issues. Showing the first 2:

ERROR: The named parameter 'errorWidget' isn't defined.

lib/src/widgets/app_web_view.dart:121:13

    ╷
121 │             errorWidget: widget.errorWidget ??
    │             ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/app_web_view.dart

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.1 4.13.1
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.18.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.20 1.1.20
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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_NAMED_PARAMETER - lib/src/widgets/app_web_view.dart:121:13 - The named parameter 'errorWidget' 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.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
90
points
18
downloads

Publisher

verified publisherghoneem.com

Weekly Downloads

App Fundamentals for customized Flutter widgets to reuse shared widgets easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

encrypt, flavorizer_config, flutter, flutter_svg, responsive_screen_type, rxdart_bloc, webview_flutter

More

Packages that depend on app_fundamentals