oauth_twitter 0.0.7
oauth_twitter: ^0.0.7 copied to clipboard
The OAuth library for twitter API.
We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):
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
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.
10/10 points: 20% or more of the public API has dartdoc comments
- 19 out of 42 API elements (45.2 %) have documentation comments.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ MacOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:oauth_twitter/oauth_twitter.dart
that imports:package:oauth_twitter/src/oauth_db_sqlite.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:oauth_twitter/oauth_twitter.dart
that imports:package:oauth_twitter/src/oauth_db_sqlite.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Web`.
Because:
package:oauth_twitter/oauth_twitter.dart
that imports:package:oauth_twitter/src/oauth_db_sqlite.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: The variable name 'oauth_token' isn't a lowerCamelCase identifier.
lib/oauth_twitter.dart:83:12
╷
83 │ String oauth_token = "";
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/oauth_twitter.dart
INFO: 'canLaunch' is deprecated and shouldn't be used. Use canLaunchUrl instead.
lib/oauth_twitter.dart:157:13
╷
157 │ await canLaunch(url) ? await launch(url) : throw 'Could not launch $url';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/oauth_twitter.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto | ^3.0.1 | 3.0.2 | 3.0.2 |
flutter | flutter | 0.0.0 | 0.0.0 |
path | ^1.8.0 | 1.8.3 | 1.8.3 |
sqflite | ^2.0.0+3 | 2.2.4+1 | 2.2.4+1 |
test | ^1.5.1 | 1.22.2 | 1.22.2 |
url_launcher | ^6.0.9 | 6.1.8 | 6.1.8 |
uuid | ^3.0.4 | 3.0.7 | 3.0.7 |
Transitive dependencies
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.25
, Flutter 3.7.0
, Dart 2.19.0
.