serverpod_admin_dashboard 0.1.6 copy "serverpod_admin_dashboard: ^0.1.6" to clipboard
serverpod_admin_dashboard: ^0.1.6 copied to clipboard

The missing admin dashboard for Serverpod. A complete Flutter package providing CRUD operations, foreign key relationships, boolean fields, date pickers, pagination, search, and authentication for man [...]

130/ 160
pub points
226
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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
10 / 20trigger folding of the section

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

35 out of 97 API elements (36.1 %) have documentation comments.

Some symbols that are missing documentation: serverpod_admin_dashboard, serverpod_admin_dashboard.AdminColumn, serverpod_admin_dashboard.AdminDashboard, serverpod_admin_dashboard.AdminDashboard.AdminDashboard.new, serverpod_admin_dashboard.AdminDashboard.client.

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:serverpod_admin_dashboard/serverpod_admin_dashboard.dart that imports:
  • package:serverpod_admin_dashboard/src/screens/login_screen.dart that imports:
  • package:serverpod_admin_dashboard/src/controller/auth_controller.dart that imports:
  • package:serverpod_auth_idp_flutter/serverpod_auth_idp_flutter.dart that imports:
  • package:serverpod_auth_idp_flutter/src/sign_in_widget.dart that imports:
  • package:serverpod_auth_idp_flutter/src/google/google_sign_in_widget.dart that imports:
  • package:serverpod_auth_idp_flutter/src/google/google_auth_controller.dart that imports:
  • package:serverpod_auth_idp_flutter/src/google/google_sign_in_service.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:serverpod_admin_dashboard/serverpod_admin_dashboard.dart that imports:
  • package:serverpod_admin_dashboard/src/screens/login_screen.dart that imports:
  • package:serverpod_admin_dashboard/src/controller/auth_controller.dart that imports:
  • package:serverpod_auth_idp_flutter/serverpod_auth_idp_flutter.dart that imports:
  • package:serverpod_auth_idp_flutter/src/sign_in_widget.dart that imports:
  • package:serverpod_auth_idp_flutter/src/google/google_sign_in_widget.dart that imports:
  • package:serverpod_auth_idp_flutter/src/google/google_auth_controller.dart that imports:
  • package:serverpod_auth_idp_flutter/src/google/google_sign_in_service.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package not compatible with platform Web

Because:

  • package:serverpod_admin_dashboard/serverpod_admin_dashboard.dart that imports:
  • package:serverpod_admin_dashboard/src/screens/login_screen.dart that imports:
  • package:serverpod_admin_dashboard/src/controller/auth_controller.dart that imports:
  • package:serverpod_auth_idp_flutter/serverpod_auth_idp_flutter.dart that imports:
  • package:serverpod_auth_idp_flutter/src/sign_in_widget.dart that imports:
  • package:serverpod_auth_idp_flutter/src/providers.dart that imports:
  • package:serverpod_auth_core_flutter/serverpod_auth_core_flutter.dart that imports:
  • package:serverpod_auth_core_flutter/src/storage/secure_client_auth_success_storage.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that imports:
  • package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart that imports:
  • dart:io
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

Found 46 issues. Showing the first 2:

INFO: The import of 'package:serverpod_admin_client/serverpod_admin_client.dart' is unnecessary because all of the used elements are also provided by the import of 'package:serverpod_auth_idp_flutter/serverpod_auth_idp_flutter.dart'.

lib/src/controller/auth_controller.dart:2:8

  ╷
2 │ import 'package:serverpod_admin_client/serverpod_admin_client.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

lib/src/screens/login_screen.dart:72:58

   ╷
72 │                       color: theme.colorScheme.onSurface.withOpacity(0.7),
   │                                                          ^^^^^^^^^^^
   ╵

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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
serverpod_admin_client ^1.0.6 1.0.6 1.0.6
serverpod_auth_idp_flutter ^3.0.1 3.0.1 3.1.1
serverpod_client 3.0.1 3.0.1 3.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
animations - 2.1.1 2.1.1
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
email_validator - 3.0.0 3.0.0
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
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_svg - 2.2.3 2.2.3
google_fonts - 6.3.3 6.3.3
google_identity_services_web - 0.3.3+1 0.3.3+1
google_sign_in - 7.2.0 7.2.0
google_sign_in_android - 7.2.7 7.2.7
google_sign_in_ios - 6.2.4 6.2.4
google_sign_in_platform_interface - 3.1.0 3.1.0
google_sign_in_web - 1.1.0 1.1.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.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
nested - 1.0.0 1.0.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.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
petitparser - 7.0.1 7.0.1
pinput - 6.0.1 6.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
serverpod_auth_core_client - 3.0.1 3.1.1
serverpod_auth_core_flutter - 3.0.1 3.1.1
serverpod_auth_idp_client - 3.0.1 3.1.1
serverpod_serialization - 3.0.1 3.1.1
sign_in_with_apple - 7.0.1 7.0.1
sign_in_with_apple_platform_interface - 2.0.0 2.0.0
sign_in_with_apple_web - 3.0.0 3.0.0
source_span - 1.10.1 1.10.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
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.19 1.1.19
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
win32 - 5.15.0 5.15.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 constraint `3.0.1` on serverpod_client does not support the stable version `3.1.0`, that was published 12 days ago.

When serverpod_client is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions serverpod_client 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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
130
points
226
downloads

Publisher

verified publisherizeesoft.com

Weekly Downloads

The missing admin dashboard for Serverpod. A complete Flutter package providing CRUD operations, foreign key relationships, boolean fields, date pickers, pagination, search, and authentication for managing your Serverpod database records.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, serverpod_admin_client, serverpod_auth_idp_flutter, serverpod_client

More

Packages that depend on serverpod_admin_dashboard