active_grid_form 0.1.1+3 copy "active_grid_form: ^0.1.1+3" to clipboard
active_grid_form: ^0.1.1+3 copied to clipboard

discontinuedreplaced by: apptive_grid_form

A Flutter Package to display ActiveGrid Forms inside a Flutter App.

80/ 160
pub points
0
downloads

We analyzed this package 2 days ago, and awarded it 80 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: BSD-3-Clause.

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

239 out of 249 API elements (96.0 %) have documentation comments.

Some symbols that are missing documentation: active_grid_form, active_grid_form.ContentType.ContentType.new, active_grid_form.ContentType.json, active_grid_form.DataEntity.DataEntity.new, active_grid_form.FormComponent.FormComponent.new.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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 17 issues. Showing the first 2:

ERROR: The getter 'headline5' isn't defined for the type 'TextTheme'.

lib/active_grid_form.dart:131:51

    ╷
131 │                       Theme.of(context).textTheme.headline5,
    │                                                   ^^^^^^^^^
    ╵

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

ERROR: The getter 'headline4' isn't defined for the type 'TextTheme'.

lib/active_grid_form.dart:166:46

    ╷
166 │           style: Theme.of(context).textTheme.headline4,
    │                                              ^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
active_grid_core ^0.1.0 0.1.1+3 0.1.1+3 Discontinued
intl ^0.17.0 0.17.0 0.20.2
lottie ^1.0.1 1.4.3 3.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
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
crypto_keys - 0.3.0+2 0.3.0+2
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
jose - 0.3.5 0.3.5
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
nested - 1.0.0 1.0.0
openid_client - 0.4.9+2 0.4.9+2
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 4.0.0 4.0.0
provider - 5.0.0 6.1.5+1
quiver - 3.2.2 3.2.2
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.9 0.7.9
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
x509 - 0.2.4+3 0.2.4+3

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

Found 3 issues. Showing the first 2:

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

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

The constraint `^1.0.1` on lottie does not support the stable version `2.0.0`.

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

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 4 errors:

  • UNDEFINED_GETTER - lib/active_grid_form.dart:131:51 - The getter 'headline5' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/active_grid_form.dart:166:46 - The getter 'headline4' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/active_grid_form.dart:197:46 - The getter 'headline4' isn't defined for the type 'TextTheme'.

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:
7
likes
80
points
0
downloads

Publisher

verified publisherzweidenker.de

Weekly Downloads

A Flutter Package to display ActiveGrid Forms inside a Flutter App.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

active_grid_core, flutter, intl, lottie

More

Packages that depend on active_grid_form