monarch 1.1.0-pre.2
monarch: ^1.1.0-pre.2 copied to clipboard
Code generator for Monarch. Monarch is a tool for Flutter developers. It makes building beautiful apps a simpler and faster experience.
We analyzed this package 12 days ago, and awarded it 110 pub points (of a possible 140):
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: MIT
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 11 out of 33 API elements (33.3 %) have documentation comments.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:monarch/monarch.dart
that imports:package:monarch/src/monarch_app/start_monarch.dart
that imports:package:monarch/src/monarch_app/monarch_binding.dart
that imports:package:monarch/src/monarch_app/active_text_scale_factor.dart
that imports:package:monarch/src/monarch_app/active_value.dart
that imports:package:monarch_utils/log.dart
that imports:package:monarch_utils/src/log/log_utils.dart
that imports:dart:io
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
WARNING: The operand can't be null, so the condition is always 'false'.
lib/src/monarch_app/monarch_binding.dart:34:33
╷
34 │ if (WidgetsBinding.instance == null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/monarch_app/monarch_binding.dart
WARNING: The '!' will have no effect because the receiver can't be null.
lib/src/monarch_app/monarch_binding.dart:38:35
╷
38 │ return WidgetsBinding.instance!;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/monarch_app/monarch_binding.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer |
^2.3.0 |
2.8.0 | 5.13.0 |
build |
^2.0.0 |
2.4.0 | 2.4.0 |
dart_style |
^2.0.0 |
2.2.1 | 2.3.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_localizations |
flutter |
0.0.0 | 0.0.0 |
flutter_test |
flutter |
0.0.0 | 0.0.0 |
glob |
^2.0.1 |
2.1.2 | 2.1.2 |
meta |
^1.3.0 |
1.9.1 | 1.9.1 |
monarch_annotations |
^1.0.0 |
1.0.2 | 1.0.2 |
monarch_utils |
^1.0.0 |
1.1.0 | 1.1.0 |
path |
^1.8.0 |
1.8.3 | 1.8.3 |
pedantic |
^1.11.0 |
1.11.1 | 1.11.1 |
source_gen |
^1.0.0 |
1.2.2 | 1.3.2 |
stack_trace |
^1.10.0 |
1.11.0 | 1.11.0 |
vm_service |
^7.3.0 |
7.5.0 | 11.6.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 31.0.0 | 61.0.0 |
args |
- | 2.4.1 | 2.4.1 |
async |
- | 2.11.0 | 2.11.0 |
boolean_selector |
- | 2.1.1 | 2.1.1 |
characters |
- | 1.3.0 | 1.3.0 |
cli_util |
- | 0.3.5 | 0.4.0 |
clock |
- | 1.1.1 | 1.1.1 |
collection |
- | 1.17.1 | 1.17.2 |
convert |
- | 3.1.1 | 3.1.1 |
crypto |
- | 3.0.3 | 3.0.3 |
fake_async |
- | 1.3.1 | 1.3.1 |
file |
- | 7.0.0 | 7.0.0 |
intl |
- | 0.18.0 | 0.18.1 |
js |
- | 0.6.7 | 0.6.7 |
logging |
- | 1.2.0 | 1.2.0 |
matcher |
- | 0.12.15 | 0.12.16 |
material_color_utilities |
- | 0.2.0 | 0.5.0 |
package_config |
- | 2.1.0 | 2.1.0 |
pub_semver |
- | 2.1.4 | 2.1.4 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.9.1 | 1.10.0 |
stream_channel |
- | 2.1.1 | 2.1.1 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.5.1 | 0.6.0 |
typed_data |
- | 1.3.2 | 1.3.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
watcher |
- | 1.1.0 | 1.1.0 |
yaml |
- | 3.1.2 | 3.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.3.0` on analyzer does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions analyzer
to update the constraint.
The constraint `^7.3.0` on vm_service does not support the stable version `8.1.0`.
Try running dart pub upgrade --major-versions vm_service
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 & Flutter 3.10 compatible!
Analysed with Pana 0.21.32
, Flutter 3.10.0
, Dart 3.0.0
.