nano 0.3.0
nano: ^0.3.0 copied to clipboard
Nano makes it easier to build and maintain complex Flutter apps.
2
likes
100/ 120
pub points
0%
popularity
We analyzed this package 24 hours ago, and awarded it 100 pub points (of a possible 120):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: The import of 'utils.dart' is unnecessary because all of the used elements are also provided by the import of 'package:nano/nano.dart'.
lib/src/middleware.dart:2:8
╷
2 │ import 'utils.dart';
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/middleware.dart
INFO: The import of 'state_snapshot.dart' is unnecessary because all of the used elements are also provided by the import of 'package:nano/nano.dart'.
lib/src/middleware.dart:3:8
╷
3 │ import 'state_snapshot.dart';
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/middleware.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
meta | ^1.7.0 | 1.7.0 | 1.8.0 |
rxdart | ^0.27.2 | 0.27.3 | 0.27.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
collection | - | 1.16.0 | 1.16.0 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.2 | 2.1.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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Flutter 3.0.0
, Dart 2.17.0
.