chat_package 0.0.7
chat_package: ^0.0.7 copied to clipboard
Fully functional chat ui for flutter, with functionality to send text, voice notes,and images
We analyzed this package 23 hours ago, and awarded it 80 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
58 out of 119 API elements (48.7 %) have documentation comments.
Some symbols that are missing documentation: audio_message_widget
, audio_message_widget.AudioMessageWidget.AudioMessageWidget.new
, audio_message_widget.AudioMessageWidget.activeAudioSliderColor
, audio_message_widget.AudioMessageWidget.inActiveAudioSliderColor
, audio_message_widget.AudioMessageWidget.message
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:chat_package/chat_package.dart
that imports:package:chat_package/views/componants/message_widget.dart
that imports:package:chat_package/views/componants/audio_message_widget.dart
that imports:package:just_audio/just_audio.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:chat_package/chat_package.dart
that imports:package:chat_package/views/componants/message_widget.dart
that imports:package:chat_package/views/componants/audio_message_widget.dart
that imports:package:just_audio/just_audio.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:chat_package/chat_package.dart
that imports:package:chat_package/views/componants/chat_input_feild.dart
that imports:package:record/record.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:chat_package/chat_package.dart
that imports:package:chat_package/views/componants/message_widget.dart
that imports:package:chat_package/views/componants/audio_message_widget.dart
that imports:package:just_audio/just_audio.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
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.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/views/componants/chat_input_feild.dart:262:36
╷
262 │ .bodyText1!
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/views/componants/chat_input_feild.dart
ERROR: The named parameter 'vsync' isn't defined.
lib/views/componants/chat_input_feild.dart:401:21
╷
401 │ vsync: this,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/views/componants/chat_input_feild.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_keyboard_visibility |
^5.0.3 |
5.4.1 | 6.0.0 | |
flutter_slidable |
^0.6.0 |
0.6.0 | 4.0.3 | |
image_picker |
^0.8.4 |
0.8.9 | 1.2.0 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
just_audio |
^0.9.10 |
0.9.46 | 0.10.5 | |
permission_handler |
^8.1.4+2 |
8.3.0 | 12.0.1 | |
photo_view |
^0.12.0 |
0.12.0 | 0.15.0 | |
record |
^3.0.0 |
3.0.4 | 6.1.2 | |
stop_watch_timer |
^1.3.1 |
1.5.0 | 3.2.2 | |
transparent_image |
^2.0.0 |
2.0.1 | 2.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 9 issues. Showing the first 2:
The constraint `^5.0.3` on flutter_keyboard_visibility does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_keyboard_visibility
to update the constraint.
The constraint `^0.6.0` on flutter_slidable does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions flutter_slidable
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_GETTER
-lib/views/componants/chat_input_feild.dart:262:36
- The getter 'bodyText1' isn't defined for the type 'TextTheme'.UNDEFINED_NAMED_PARAMETER
-lib/views/componants/chat_input_feild.dart:401:21
- The named parameter 'vsync' isn't defined.UNDEFINED_GETTER
-lib/views/componants/text_message_widget.dart:45:51
- The getter 'bodyText1' isn't defined for the type 'TextTheme'.
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.