shield_consent 1.0.0-beta.3
shield_consent: ^1.0.0-beta.3 copied to clipboard
DPDPA Shield consent management for Flutter — DPDPA 2023 (India) compliant consent collection, guardian-OTP parental consent, offline queue, and ShieldGate purpose gating.
We analyzed this package 5 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
17 out of 83 API elements (20.5 %) have documentation comments.
Some symbols that are missing documentation: shield_consent.ConsentDecision, shield_consent.ConsentDecision.ConsentDecision.fromMap, shield_consent.ConsentDecision.ConsentDecision.new, shield_consent.ConsentDecision.decidedAtEpochMs, shield_consent.ConsentDecision.languageShown.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:shield_consent/shield_consent.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:shield_consent/shield_consent.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:shield_consent/shield_consent.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:shield_consent/shield_consent.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:shield_consent/shield_consent.dartthat declares support for platforms:Android.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/channel.dart:8:24
╷
8 │ /// Each event is a Map<String, dynamic> { 'purposeId': String, 'given': bool }.
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/channel.dart
INFO: Dangling library doc comment.
lib/src/models.dart:1:1
╷
1 │ ┌ /// Dart mirrors of the Kotlin :core domain models.
2 │ │ /// Field names and nullability match the Kotlin data classes exactly so the
3 │ │ /// MethodChannel serialisation in Serializers.kt and the Dart fromMap() helpers
4 │ └ /// stay in lockstep.
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.