share_app_new 0.0.1
share_app_new: ^0.0.1 copied to clipboard
Put your app in front of everyone through their peers. Peer-to-peer invitations in a very subtle and simple way.
The package version is not analyzed, because it does not support Dart 3. Until this is resolved, the package will receive a pub score of 0.
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: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: Did not run dartdoc
- Package version is older than two years and has a newer release.
0/20 points: Platform support detection failed
Could not determine supported platforms as package resolution failed.
Run flutter pub get
for more information.
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 969 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'dart:ui'.
lib/screens/app_registration_screen.dart:2:8
╷
2 │ import 'dart:ui';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/screens/app_registration_screen.dart
ERROR: Target of URI doesn't exist: 'package:flutter/cupertino.dart'.
lib/screens/app_registration_screen.dart:4:8
╷
4 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/screens/app_registration_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
Sdk constraint doesn't support current Dart version 3.0.0. Cannot run `flutter pub outdated`.
pubspec.yaml:7:8
╷
7 │ sdk: ">=2.10.0 <3.0.0"
│ ^^^^^^^^^^^^^^^^^
╵
0/10 points: Package supports latest stable Dart and Flutter SDKs
Sdk constraint doesn't support current Dart version 3.0.0.
pubspec.yaml:7:8
╷
7 │ sdk: ">=2.10.0 <3.0.0"
│ ^^^^^^^^^^^^^^^^^
╵
Try widening the upper boundary of the constraint.
The current SDK constraint does not allow the Dart version used by the latest stable Flutter (3.0.0)
pubspec.yaml:7:8
╷
7 │ sdk: ">=2.10.0 <3.0.0"
│ ^^^^^^^^^^^^^^^^^
╵
0/20 points: Unable to detect Dart 3 & Flutter 3.10 compatibility
- Failed to analyze Dart 3 & Flutter 3.10 compatibilty:
Unable to run pub upgrade.
The lower bound of "sdk: '>=2.10.0 <3.0.0'" must be 2.12.0'
or higher to enable null safety.
The current Dart SDK (3.1.0-63.0.dev) only supports null safety.
For details, see https://dart.dev/null-safety
Analysed with Pana 0.21.32
, Flutter 3.10.0
, Dart 3.0.0
.