lenra_client 1.2.0 copy "lenra_client: ^1.2.0" to clipboard
lenra_client: ^1.2.0 copied to clipboard

Create your Flutter application with a Lenra backend. Add a LenraApplication at the base of your app and you can use the LenraView widget in your app.

1
likes
115/ 140
pub points
0%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

39 out of 114 API elements (34.2 %) have documentation comments.

Some symbols that are missing documentation: application, application.LoginWidgetBuilder, application.defaultLoader, lenra_client, oauth2.

10/10 points: Package has an example

failed
Platform support
0 / 20trigger folding of the section

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

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:lenra_client/application.dart that imports:
  • package:lenra_client/oauth2.dart that imports:
  • package:oauth2_client/oauth2_helper.dart that imports:
  • package:oauth2_client/oauth2_client.dart that imports:
  • package:oauth2_client/src/io_web_auth.dart that imports:
  • package:flutter_web_auth_2/flutter_web_auth_2.dart that imports:
  • package:flutter_web_auth_2/src/flutter_web_auth_2_windows.dart that imports:
  • package:window_to_front/window_to_front.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:lenra_client/application.dart that imports:
  • package:lenra_client/oauth2.dart that imports:
  • package:oauth2_client/oauth2_helper.dart that imports:
  • package:oauth2_client/oauth2_client.dart that imports:
  • package:oauth2_client/src/io_web_auth.dart that imports:
  • package:flutter_web_auth_2/flutter_web_auth_2.dart that imports:
  • package:flutter_web_auth_2/src/flutter_web_auth_2_windows.dart that imports:
  • package:window_to_front/window_to_front.dart that declares support for platforms: Windows, Linux, macOS.
Package not compatible with platform Windows

Because:

  • package:lenra_client/socket_helper_web.dart that imports:
  • package:phoenix_wings/html.dart that imports:
  • package:phoenix_wings/src/phoenix_html_connection.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:lenra_client/socket_helper_web.dart that imports:
  • package:phoenix_wings/html.dart that imports:
  • package:phoenix_wings/src/phoenix_html_connection.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:lenra_client/socket_helper_web.dart that imports:
  • package:phoenix_wings/html.dart that imports:
  • package:phoenix_wings/src/phoenix_html_connection.dart that imports:
  • dart:html
Package not compatible with platform Web

Because:

  • package:lenra_client/application.dart that imports:
  • package:lenra_client/socket.dart that imports:
  • package:phoenix_wings/phoenix_wings.dart that imports:
  • package:phoenix_wings/src/phoenix_socket.dart that imports:
  • package:phoenix_wings/src/phoenix_io_connection.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/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
json_patch ^3.0.0 3.0.0 3.0.0
logging ^1.2.0 1.2.0 1.2.0
oauth2_client ^3.2.1 3.2.2 3.2.2
phoenix_wings ^1.0.2 1.0.2 1.0.2
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
flutter_secure_storage - 8.1.0 9.0.0
flutter_secure_storage_linux - 1.2.0 1.2.0
flutter_secure_storage_macos - 3.0.1 3.0.1
flutter_secure_storage_platform_interface - 1.0.2 1.0.2
flutter_secure_storage_web - 1.1.2 1.1.2
flutter_secure_storage_windows - 2.1.1 3.0.0
flutter_web_auth_2 - 2.2.1 3.1.1
flutter_web_auth_2_platform_interface - 2.1.4 3.1.0
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
random_string - 2.3.1 2.3.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
url_launcher - 6.2.6 6.2.6
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
window_to_front - 0.0.3 0.0.3

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.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

1
likes
115
pub points
0%
popularity

Publisher

verified publisherlenra.io

Create your Flutter application with a Lenra backend. Add a LenraApplication at the base of your app and you can use the LenraView widget in your app.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, json_patch, logging, oauth2_client, phoenix_wings

More

Packages that depend on lenra_client