migratorydata_client_dart_v6 1.0.4
migratorydata_client_dart_v6: ^1.0.4 copied to clipboard
This MigratoryData client library is written in Dart. One important use of this library is that it allows you to use the Flutter framework for building realtime applications natively compiled for mobi [...]
We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
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
55 out of 79 API elements (69.6 %) have documentation comments.
Some symbols that are missing documentation: client
, MessageType
, MessageType
, clientImpl
, pause
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 79 issues. Showing the first 2:
WARNING: The operand can't be null, so the condition is always 'false'.
lib/src/core/client.dart:52:31
╷
52 │ if (migratoryDataListener == null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/client.dart
INFO: The variable name 'SESSION_TYPE' isn't a lowerCamelCase identifier.
lib/src/core/client.dart:25:13
╷
25 │ Uint8List SESSION_TYPE = PushProtocolTransportCodec.instance
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/client.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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
Analyzed with Pana 0.21.43
, Dart 3.2.1
.
Check the analysis log for details.