nice2dev_flutter_ui 0.2.0
nice2dev_flutter_ui: ^0.2.0 copied to clipboard
NiceToDev Flutter UI — A comprehensive set of enterprise-grade widgets for building ERP applications. Counterpart of @nice2dev/ui for Flutter.
We analyzed this package 12 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.nice2dev.com was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/nicetoDev/nice2dev-flutter-ui was unreachable. Make sure that the website is reachable via HEAD requests.
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: 20% or more of the public API has dartdoc comments
2213 out of 10006 API elements (22.1 %) have documentation comments.
Some symbols that are missing documentation: nice_accessibility, nice_accessibility.NiceAccessible.NiceAccessible.new, nice_accessibility.NiceAccessible.child, nice_accessibility.NiceAccessible.customActions, nice_accessibility.NiceAccessible.hint.
10/10 points: Package has an example
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:nice2dev_flutter_ui/nice2dev_flutter_ui.dartthat imports:package:nice2dev_flutter_ui/core/nice_app_shell.dartthat imports:package:nice2dev_flutter_ui/core/nice_platform.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 237 issues. Showing the first 2:
WARNING: Unused import: '../core/nice_theme.dart'.
lib/admin/nice_locale_prefs.dart:2:8
╷
2 │ import '../core/nice_theme.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/admin/nice_locale_prefs.dart
WARNING: Unused import: '../core/nice_theme.dart'.
lib/backup/nice_backup.dart:2:8
╷
2 │ import '../core/nice_theme.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/backup/nice_backup.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intl |
^0.19.0 |
0.19.0 | 0.20.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.4.3 | 2.4.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
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.4, Dart 3.13.3.
Check the analysis log for details.