twitter_openapi_dart 0.0.11
twitter_openapi_dart: ^0.0.11 copied to clipboard
It is a Dart implementation of Twitter's internal API. It is available without special API tokens and also supports GraphQL endpoints.
We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
56 out of 171 API elements (32.7 %) have documentation comments.
Some symbols that are missing documentation: twitter_openapi_dart, twitter_openapi_dart.ApiUtilsRaw.ApiUtilsRaw.new, twitter_openapi_dart.ApiUtilsRaw.entry, twitter_openapi_dart.ApiUtilsRaw.instruction, twitter_openapi_dart.ApiUtilsRawBuilder.
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:twitter_openapi_dart/twitter_openapi_dart.dartthat imports:package:twitter_openapi_dart/src/api.dartthat imports:package:dio_cookie_manager/dio_cookie_manager.dartthat imports:package:dio_cookie_manager/src/cookie_mgr.dartthat imports:package:cookie_jar/cookie_jar.dartthat imports:package:cookie_jar/src/serializable_cookie.dartthat imports:package:universal_io/io.dartthat imports:package:universal_io/universal_io.dartthat imports:package:universal_io/src/_exports_in_browser.dartthat imports:package:universal_io/src/internet_address.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: 'whereNotNull' is deprecated and shouldn't be used. Use .nonNulls instead.
lib/src/api_util.dart:42:8
╷
42 │ .whereNotNull()
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/api_util.dart
INFO: 'whereNotNull' is deprecated and shouldn't be used. Use .nonNulls instead.
lib/src/api_util.dart:43:24
╷
43 │ .expand((e) => e.whereNotNull())
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/api_util.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
built_collection |
>=5.1.1 <6.0.0 |
5.1.1 | 5.1.1 | |
built_value |
>=8.4.0 <9.0.0 |
8.12.3 | 8.12.3 | |
collection |
>=1.15.0 <2.0.0 |
1.19.1 | 1.19.1 | |
cookie_jar |
^4.0.1 |
4.0.8 | 4.0.8 | |
dio |
^5.0.0 |
5.9.0 | 5.9.0 | |
dio_cookie_manager |
^3.0.0 |
3.3.0 | 3.3.0 | |
intl |
>=0.17.0 <0.19.0 |
0.18.1 | 0.20.2 | |
twitter_openapi_dart_generated |
^0.0.14 |
0.0.14 | 0.0.14 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
matcher |
- | 0.12.18 | 0.12.18 | |
meta |
- | 1.18.0 | 1.18.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
one_of |
- | 1.5.0 | 1.5.0 | |
one_of_serializer |
- | 1.5.0 | 1.5.0 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=0.17.0 <0.19.0` on intl does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
UNDEFINED_METHOD-lib/src/api.dart:99:81- The method 'Cookie' isn't defined for the type 'TwitterOpenapiDart'.UNDEFINED_METHOD-lib/src/api.dart:133:55- The method 'Cookie' isn't defined for the type 'TwitterOpenapiDart'.UNDEFINED_METHOD-lib/src/api.dart:154:21- The method 'Cookie' isn't defined for the type 'TwitterOpenapiDart'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.8, Dart 3.10.7.
Check the analysis log for details.