easy_youtube 0.0.3
easy_youtube: ^0.0.3 copied to clipboard
Provides various features to handle YouTube videos easily.
We analyzed this package 1 hour ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/thruthesky/easy-packages
was unreachable. Make sure that the website is reachable via HEAD
requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/thruthesky/easy-packages/main/tree/easy_youtube
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
3 out of 50 API elements (6.0 %) 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.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: easy_youtube
, easy_youtube.ContentDetails.ContentDetails.fromJson
, easy_youtube.ContentDetails.ContentDetails.new
, easy_youtube.ContentDetails.caption
, easy_youtube.ContentDetails.definition
.
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
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Use the end-of-line form ('///') for doc comments.
lib/src/snippet.dart:1:1
╷
1 │ ┌ /**
2 │ │ * {
3 │ │ "publishedAt": "2024-08-07T08:18:59Z",
4 │ │ "channelId": "UCsU-I-vHLiaMfV_ceaYz5rQ",
5 │ │ "title": "'파죽지세' 해리스 돌풍, 2주 만에 트럼프 꺾었다|지금 이 뉴스",
6 │ │ "description": "해리스 부통령의 지지율이 2주 만에 트럼프 전 대통령을 꺾고 역전했다는 여론조사가 나왔습니다. '피격 사건' 이후 승기를 굳혀가는 듯했던 트럼프 전 대통령이 '밴스 설화' 등으로 주춤해지는 사이 해리스 부통령의 지지층이 집결하고 있다는 분석이 나옵니다.\n\n#미국대선여론조사 #해리스지지율 #트럼프지지율 #오차범위이내접전 #JTBC #심수미기자\n\n📢 지금, 이슈의 현장을 실시간으로!\n☞JTBC 모바일라이브 시청하기 https://www.youtube.com/@jtbc_news/streams\n\n☞JTBC유튜브 구독하기 (https://www.youtube.com/user/JTBC10news)\n☞JTBC유튜브 커뮤니티 (https://www.youtube.com/user/JTBC10news/community)\n\n#JTBC뉴스 공식 페이지\n(홈페이지) https://news.jtbc.co.kr\n(APP) https://news.jtbc.co.kr/Etc/SmartPhoneReport.aspx\n\n페이스북 https://www.facebook.com/jtbcnews\nX(트위터) https://twitter.com/JTBC_news\n인스타그램 https://www.instagram.com/jtbcnews\n\n☏ 제보하기 https://news.jtbc.co.kr/Etc/InterNetReport.aspx\n방송사 : JTBC (https://jtbc.co.kr)",
│ └────────────────────────────────────────────────────────────────────────────
[...]
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/snippet.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
http |
^1.2.2 |
1.5.0 | 1.5.0 | |
youtube_parser |
^2.1.4 |
2.1.4 | 2.1.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
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: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.