sdui 0.1.201 copy "sdui: ^0.1.201" to clipboard
sdui: ^0.1.201 copied to clipboard

SDUI make it easy to implement Server Driven UI pattern on flutter.

31
likes
80/ 140
pub points
35%
popularity

We analyzed this package 16 hours ago, and awarded it 80 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

213 out of 595 API elements (35.8 %) have documentation comments.

Some symbols that are missing documentation: main, main.MyApp, main.MyApp.MyApp, main.MyHomePage, main.MyHomePage.MyHomePage.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:sdui/sdui.dart that imports:
  • package:sdui/src/wrap.dart that imports:
  • package:sdui/src/widget.dart that imports:
  • package:sdui/src/action.dart that imports:
  • package:sdui/src/route.dart that imports:
  • package:sdui/src/parser.dart that imports:
  • package:sdui/src/timeout.dart that imports:
  • package:sdui/src/http.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:sdui/sdui.dart that imports:
  • package:sdui/src/wrap.dart that imports:
  • package:sdui/src/widget.dart that imports:
  • package:sdui/src/action.dart that imports:
  • package:sdui/src/route.dart that imports:
  • package:sdui/src/parser.dart that imports:
  • package:sdui/src/timeout.dart that imports:
  • package:sdui/src/http.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:sdui/sdui.dart that imports:
  • package:sdui/src/wrap.dart that imports:
  • package:sdui/src/widget.dart that imports:
  • package:sdui/src/action.dart that imports:
  • package:sdui/src/route.dart that imports:
  • package:sdui/src/parser.dart that imports:
  • package:sdui/src/timeout.dart that imports:
  • package:sdui/src/http.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:sdui/sdui.dart that imports:
  • package:sdui/src/wrap.dart that imports:
  • package:sdui/src/widget.dart that imports:
  • package:sdui/src/action.dart that imports:
  • package:sdui/src/route.dart that imports:
  • package:sdui/src/parser.dart that imports:
  • package:sdui/src/qr_view.dart that imports:
  • package:qr_code_scanner/qr_code_scanner.dart that declares support for platforms: Android, iOS.

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:sdui/sdui.dart that imports:
  • package:sdui/src/wrap.dart that imports:
  • package:sdui/src/widget.dart that imports:
  • package:sdui/src/action.dart that imports:
  • package:sdui/src/route.dart that imports:
  • package:sdui/src/parser.dart that imports:
  • package:sdui/src/input.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/winrt.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:sdui/sdui.dart that imports:
  • package:sdui/src/wrap.dart that imports:
  • package:sdui/src/widget.dart that imports:
  • package:sdui/src/action.dart that imports:
  • package:sdui/src/route.dart that imports:
  • package:sdui/src/parser.dart that imports:
  • package:sdui/src/input.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/winrt.dart that declares support for platforms: Windows.
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 16 issues. Showing the first 2:

ERROR: The name 'Badge' is defined in the libraries 'package:badges/src/badge.dart (via package:badges/badges.dart)' and 'package:flutter/src/material/badge.dart (via package:flutter/material.dart)'.

lib/src/badge.dart:6:22

  ╷
6 │ /// Descriptor of a [Badge]
  │                      ^^^^^
  ╵

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

ERROR: The name 'Badge' is defined in the libraries 'package:badges/src/badge.dart (via package:badges/badges.dart)' and 'package:flutter/src/material/badge.dart (via package:flutter/material.dart)'.

lib/src/badge.dart:19:44

   ╷
