fastyle_dart 0.29.0
fastyle_dart: ^0.29.0 copied to clipboard
Set of graphical Widgets.
We analyzed this package 2 hours ago, and awarded it 90 pub points (of a possible 130):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 206 out of 1240 API elements (16.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
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:fastyle_dart/fastyle_dart.dart
that imports:package:fastyle_dart/app.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/app.dart:2:8
╷
2 │ import 'dart:ui';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app.dart
INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/ui/themes/dark/dark.theme.dart:2:8
╷
2 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/themes/dark/dark.theme.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
another_flushbar | ^1.10.29 | 1.10.29 | 1.10.29 |
async | ^2.8.2 | 2.9.0 | 2.9.0 |
decimal | ^1.5.0 | 1.5.0 | 2.2.0 |
diacritic | ^0.1.3 | 0.1.3 | 0.1.3 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_spinkit | ^5.1.0 | 5.1.0 | 5.1.0 |
fuzzy | ^0.4.0-nullsafety.0 | 0.4.0-nullsafety.0 | 0.4.0-nullsafety.0 |
google_fonts | ^3.0.1 | 3.0.1 | 3.0.1 |
intl | ^0.17.0 | 0.17.0 | 0.17.0 |
rxdart | ^0.27.3 | 0.27.4 | 0.27.4 |
shimmer | ^2.0.0 | 2.0.0 | 2.0.0 |
tbloc_dart | ^0.19.0 | 0.19.0 | 0.19.0 |
tmodel_dart | ^0.4.0 | 0.4.0 | 0.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
clock | - | 1.1.1 | 1.1.1 |
collection | - | 1.16.0 | 1.16.0 |
crypto | - | 3.0.2 | 3.0.2 |
equatable | - | 2.0.3 | 2.0.3 |
ffi | - | 2.0.1 | 2.0.1 |
file | - | 6.1.2 | 6.1.2 |
http | - | 0.13.4 | 0.13.4 |
http_parser | - | 4.0.1 | 4.0.1 |
latinize | - | 0.1.0-nullsafety.0 | 0.1.0-nullsafety.0 |
matcher | - | 0.12.12 | 0.12.12 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
meta | - | 1.7.0 | 1.8.0 |
nested | - | 1.0.0 | 1.0.0 |
path | - | 1.8.2 | 1.8.2 |
path_provider | - | 2.0.11 | 2.0.11 |
path_provider_android | - | 2.0.16 | 2.0.16 |
path_provider_ios | - | 2.0.10 | 2.0.10 |
path_provider_linux | - | 2.1.7 | 2.1.7 |
path_provider_macos | - | 2.0.6 | 2.0.6 |
path_provider_platform_interface | - | 2.0.4 | 2.0.4 |
path_provider_windows | - | 2.1.0 | 2.1.0 |
platform | - | 3.1.0 | 3.1.0 |
plugin_platform_interface | - | 2.1.2 | 2.1.2 |
process | - | 4.2.4 | 4.2.4 |
provider | - | 6.0.3 | 6.0.3 |
quiver | - | 3.1.0 | 3.1.0 |
rational | - | 1.2.1 | 2.2.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.9.0 | 1.9.0 |
stack_trace | - | 1.10.0 | 1.10.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
subx | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.1 | 1.2.1 |
tuple | - | 2.0.0 | 2.0.0 |
typed_data | - | 1.3.1 | 1.3.1 |
vector_math | - | 2.1.2 | 2.1.2 |
win32 | - | 2.7.0 | 2.7.0 |
xdg_directories | - | 0.2.0+1 | 0.2.0+1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.5.0` on decimal does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions decimal
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.