ant_media_flutter 0.0.8 copy "ant_media_flutter: ^0.0.8" to clipboard
ant_media_flutter: ^0.0.8 copied to clipboard

outdated

Flutter Package to use Ant media server.

25
likes
75/ 160
pub points
81%
popularity

We analyzed this package 19 hours ago, and awarded it 75 pub points (of a possible 160):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:11:56

   ╷
11 │ <p>Have any questions about the Flutter SDK? Visit our <a href="http://community.antmedia.io/">community platform</a>.</p>
   │                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

2 out of 22 API elements (9.1 %) 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: ant_media_flutter, ant_media_flutter.AntMediaFlutter, ant_media_flutter.AntMediaFlutter.AntMediaFlutter, ant_media_flutter.AntMediaFlutter.anthelper, ant_media_flutter.AntMediaFlutter.connect.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:ant_media_flutter/ant_media_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:ant_media_flutter/ant_media_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:ant_media_flutter/ant_media_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:ant_media_flutter/ant_media_flutter.dart that declares support for platforms: Android, iOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `iOS`.

Because:

  • package:ant_media_flutter/ant_media_flutter.dart that imports:
  • package:flutter_background/flutter_background.dart that declares support for platforms: Android.

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.

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

ERROR: Invalid constant value.

lib/ant_media_flutter.dart:55:31

   ╷
55 │       notificationImportance: AndroidNotificationImportance.Default,
   │                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ant_media_flutter.dart

ERROR: There's no constant named 'Default' in 'AndroidNotificationImportance'.

lib/ant_media_flutter.dart:55:61

   ╷
55 │       notificationImportance: AndroidNotificationImportance.Default,
   │                                                             ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ant_media_flutter.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
flutter_background ^1.1.0 1.3.0+1 1.3.0+1
flutter_webrtc ^0.8.3 0.8.12 0.12.1+hotfix.1
get ^4.6.1 4.6.6 4.6.6
http ^0.13.3 0.13.6 1.2.2
path_provider ^2.0.11 2.1.5 2.1.5
path_provider_macos ^2.0.6 2.0.7 2.0.7
permission_handler ^9.2.0 9.2.0 11.3.1
shared_preferences ^2.0.15 2.3.3 2.3.3
shared_preferences_macos ^2.0.4 2.0.5 2.0.5
shared_preferences_web ^2.0.4 2.4.2 2.4.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
dart_webrtc - 1.4.9 1.4.9
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.1
js - 0.7.1 0.7.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.12 2.2.12
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 9.0.2+1 12.0.13
permission_handler_apple - 9.1.4 9.4.5
permission_handler_platform_interface - 3.12.0 4.2.3
permission_handler_windows - 0.1.3 0.2.1
platform - 3.1.6 3.1.6
platform_detect - 2.1.0 2.1.0
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.1.4 2.1.4
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
webrtc_interface - 1.2.0 1.2.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^0.8.3` on flutter_webrtc does not support the stable version `0.9.0`.

Try running dart pub upgrade --major-versions flutter_webrtc to update the constraint.

The constraint `^0.13.3` on http does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions http to update the constraint.

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.15, Flutter 3.24.5, Dart 3.5.4.

Check the analysis log for details.