19 │   Widget toWidget(BuildContext context) => Badge(
   │                                            ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/badge.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
badges ^3.1.1 3.1.2 3.1.2
cached_network_image ^3.2.3 3.3.1 3.3.1
camera ^0.10.1 0.10.5+9 0.10.5+9
carousel_slider ^4.2.1 4.2.1 4.2.1
cupertino_icons ^1.0.5 1.0.6 1.0.6
email_validator ^2.1.17 2.1.17 2.1.17
expandable ^5.0.1 5.0.1 5.0.1
file_picker ^5.2.4 5.2.10 8.0.0+1
firebase_core ^2.4.0 2.27.2 2.27.2
firebase_messaging ^14.2.0 14.7.21 14.7.21
flutter flutter 0.0.0 0.0.0
flutter_link_previewer ^3.2.0 3.2.2 3.2.2
flutter_local_notifications ^13.0.0 13.0.0 17.0.0
http ^0.13.5 0.13.6 1.2.1
http_parser ^4.0.2 4.0.2 4.0.2
image_picker ^0.8.6 0.8.9 1.0.7
intl ^0.17.0 0.17.0 0.19.0
intl_phone_number_input ^0.7.1 0.7.4 0.7.4
logger ^1.1.0 1.4.0 2.2.0
mime ^1.0.3 1.0.5 1.0.5
path ^1.8.2 1.9.0 1.9.0
path_provider ^2.0.11 2.1.2 2.1.2
photo_view ^0.14.0 0.14.0 0.14.0
pinput ^2.0.20 2.3.0 4.0.0
qr_code_scanner ^1.0.1 1.0.1 1.0.1
qr_flutter ^4.0.0 4.1.0 4.1.0
search_choices ^2.2.1 2.2.7 2.2.7
share_plus ^6.3.0 6.3.4 8.0.2
syncfusion_flutter_charts ^21.1.41 21.2.4 25.1.37
uni_links ^0.5.1 0.5.1 0.5.1
url_launcher ^6.1.7 6.2.5 6.2.5
uuid ^3.0.7 3.0.7 4.3.3
web_socket_channel ^2.2.0 2.4.4 2.4.4
Transitive dependencies
Package Constraint Compatible Latest
_flutterfire_internals - 1.3.27 1.3.27
args - 2.4.2 2.4.2
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
cached_network_image_platform_interface - 4.0.0 4.0.0
cached_network_image_web - 1.1.1 1.1.1
camera_android - 0.10.8+18 0.10.8+18
camera_avfoundation - 0.9.14+1 0.9.14+1
camera_platform_interface - 2.7.4 2.7.4
camera_web - 0.3.2+4 0.3.2+4
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
cross_file - 0.3.4+1 0.3.4+1
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
dbus - 0.7.10 0.7.10
equatable - 2.0.5 2.0.5
fake_async - 1.3.1 1.3.1
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
file_selector_linux - 0.9.2+1 0.9.2+1
file_selector_macos - 0.9.3+3 0.9.3+3
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+1 0.9.3+1
firebase_core_platform_interface - 5.0.0 5.0.0
firebase_core_web - 2.13.0 2.13.0
firebase_messaging_platform_interface - 4.5.29 4.5.29
firebase_messaging_web - 3.7.1 3.7.1
flutter_cache_manager - 3.3.1 3.3.1
flutter_chat_types - 3.6.2 3.6.2
flutter_linkify - 6.0.0 6.0.0
flutter_local_notifications_linux - 3.0.0+1 4.0.0+1
flutter_local_notifications_platform_interface - 6.0.0 7.0.0+1
flutter_plugin_android_lifecycle - 2.0.17 2.0.17
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
image_picker_android - 0.8.9+3 0.8.9+3
image_picker_for_web - 2.2.0 3.0.3
image_picker_ios - 0.8.9+2 0.8.9+2
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.9.4 2.9.4
image_picker_windows - 0.2.1+1 0.2.1+1
js - 0.6.7 0.7.1
json_annotation - 4.8.1 4.8.1
leak_tracker - 10.0.0 10.0.4
leak_tracker_flutter_testing - 2.0.1 3.0.3
leak_tracker_testing - 2.0.1 3.0.1
libphonenumber_platform_interface - 0.4.2 0.4.2
libphonenumber_plugin - 0.3.3 0.3.3
libphonenumber_web - 0.3.2 0.3.2
linkify - 5.0.0 5.0.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.12.0
octo_image - 2.0.0 2.0.0
path_provider_android - 2.2.2 2.2.2
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
process - 4.2.4 5.0.2
qr - 3.0.1 3.0.1
rxdart - 0.27.7 0.27.7
share_plus_platform_interface - 3.4.0 3.4.0
sky_engine - 0.0.99 0.0.99
smart_auth - 1.1.1 2.0.0
source_span - 1.10.0 1.10.0
sqflite - 2.3.2 2.3.2
sqflite_common - 2.5.4 2.5.4
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
syncfusion_flutter_core - 21.2.10 25.1.37
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
test_api - 0.6.1 0.7.0
timezone - 0.9.2 0.9.2
typed_data - 1.3.2 1.3.2
uni_links_platform_interface - 1.0.0 1.0.0
uni_links_web - 0.1.0 0.1.0
universal_platform - 1.0.0+1 1.0.0+1
url_launcher_android - 6.3.0 6.3.0
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.0 2.3.0
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
vm_service - 13.0.0 14.2.0
web - 0.5.1 0.5.1
win32 - 3.1.4 5.3.0
xdg_directories - 0.2.0+3 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.

Found 10 issues. Showing the first 2:

The constraint `^5.2.4` on file_picker does not support the stable version `6.0.0`.

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

The constraint `^13.0.0` on flutter_local_notifications does not support the stable version `14.0.0`.

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

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

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.