apptive_grid_heinzelmen 1.5.1 copy "apptive_grid_heinzelmen: ^1.5.1" to clipboard
apptive_grid_heinzelmen: ^1.5.1 copied to clipboard

A collection of little helpers for Flutter Apps that use ApptiveGrid.

3
likes
80/ 160
pub points
194
downloads

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/zweidenker/flutter-heinzelmen/packages/apptive_grid_heinzelmen was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

97 out of 99 API elements (98.0 %) have documentation comments.

Some symbols that are missing documentation: apptive_grid_heinzelmen, apptive_grid_heinzelmen.AttachmentImage.errorBuilder.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:apptive_grid_heinzelmen/apptive_grid_heinzelmen.dart that imports:
  • package:apptive_grid_heinzelmen/src/data_widget/data_widget.dart that imports:
  • package:zweidenker_heinzelmen/zweidenker_heinzelmen.dart that imports:
  • package:zweidenker_heinzelmen/src/link_launcher.dart that imports:
  • package:app_tracking_transparency/app_tracking_transparency.dart that declares support for platforms: iOS.
Package does not support platform `Windows`.

Because:

  • package:apptive_grid_heinzelmen/apptive_grid_heinzelmen.dart that imports:
  • package:apptive_grid_heinzelmen/src/stage_banner.dart that imports:
  • package:apptive_grid_heinzelmen/src/configuration.dart that imports:
  • package:apptive_grid_core/apptive_grid_core.dart that imports:
  • package:apptive_grid_core/src/apptive_grid_network.dart that imports:
  • package:apptive_grid_core/src/network/apptive_grid_client.dart that imports:
  • package:apptive_grid_core/src/network/authentication/apptive_grid_authenticator.dart that imports:
  • package:uni_links/uni_links.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:apptive_grid_heinzelmen/apptive_grid_heinzelmen.dart that imports:
  • package:apptive_grid_heinzelmen/src/stage_banner.dart that imports:
  • package:apptive_grid_heinzelmen/src/configuration.dart that imports:
  • package:apptive_grid_core/apptive_grid_core.dart that imports:
  • package:apptive_grid_core/src/apptive_grid_network.dart that imports:
  • package:apptive_grid_core/src/network/apptive_grid_client.dart that imports:
  • package:apptive_grid_core/src/network/authentication/apptive_grid_authenticator.dart that imports:
  • package:uni_links/uni_links.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:apptive_grid_heinzelmen/apptive_grid_heinzelmen.dart that imports:
  • package:apptive_grid_heinzelmen/src/stage_banner.dart that imports:
  • package:apptive_grid_heinzelmen/src/configuration.dart that imports:
  • package:apptive_grid_core/apptive_grid_core.dart that imports:
  • package:apptive_grid_core/src/apptive_grid_network.dart that imports:
  • package:apptive_grid_core/src/network/apptive_grid_client.dart that imports:
  • package:apptive_grid_core/src/network/authentication/apptive_grid_authenticator.dart that imports:
  • package:uni_links/uni_links.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:apptive_grid_heinzelmen/apptive_grid_heinzelmen.dart that imports:
  • package:apptive_grid_heinzelmen/src/data_widget/data_widget.dart that imports:
  • package:zweidenker_heinzelmen/zweidenker_heinzelmen.dart that imports:
  • package:zweidenker_heinzelmen/src/link_launcher.dart that imports:
  • package:flutter_web_browser/flutter_web_browser.dart that declares support for platforms: Android, iOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `iOS`.

Because:

  • package:apptive_grid_heinzelmen/apptive_grid_heinzelmen.dart that imports:
  • package:apptive_grid_heinzelmen/src/data_widget/data_widget.dart that imports:
  • package:zweidenker_heinzelmen/zweidenker_heinzelmen.dart that imports:
  • package:zweidenker_heinzelmen/src/app_version.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

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.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

ERROR: Arguments of a constant creation must be constant expressions.

lib/src/data_widget/data_widget.dart:208:17

    ╷
208 │                 ApptiveGridIcons.form,
    │                 ^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/configuration.dart:51:50

   ╷
51 │ /// Note this requires that there is a [Provider]<ConfigurationChangeNotifier<T>> in the Widget Tree
   │                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
apptive_grid_core ^1.7.0 1.8.1 2.1.5
apptive_grid_theme ^1.2.0 1.3.0 1.3.0
apptive_grid_user_management ^1.4.3 1.4.5 2.0.3
flutter flutter 0.0.0 0.0.0
flutter_svg ^2.0.5 2.0.9 2.0.16
http ^0.13.6 0.13.6 1.2.2
intl ^0.18.0 0.18.1 0.20.1
provider ^6.0.5 6.1.2 6.1.2
universal_file ^1.0.0 1.0.0 1.0.0
zweidenker_heinzelmen ^1.2.1 1.2.1 2.0.0
Transitive dependencies
Package Constraint Compatible Latest
app_tracking_transparency - 2.0.6+1 2.0.6+1
archive - 4.0.2 4.0.2
args - 2.6.0 2.6.0
asn1lib - 1.5.8 1.5.8
async - 2.12.0 2.12.0
boolean_selector - 2.1.2 2.1.2
characters - 1.3.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
crypto_keys - 0.3.0+1 0.3.0+1
ffi - 2.1.3 2.1.3
flutter_secure_storage - 8.1.0 9.2.3
flutter_secure_storage_linux - 1.2.2 2.0.0
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.0.0
flutter_secure_storage_windows - 2.1.1 4.0.0
flutter_web_browser - 0.17.1 0.17.1
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.1.2 4.1.2
image - 4.5.2 4.5.2
jose - 0.3.4 0.3.4
js - 0.6.7 0.7.1
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
material_design_icons_flutter - 7.0.7296 7.0.7296
meta - 1.15.0 1.16.0
mime - 1.0.6 2.0.0
nested - 1.0.0 1.0.0
openid_client - 0.4.9 0.4.9
package_info_plus - 4.2.0 8.1.2
package_info_plus_platform_interface - 2.0.1 3.0.2
password_rule_check - 0.2.1 0.2.1
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
petitparser - 6.0.2 6.0.2
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 3.9.1
posix - 6.0.1 6.0.1
quiver - 3.2.2 3.2.2
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.4 0.7.4
typed_data - 1.4.0 1.4.0
uni_links - 0.5.1 0.5.1
uni_links_platform_interface - 1.0.0 1.0.0
uni_links_web - 0.1.0 0.1.0
universal_platform - 1.1.0 1.1.0
url_launcher - 6.3.1 6.3.1
url_launcher_android - 6.3.14 6.3.14
url_launcher_ios - 6.3.2 6.3.2
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.3 3.1.3
uuid - 3.0.7 4.5.1
vector_graphics - 1.1.10+1 1.1.15
vector_graphics_codec - 1.1.10+1 1.1.13
vector_graphics_compiler - 1.1.10+1 1.1.16
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
win32 - 5.10.0 5.10.0
x509 - 0.2.4+3 0.2.4+3
xml - 6.5.0 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 5 issues. Showing the first 2:

The constraint `^1.7.0` on apptive_grid_core does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions apptive_grid_core to update the constraint.

The constraint `^1.4.3` on apptive_grid_user_management does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions apptive_grid_user_management to update the constraint.

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.22.17, Flutter 3.27.1, Dart 3.6.0.

Check the analysis log for details.