atonline_login 0.4.1
atonline_login: ^0.4.1 copied to clipboard
Client-side login page for applications using AtOnline apis and custom realms
We analyzed this package 13 days ago, and awarded it 90 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
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: 20% or more of the public API has dartdoc comments
- 2 out of 12 API elements (16.7 %) 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 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:atonline_login/atonline_login.dart
that imports:package:atonline_login/src/login.dart
that imports:package:atonline_login/src/imagepicker.dart
that imports:package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:atonline_login/atonline_login.dart
that imports:package:atonline_login/src/login.dart
that imports:package:atonline_login/src/imagepicker.dart
that imports:package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:atonline_login/atonline_login.dart
that imports:package:atonline_login/src/login.dart
that imports:package:atonline_login/src/imagepicker.dart
that imports:package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package not compatible with platform Web
Because:
package:atonline_login/atonline_login.dart
that imports:package:atonline_login/src/login.dart
that imports:package:atonline_login/src/imagepicker.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: 'launch' is deprecated and shouldn't be used. Use launchUrl instead.
lib/src/login.dart:292:32
╷
292 │ onTap: () => launch(info["link"]),
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/login.dart
INFO: 'launch' is deprecated and shouldn't be used. Use launchUrl instead.
lib/src/login.dart:365:40
╷
365 │ onTap: () => launch(info["link"]),
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/login.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
atonline_api | ^0.4.1 | 0.4.12 | 0.4.12 |
crypto | ^3.0.1 | 3.0.2 | 3.0.2 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_svg | >=0.21.0 <0.24.0 | 0.23.0+1 | 2.0.3 |
flutter_web_auth | ^0.3.1 | 0.3.2 | 0.5.0 |
image_picker | ^0.8.4+2 | 0.8.7 | 0.8.7 |
url_launcher | ^6.0.12 | 6.1.10 | 6.1.10 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `>=0.21.0 <0.24.0` on flutter_svg does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions flutter_svg
to update the constraint.
The constraint `^0.3.1` on flutter_web_auth does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions flutter_web_auth
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.26
, Flutter 3.7.4
, Dart 2.19.2
.