_private_auth_mobile 1.1.0+2 copy "_private_auth_mobile: ^1.1.0+2" to clipboard
_private_auth_mobile: ^1.1.0+2 copied to clipboard

discontinued
outdated

_private_auth_mobile

65/ 160
pub points
3
downloads

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

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

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

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

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

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.1.0+2").

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

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

Detected license: Apache-2.0.

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

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

OUT: Documenting _private_auth_mobile... Discovering libraries... ERR: dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/analyzerHYQMIT/pub-cache/hosted/20260122t090500-dot-dartlang-pub.appspot.com/[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:199) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:282)

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 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:_private_auth_mobile/auth_pro.dart that imports:
  • package:_private_auth_mobile/auth_pro/bloc/sign_in_bloc.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/provider/provider.dart that imports:
  • package:_private_core_network/network_resources/provider/client.dart that imports:
  • package:native_dio_adapter/native_dio_adapter.dart that imports:
  • package:native_dio_adapter/src/native_adapter.dart that imports:
  • package:native_dio_adapter/src/cupertino_adapter.dart that imports:
  • package:cupertino_http/cupertino_http.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Windows`.

Because:

  • package:_private_auth_mobile/auth_pro.dart that imports:
  • package:_private_auth_mobile/auth_pro/bloc/sign_in_bloc.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/provider/provider.dart that imports:
  • package:_private_core_network/network_resources/provider/client.dart that imports:
  • package:native_dio_adapter/native_dio_adapter.dart that imports:
  • package:native_dio_adapter/src/native_adapter.dart that imports:
  • package:native_dio_adapter/src/cupertino_adapter.dart that imports:
  • package:cupertino_http/cupertino_http.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:_private_auth_mobile/auth_pro.dart that imports:
  • package:_private_auth_mobile/auth_pro/bloc/sign_in_bloc.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:_private_auth_mobile/auth_pro.dart that imports:
  • package:_private_auth_mobile/auth_pro/bloc/sign_in_bloc.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `Web`.

Because:

  • package:_private_auth_mobile/auth_pro.dart that imports:
  • package:_private_auth_mobile/auth_pro/authenticate_screen.dart that imports:
  • package:_private_auth_mobile/auth_pro/widgets/widget_form.dart that imports:
  • package:_private_auth_mobile/widgets/animate_widgets.dart that imports:
  • package:_private_core/widgets/widgets.dart that imports:
  • package:_private_core/widgets/widget_app_image_web.dart that imports:
  • package:cached_network_image_platform_interface/cached_network_image_platform_interface.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/file_system/file_system.dart that imports:
  • package:flutter_cache_manager/src/storage/file_system/file_system_io.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, 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 `iOS`.

Because:

  • package:_private_auth_mobile/auth_pro.dart that imports:
  • package:_private_auth_mobile/auth_pro/bloc/sign_in_bloc.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/provider/provider.dart that imports:
  • package:_private_core_network/network_resources/provider/client.dart that imports:
  • package:native_dio_adapter/native_dio_adapter.dart that imports:
  • package:native_dio_adapter/src/native_adapter.dart that imports:
  • package:native_dio_adapter/src/cronet_adapter.dart that imports:
  • package:cronet_http/cronet_http.dart that declares support for platforms: Android.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 83 issues. Showing the first 2:

ERROR: Undefined class 'AppMQTT'.

lib/auth_pro/bloc/sign_in_bloc.dart:28:3

   ╷
28 │   AppMQTT? mqtt;
   │   ^^^^^^^
   ╵

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

ERROR: The method 'AppMQTT' isn't defined for the type 'SignInProBloc'.

lib/auth_pro/bloc/sign_in_bloc.dart:107:14

    ╷
107 │       mqtt = AppMQTT(identifier: event.mqtt!.clientId!)
    │              ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/auth_pro/bloc/sign_in_bloc.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
_private_core >=1.2.56 1.3.1+32 1.3.1+32 Discontinued
_private_core_network >=1.4.0+12 1.4.3+8 1.4.3+8 Discontinued
collection >=1.18.0 1.19.1 1.19.1
equatable >=2.0.5 2.0.8 2.0.8
firebase_auth >=4.16.0 6.1.4 6.1.4
flip_card >=0.7.0 0.7.0 0.7.0
flutter_bloc >=8.1.3 9.1.1 9.1.1
flutter_keyboard_visibility >=6.0.0 6.0.0 6.0.0
flutter_neumorphic >=3.2.0 3.2.0 3.2.0
gap >=3.0.1 3.0.1 3.0.1
intl >=0.19.0 0.20.2 0.20.2
lottie >=3.0.0 3.3.2 3.3.2
permission_handler >=11.1.0 12.0.1 12.0.1
pin_code_fields >=8.0.1 8.0.1 8.0.1
qr_flutter >=4.1.0 4.1.0 4.1.0
top_modal_sheet >=2.0.1 2.1.0 2.1.0
url_launcher >=6.2.3 6.3.2 6.3.2
video_player >=2.8.2 2.10.1 2.10.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.66 1.3.66
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
bloc - 9.2.0 9.2.0
boolean_selector - 2.1.2 2.1.2
cached_network_image - 3.4.1 3.4.1
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.4.0 1.4.1
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
connectivity_plus - 7.0.0 7.0.0
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
country_flags - 3.3.0 4.1.2
cronet_http - 1.7.0 1.7.0
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
cupertino_http - 2.4.0 2.4.0
dart_ipify - 1.1.1 1.1.1
dash_flags - 0.1.1 0.1.1
dbus - 0.7.11 0.7.11
device_info_plus - 12.3.0 12.3.0
device_info_plus_platform_interface - 7.0.3 7.0.3
dio - 5.9.0 5.9.0
dio_cache_interceptor - 3.5.1 4.0.5
dio_cache_interceptor_hive_store - 4.0.0 4.0.0 Discontinued
dio_web_adapter - 2.1.1 2.1.1
event_bus - 2.0.1 2.0.1
fake_async - 1.3.3 1.3.3
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
firebase_auth_platform_interface - 8.1.6 8.1.6
firebase_auth_web - 6.1.2 6.1.2
firebase_core - 4.4.0 4.4.0
firebase_core_platform_interface - 6.0.2 6.0.2
firebase_core_web - 3.4.0 3.4.0
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_portal - 1.1.4 1.1.4
flutter_staggered_animations - 1.1.1 1.1.1
flutter_svg - 2.2.3 2.2.3
glob - 2.1.3 2.1.3
google_fonts - 8.0.0 8.0.0
hive_ce - 2.19.1 2.19.1
hooks - 1.0.0 1.0.0
html - 0.15.6 0.15.6
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
http_profile - 0.1.0 0.1.0
image - 4.7.2 4.7.2
infinite_listview - 1.1.0 1.1.0
isolate_channel - 0.4.1 0.4.1
jni - 0.15.2 0.15.2
jovial_misc - 0.9.2 0.9.2
jovial_svg - 1.1.28 1.1.28
json_annotation - 4.9.0 4.9.0
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
mime - 2.0.0 2.0.0
mqtt5_client - 4.15.2 4.15.2
mqtt_client - 10.11.9 10.11.9
native_dio_adapter - 1.5.0 1.5.0
native_toolchain_c - 0.17.4 0.17.4
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
objective_c - 9.2.4 9.2.4
octo_image - 2.1.0 2.1.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.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 - 13.0.1 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.1 7.0.1
photo_view - 0.15.0 0.15.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor - 0.10.1+2 0.10.1+2
pointer_interceptor_ios - 0.10.1+1 0.10.1+1
pointer_interceptor_platform_interface - 0.10.0+1 0.10.0+1
pointer_interceptor_web - 0.10.3 0.10.3
posix - 6.0.3 6.0.3
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.0 2.2.0
qr - 3.0.2 3.0.2
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.7 0.7.9
typed_data - 1.4.0 1.4.0
universal_html - 2.3.0 2.3.0
universal_io - 2.3.1 2.3.1
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.2 4.5.2
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.20 1.1.20
vector_math - 2.2.0 2.2.0
video_player_android - 2.9.1 2.9.1
video_player_avfoundation - 2.9.0 2.9.0
video_player_platform_interface - 6.6.0 6.6.0
video_player_web - 2.4.0 2.4.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • _private_core
  • _private_core_network.

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.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: