flutter_tide 0.7.3
flutter_tide: ^0.7.3 copied to clipboard
A very thin layer on top of state_notifier and provider to give guidelines when architecturing an application.
0
likes
100
/ 110
pub points
23
%
popularity
We analyzed this package on Jan 16, 2021, and awarded it 100 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 6 out of 21 API elements (28.6 %) have documentation comments.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Consider supporting multiple platforms:
Package not compatible with runtime flutter-web on Web
Because:
package:flutter_tide/flutter_tide.dart
that imports:package:flutter_tide/src/persisted_provider.dart
that imports:package:tide/tide.dart
that imports:package:tide/src/persistence/json_file.dart
that imports:dart:io
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter_state_notifier | ^0.6.1 | 0.6.1 | 0.6.1 |
provider | ^4.3.2+2 | 4.3.2+4 | 4.3.2+4 |
state_notifier | ^0.6.0 | 0.6.0 | 0.6.0 |
tide | ^0.6.4 | 0.6.5 | 0.6.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
nested | - | 0.0.4 | 0.0.4 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.