ibl_mobile_sdk 0.8.8 copy "ibl_mobile_sdk: ^0.8.8" to clipboard
ibl_mobile_sdk: ^0.8.8 copied to clipboard

A Flutter SDK for IBL Mobile, providing easy-to-use functionalities for user authentication, including login and registration.

1
likes
75/ 140
pub points
9%
popularity

We analyzed this package 2 days ago, and awarded it 75 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.
  • pubspec.yaml doesn't have a repository entry.

0/5 points: Provide a valid README.md

`README.md` is empty.

The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

2 out of 57 API elements (3.5 %) 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.

Some symbols that are missing documentation: api_client, api_client.ApiClient, api_client.ApiClient.ApiClient, api_client.ApiClient.baseUrl, api_client.ApiClient.forgotPassword.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

INFO: The variable name 'user_id' isn't a lowerCamelCase identifier.

lib/ibl_axd_pro_client.dart:542:22

    ╷
542 │     required String? user_id,
    │                      ^^^^^^^
    ╵

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

INFO: The variable name 'session_id' isn't a lowerCamelCase identifier.

lib/ibl_axd_pro_client.dart:612:21

    ╷
612 │     required String session_id,
    │                     ^^^^^^^^^^
    ╵

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

OK
Support up-to-date dependencies
10 / 20trigger 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_sound ^8.0.0 8.5.0 9.4.9
http ^0.13.0 0.13.6 1.2.1
json_annotation ^4.8.1 4.9.0 4.9.0
jwt_decode ^0.3.0 0.3.1 0.3.1
path_provider ^2.0.14 2.1.3 2.1.3
web_socket_channel ^2.1.0 2.4.5 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
ffi - 2.1.2 2.1.2
flutter_sound_platform_interface - 8.5.0 9.4.9
flutter_sound_web - 8.5.0 9.4.9
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.7.1
logger - 1.4.0 2.2.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.4 2.2.4
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.2.1 2.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
recase - 4.1.0 4.1.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
win32 - 5.5.0 5.5.0
xdg_directories - 1.0.4 1.0.4

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

Found 3 issues. Showing the first 2:

The constraint `^8.0.0` on flutter_sound does not support the stable version `9.1.0`.

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

The constraint `^0.13.0` 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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

1
likes
75
pub points
9%
popularity

Publisher

verified publisheribleducation.com

A Flutter SDK for IBL Mobile, providing easy-to-use functionalities for user authentication, including login and registration.

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, flutter_sound, http, json_annotation, jwt_decode, path_provider, web_socket_channel

More

Packages that depend on ibl_mobile_sdk