appwrite_ui_auth 0.0.3 copy "appwrite_ui_auth: ^0.0.3" to clipboard
appwrite_ui_auth: ^0.0.3 copied to clipboard

A dart package providing pre-built screens for integration of appwrite authentication in your app.

4
likes
120/ 140
pub points
12%
popularity

We analyzed this package 26 hours ago, and awarded it 120 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

35 out of 146 API elements (24.0 %) have documentation comments.

Some symbols that are missing documentation: appwrite_service, appwrite_service.AppwriteService, appwrite_service.AppwriteService.AppwriteService, appwrite_service.AppwriteService.account, appwrite_service.AppwriteService.isInitialized.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:appwrite_ui_auth/appwrite_ui_auth.dart that imports:
  • package:appwrite_ui_auth/screens/reset_password/reset_password.dart that imports:
  • package:appwrite_ui_auth/services/appwrite_service.dart that imports:
  • package:appwrite/appwrite.dart that imports:
  • package:appwrite/src/realtime.dart that imports:
  • package:appwrite/src/client.dart that imports:
  • package:appwrite/src/client_browser.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_linux.dart that imports:
  • package:window_to_front/window_to_front.dart that declares support for platforms: Windows, Linux, macOS.

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

Package does not support platform `Android`.

Because:

  • package:appwrite_ui_auth/appwrite_ui_auth.dart that imports:
  • package:appwrite_ui_auth/screens/reset_password/reset_password.dart that imports:
  • package:appwrite_ui_auth/services/appwrite_service.dart that imports:
  • package:appwrite/appwrite.dart that imports:
  • package:appwrite/src/realtime.dart that imports:
  • package:appwrite/src/client.dart that imports:
  • package:appwrite/src/client_io.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:appwrite_ui_auth/appwrite_ui_auth.dart that imports:
  • package:appwrite_ui_auth/screens/reset_password/reset_password.dart that imports:
  • package:appwrite_ui_auth/services/appwrite_service.dart that imports:
  • package:appwrite/appwrite.dart that imports:
  • package:appwrite/src/realtime.dart that imports:
  • package:appwrite/src/client.dart that imports:
  • package:appwrite/src/client_io.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 `Linux`.

Because:

  • package:appwrite_ui_auth/appwrite_ui_auth.dart that imports:
  • package:appwrite_ui_auth/screens/reset_password/reset_password.dart that imports:
  • package:appwrite_ui_auth/services/appwrite_service.dart that imports:
  • package:appwrite/appwrite.dart that imports:
  • package:appwrite/src/realtime.dart that imports:
  • package:appwrite/src/client.dart that imports:
  • package:appwrite/src/client_io.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:appwrite_ui_auth/appwrite_ui_auth.dart that imports:
  • package:appwrite_ui_auth/screens/reset_password/reset_password.dart that imports:
  • package:appwrite_ui_auth/services/appwrite_service.dart that imports:
  • package:appwrite/appwrite.dart that imports:
  • package:appwrite/src/realtime.dart that imports:
  • package:appwrite/src/client.dart that imports:
  • package:appwrite/src/client_io.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.

lib/classes/colors.dart:15:43

   ╷
15 │               : SchedulerBinding.instance.window.platformBrightness) ==
   │                                           ^^^^^^
   ╵

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

INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.

lib/classes/colors.dart:22:43

   ╷
22 │               : SchedulerBinding.instance.window.platformBrightness) ==
   │                                           ^^^^^^
   ╵

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

failed
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
appwrite ^8.3.0 8.3.0 12.0.3
flutter flutter 0.0.0 0.0.0
flutter_svg ^2.0.4 2.0.9 2.0.10+1
get_storage ^2.1.1 2.1.1 2.1.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
cookie_jar - 3.0.1 4.0.8
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
device_info_plus - 8.2.2 10.1.0
device_info_plus_platform_interface - 7.0.0 7.0.0
ffi - 2.1.2 2.1.2
file - 6.1.4 7.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
get - 4.6.6 4.6.6
html - 0.15.4 0.15.4
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
package_info_plus - 3.1.2 8.0.0
package_info_plus_platform_interface - 2.0.1 3.0.0
path - 1.9.0 1.9.0
path_parsing - 1.0.1 1.0.1
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
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
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
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
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_html - 2.2.4 2.2.4
universal_io - 2.2.2 2.2.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_graphics - 1.1.10+1 1.1.11+1
vector_graphics_codec - 1.1.10+1 1.1.11+1
vector_graphics_compiler - 1.1.10+1 1.1.11+1
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
web_socket_channel - 2.4.5 2.4.5
win32 - 4.1.4 5.5.0
window_to_front - 0.0.3 0.0.3
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

The constraint `^8.3.0` on appwrite does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions appwrite 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.

4
likes
120
pub points
12%
popularity

Publisher

verified publisherrushour0.in

A dart package providing pre-built screens for integration of appwrite authentication in your app.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

appwrite, flutter, flutter_svg, get_storage

More

Packages that depend on appwrite_ui_auth