flutter_chatbook 0.0.1
flutter_chatbook: ^0.0.1 copied to clipboard
A Flutter package that allows you to integrate Chat View with highly customization options.
We analyzed this package 22 hours ago, and awarded it 55 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: flutter_chatbook
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: flutter_chatbook
.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues
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
5/10 points: Use an OSI-approved license
Detected license: CC0-1.0
.
The following license are not OSI-approved: `CC0-1.0`.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting flutter_chatbook... Discovering libraries... ERR: dartdoc 8.3.4 (/tmp/analyzerCGYKLH/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.2.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/pana_WLPVIK/lib/packages/f[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:215:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:202:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:80:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:202:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:290:22)
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_chatbook/flutter_chatbook.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:flutter_chatbook/flutter_chatbook.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:flutter_chatbook/flutter_chatbook.dart
that declares support for platforms:Android
,iOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:flutter_chatbook/flutter_chatbook.dart
that imports:package:vibration/vibration.dart
that imports:package:vibration_platform_interface/vibration_platform_interface.dart
that imports:package:vibration_platform_interface/src/method_channel_vibration.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutter_chatbook/flutter_chatbook.dart
that imports:package:vibration/vibration.dart
that imports:package:vibration_platform_interface/vibration_platform_interface.dart
that imports:package:vibration_platform_interface/src/method_channel_vibration.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:flutter_chatbook/flutter_chatbook.dart
that imports:package:flutter_chatbook/src/extensions/extension_apis/service/service_export.dart
that imports:package:flutter_chatbook/src/extensions/extension_apis/service/user_profile_service.dart
that imports:package:flutter_chatbook/src/models/models.dart
that imports:package:flutter_chatbook/src/models/feature_active_config.dart
that imports:package:flutter_chatbook/src/models/message_configuration.dart
that imports:package:flutter_chatbook/src/models/voice_message_configuration.dart
that imports:package:audio_waveforms/audio_waveforms.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 22 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: '../../../../../../packages/format/format.dart'.
lib/src/extensions/extension_apis/default%20plugins/sqflite_database_service/methods.dart:3:8
╷
3 │ import '../../../../../../packages/format/format.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/extensions/extension_apis/default plugins/sqflite_database_service/methods.dart
ERROR: The method 'format' isn't defined for the type 'String'.
lib/src/extensions/extension_apis/default%20plugins/sqflite_database_service/methods.dart:87:64
╷
87 │ (await txn.rawQuery(PluginQueries.getLastMessageByRoom.format(roomId)))
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/extensions/extension_apis/default plugins/sqflite_database_service/methods.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
any_link_preview |
^3.0.0 |
3.0.0 | 3.0.3 | |
audio_waveforms |
^1.0.1 |
1.3.0 | 1.3.0 | |
emoji_picker_flutter |
^1.3.0 |
1.6.4 | 4.3.0 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
flutter_linkify |
^5.0.2 |
5.0.2 | 6.0.0 | |
flutter_markdown |
^0.6.14 |
0.6.23 | 0.7.7+1 | Discontinued |
flutter_parsed_text |
^2.2.1 |
2.2.1 | 2.2.1 | |
get_it |
^7.2.0 |
7.7.0 | 8.2.0 | |
grouped_list |
^5.1.2 |
5.1.2 | 6.0.0 | |
html |
^0.15.1 |
0.15.6 | 0.15.6 | |
http |
^0.13.5 |
0.13.6 | 1.5.0 | |
image_picker |
^0.8.6 |
0.8.9 | 1.2.0 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
json_annotation |
^4.8.0 |
4.9.0 | 4.9.0 | |
meta |
^1.8.0 |
1.16.0 | 1.17.0 | |
parsed_readmore |
^0.0.6 |
0.0.9 | 1.0.0 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
progress_indicators |
^1.0.0 |
1.0.0 | 1.0.0 | |
scroll_to_index |
^3.0.1 |
3.0.1 | 3.0.1 | |
scrollable_positioned_list_extended |
^0.3.9 |
0.3.9 | 0.3.9 | |
sqflite |
^2.2.6 |
2.4.2 | 2.4.2 | |
swipeable_tile |
^2.0.0+3 |
2.0.1 | 2.0.1 | |
url_launcher |
^6.1.7 |
6.3.2 | 6.3.2 | |
uuid |
^3.0.7 |
3.0.7 | 4.5.1 | |
vibration |
^1.7.6 |
1.9.0 | 3.1.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 12 issues. Showing the first 2:
The constraint `^1.3.0` on emoji_picker_flutter does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions emoji_picker_flutter
to update the constraint.
The constraint `^5.0.2` on flutter_linkify does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_linkify
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 9 errors:
URI_DOES_NOT_EXIST
-lib/src/extensions/extension_apis/default plugins/sqflite_database_service/methods.dart:3:8
- Target of URI doesn't exist: '../../../../../../packages/format/format.dart'.UNDEFINED_METHOD
-lib/src/extensions/extension_apis/default plugins/sqflite_database_service/methods.dart:87:64
- The method 'format' isn't defined for the type 'String'.URI_DOES_NOT_EXIST
-lib/src/extensions/extension_apis/default plugins/sqflite_database_service/sqflite_user_profile_service.dart:1:8
- Target of URI doesn't exist: '../../../../../../packages/format/format.dart'.
Run flutter pub downgrade
and then flutter 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.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.