app_essentials_auth 1.0.1 copy "app_essentials_auth: ^1.0.1" to clipboard
app_essentials_auth: ^1.0.1 copied to clipboard

Flutter App Essentials Auth is a comprehensive package that aims to accelerate app development by providing essential Authentication features.

120/ 160
pub points
17
downloads

We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

109 out of 558 API elements (19.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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: api_constants, api_constants.changePasswordApiConstant, api_constants.registerGuestUser, api_constants.resendOtpApiConstant, api_constants.resetApiConstant.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:app_essentials_auth/app_essentials_auth.dart that imports:
  • package:app_essentials_auth/app/routes/app_pages.dart that imports:
  • package:app_essentials_auth/app/modules/auth/verify_otp/views/verify_otp_view.dart that imports:
  • package:app_essentials_auth/app/modules/auth/verify_otp/controllers/verify_otp_controller.dart that imports:
  • package:app_essentials_auth/app/modules/auth/create_password/views/create_password_view.dart that imports:
  • package:app_essentials_auth/app/modules/auth/create_password/controllers/create_password_controller.dart that imports:
  • package:app_essentials_auth/app/data/repositories/auth_repository.dart that imports:
  • package:sign_in_with_apple/sign_in_with_apple.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:app_essentials_auth/app_essentials_auth.dart that imports:
  • package:app_essentials_auth/app/routes/app_pages.dart that imports:
  • package:app_essentials_auth/app/modules/splash/views/splash_view.dart that imports:
  • package:app_essentials_auth/app/modules/splash/controllers/splash_controller.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:app_essentials_auth/app_essentials_auth.dart that imports:
  • package:app_essentials_auth/app/routes/app_pages.dart that imports:
  • package:app_essentials_auth/app/modules/splash/views/splash_view.dart that imports:
  • package:app_essentials_auth/app/modules/splash/controllers/splash_controller.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:app_essentials_auth/app_essentials_auth.dart that imports:
  • package:app_essentials_auth/app/routes/app_pages.dart that imports:
  • package:app_essentials_auth/app/modules/splash/views/splash_view.dart that imports:
  • package:app_essentials_auth/app/modules/splash/controllers/splash_controller.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_linux.dart that imports:
  • dart:io

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:app_essentials_auth/app_essentials_auth.dart that imports:
  • package:app_essentials_auth/app/routes/app_pages.dart that imports:
  • package:app_essentials_auth/app/modules/splash/views/splash_view.dart that imports:
  • package:app_essentials_auth/app/modules/splash/controllers/splash_controller.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:app_essentials_auth/app_essentials_auth.dart that imports:
  • package:app_essentials_auth/app/routes/app_pages.dart that imports:
  • package:app_essentials_auth/app/modules/splash/views/splash_view.dart that imports:
  • package:app_essentials_auth/app/modules/splash/controllers/splash_controller.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:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/app/modules/auth/sign_up/views/sign_up_view.dart:126:32

    ╷
126 │                               .withOpacity(0.2),
    │                                ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/auth/sign_up/views/sign_up_view.dart

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

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

Package Constraint Compatible Latest Notes
app_essentials ^1.0.4 1.0.5 1.0.5
dio ^5.2.1+1 5.9.0 5.9.0
dio_cache_interceptor ^3.4.2 3.5.1 4.0.5
flutter_facebook_auth ^6.0.0 6.2.0 7.1.5
get ^4.6.5 4.7.3 4.7.3
google_sign_in ^6.1.4 6.3.0 7.2.0
intl_phone_number_input ^0.7.3+1 0.7.5 0.7.5
package_info_plus ^4.0.2 4.2.0 9.0.0
sign_in_with_apple ^5.0.0 5.0.0 7.0.1
sizer ^2.0.15 2.0.15 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
dio_web_adapter - 2.1.1 2.1.1
dlibphonenumber - 1.1.54 1.1.54
equatable - 2.0.8 2.0.8
facebook_auth_desktop - 1.0.3 2.1.1
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
fixnum - 1.1.1 1.1.1
flutter_facebook_auth_platform_interface - 5.0.0 6.1.2
flutter_facebook_auth_web - 5.0.0 6.1.2
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
flutter_secure_storage - 9.2.4 10.0.0
flutter_secure_storage_linux - 1.2.3 3.0.0
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.1.0
flutter_secure_storage_windows - 3.1.2 4.1.0
flutter_staggered_animations - 1.1.1 1.1.1
google_fonts - 6.3.3 7.0.0
google_identity_services_web - 0.3.3+1 0.3.3+1
google_sign_in_android - 6.2.1 7.2.7
google_sign_in_ios - 5.9.0 6.2.4
google_sign_in_platform_interface - 2.5.0 3.1.0
google_sign_in_web - 0.12.4+4 1.1.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_cropper - 5.0.1 11.0.0
image_cropper_for_web - 3.0.0 7.0.0
image_cropper_platform_interface - 5.0.0 8.0.0
image_picker - 1.2.1 1.2.1
image_picker_android - 0.8.13+10 0.8.13+10
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+3 0.8.13+3
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
package_info_plus_platform_interface - 2.0.1 3.2.1
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
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
pin_code_fields - 8.0.1 8.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
protobuf - 6.0.0 6.0.0
pull_to_refresh - 2.0.0 2.0.0
shared_preferences - 2.5.4 2.5.4
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
shimmer - 3.0.0 3.0.0
sign_in_with_apple_platform_interface - 1.1.0 2.0.0
sign_in_with_apple_web - 1.0.1 3.0.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_io - 2.3.1 2.3.1
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.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 6 issues. Showing the first 2:

The constraint `^3.4.2` on dio_cache_interceptor does not support the stable version `4.0.0`.

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

The constraint `^6.0.0` on flutter_facebook_auth does not support the stable version `7.0.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
120
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter App Essentials Auth is a comprehensive package that aims to accelerate app development by providing essential Authentication features.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

app_essentials, dio, dio_cache_interceptor, flutter, flutter_facebook_auth, get, google_sign_in, intl_phone_number_input, package_info_plus, sign_in_with_apple, sizer

More

Packages that depend on app_essentials_auth