misskey_emoji 1.0.0
misskey_emoji: ^1.0.0 copied to clipboard
A Flutter library for caching and resolving Misskey custom emoji metadata with persistent Isar storage, search, and efficient retrieval mechanisms.
We analyzed this package 5 days ago, and awarded it 90 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
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
84 out of 251 API elements (33.5 %) have documentation comments.
Some symbols that are missing documentation: misskey_emoji, misskey_emoji.EmojiCatalog.EmojiCatalog.new, misskey_emoji.EmojiCatalogBase.EmojiCatalogBase.new, misskey_emoji.EmojiImage.EmojiImage.new, misskey_emoji.EmojiRecord.EmojiRecord.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Evaluation of this constant expression throws an exception.
lib/src/cache/isar_emoji_store.g.dart:16:33
╷
16 │ const EmojiRecordEntitySchema = CollectionSchema(
│ ┌─────────────────────────────────^
17 │ │ name: r'EmojiRecordEntity',
18 │ │ id: 7229933210852124576,
19 │ │ properties: {
20 │ │ r'aliases': PropertySchema(
21 │ │ id: 0,
22 │ │ name: r'aliases',
23 │ │ type: IsarType.stringList,
24 │ │ ),
25 │ │ r'allowRoleIds': PropertySchema(
26 │ │ id: 1,
27 │ │ name: r'allowRoleIds',
28 │ │ type: IsarType.stringList,
29 │ │ ),
30 │ │ r'category': PropertySchema(
31 │ │ id: 2,
32 │ │ name: r'category',
33 │ │ type: IsarType.string,
34 │ │ ),
35 │ │ r'denyRoleIds': PropertySchema(
36 │ │ id: 3,
37 │ │ name: r'denyRoleIds',
38 │ │ type: IsarType.stringList,
│ └─────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/cache/isar_emoji_store.g.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
isar_community |
^3.3.0 |
3.3.2 | 3.3.2 | |
isar_community_flutter_libs |
^3.3.0 |
3.3.2 | 3.3.2 | |
json_annotation |
^4.8.1 |
4.12.0 | 4.12.0 | |
misskey_api_core |
^1.0.0 |
1.0.0 | 1.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio |
- | 5.9.2 | 5.9.2 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logger |
- | 2.7.0 | 2.7.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
rate_limiter |
- | 1.0.0 | 1.0.0 | |
retry |
- | 3.1.2 | 3.1.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
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.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 |
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.23.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.