ametory_ui 0.0.73 copy "ametory_ui: ^0.0.73" to clipboard
ametory_ui: ^0.0.73 copied to clipboard

PlatformiOSweb

This package help build ui faster.

1
likes
80/ 140
pub points
0%
popularity

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

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

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

Homepage URL doesn't exist.

At the time of the analysis https://ametory.id was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

46 out of 1243 API elements (3.7 %) 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.

Some symbols that are missing documentation: ametory_ui, ametory_ui.AcademyCardWidget, ametory_ui.AcademyCardWidget.AcademyCardWidget, ametory_ui.AcademyCardWidget.child, ametory_ui.AcademyCardWidget.data.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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)

  • ✓ iOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:ametory_ui/ametory_ui.dart that imports:
  • package:ametory_ui/src/widgets/blog/misc_editor.dart that imports:
  • package:html_editor_enhanced_forked_by_ametory/html_editor.dart that imports:
  • package:html_editor_enhanced_forked_by_ametory/utils/options.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/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:ametory_ui/ametory_ui.dart that imports:
  • package:ametory_ui/src/pages/login_page.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:ametory_ui/ametory_ui.dart that imports:
  • package:ametory_ui/src/pages/chat_page.dart that imports:
  • package:cloud_firestore/cloud_firestore.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:ametory_ui/ametory_ui.dart that imports:
  • package:ametory_ui/src/widgets/blog/misc_editor.dart that imports:
  • package:html_editor_enhanced_forked_by_ametory/html_editor.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.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 `iOS`.

Because:

  • package:ametory_ui/ametory_ui.dart that imports:
  • package:ametory_ui/src/widgets/blog/misc_editor.dart that imports:
  • package:html_editor_enhanced_forked_by_ametory/html_editor.dart that imports:
  • package:html_editor_enhanced_forked_by_ametory/utils/options.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/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:ametory_ui/ametory_ui.dart that imports:
  • package:ametory_ui/src/pages/chat_page.dart that imports:
  • package:cloud_firestore/cloud_firestore.dart that imports:
  • package:firebase_core_platform_interface/firebase_core_platform_interface.dart that imports:
  • package:firebase_core_platform_interface/src/pigeon/test_api.dart that imports:
  • package:flutter_test/flutter_test.dart that imports:
  • package:flutter_test/src/widget_tester.dart that imports:
  • package:flutter_test/src/test_text_input.dart that imports:
  • package:flutter_test/src/test_text_input_key_handler.dart that imports:
  • package:flutter_test/src/binding.dart that imports:
  • package:flutter_test/src/platform.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 59 issues. Showing the first 2:

WARNING: Unused import: 'package:flutter/material.dart'.

lib/src/utils/helper/chat.dart:5:8

  ╷
5 │ import 'package:flutter/material.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: Collapsible.mode, Collapsible.onCollapsed

lib/src/widgets/collapsible.dart:6:7

  ╷
6 │ class Collapsible extends StatefulWidget {
  │       ^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/collapsible.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
cloud_firestore ^4.15.4 4.17.2 4.17.2
faker ^2.1.0 2.1.0 2.1.0
file_picker ^5.2.0+1 5.5.0 8.0.3
firebase_auth ^4.17.4 4.19.4 4.19.4
firebase_storage ^11.6.5 11.7.4 11.7.4
fluentui_icons ^1.0.0 1.0.0 1.0.0
flutter flutter 0.0.0 0.0.0
flutter_html ^3.0.0-beta.2 3.0.0-beta.2 3.0.0-beta.2
flutter_markdown ^0.6.19 0.6.23 0.7.1
flutter_parsed_text ^2.2.1 2.2.1 2.2.1
flutter_rating_bar ^4.0.1 4.0.1 4.0.1
flutter_social_textfield ^0.1.2 0.1.2 0.1.2
flutter_svg ^2.0.9 2.0.10+1 2.0.10+1
google_fonts ^6.1.0 6.2.1 6.2.1
google_sign_in ^6.2.1 6.2.1 6.2.1
html2md ^1.3.1 1.3.1 1.3.1
html_editor_enhanced_forked_by_ametory ^2.5.2 2.5.2 2.5.2
image_picker ^1.0.7 1.1.1 1.1.1
intl ^0.19.0 0.19.0 0.19.0
markdown ^7.2.1 7.2.2 7.2.2
material_tag_editor any 0.1.2 0.1.2
path ^1.8.3 1.9.0 1.9.0
recase ^4.1.0 4.1.0 4.1.0
scroll_to_index ^3.0.1 3.0.1 3.0.1
seo_renderer ^0.6.0 0.6.0 0.6.0
swipe_to ^1.0.6 1.0.6 1.0.6
url_launcher ^6.2.4 6.2.6 6.2.6
uuid ^4.3.3 4.4.0 4.4.0
video_player ^2.8.2 2.8.6 2.8.6
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
webviewx_plus ^0.4.1 0.4.1 0.5.0
Transitive dependencies
Package Constraint Compatible Latest
_flutterfire_internals - 1.3.32 1.3.32
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
cloud_firestore_platform_interface - 6.2.2 6.2.2
cloud_firestore_web - 3.12.2 3.12.2
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 - 0.17.3 1.0.0
fake_async - 1.3.1 1.3.1
ffi - 2.1.2 2.1.2
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_auth_platform_interface - 7.2.5 7.2.5
firebase_auth_web - 5.11.4 5.11.4
firebase_core - 2.30.1 2.30.1
firebase_core_platform_interface - 5.0.0 5.0.0
firebase_core_web - 2.16.0 2.16.0
firebase_storage_platform_interface - 5.1.19 5.1.19
firebase_storage_web - 3.9.4 3.9.4
fixnum - 1.1.0 1.1.0
flex_color_picker - 3.4.1 3.4.1
flex_seed_scheme - 1.5.0 1.5.0
flutter_inappwebview - 5.8.0 6.0.0
flutter_keyboard_visibility - 5.4.1 6.0.0
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_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
google_identity_services_web - 0.3.1+1 0.3.1+1
google_sign_in_android - 6.1.23 6.1.23
google_sign_in_ios - 5.7.6 5.7.6
google_sign_in_platform_interface - 2.4.5 2.4.5
google_sign_in_web - 0.12.4 0.12.4
html - 0.15.4 0.15.4
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
image_picker_android - 0.8.11 0.8.11
image_picker_for_web - 3.0.4 3.0.4
image_picker_ios - 0.8.10+1 0.8.10+1
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.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
infinite_listview - 1.1.0 1.1.0
leak_tracker - 10.0.0 10.0.5
leak_tracker_flutter_testing - 2.0.1 3.0.5
leak_tracker_testing - 2.0.1 3.0.1
list_counter - 1.0.2 1.0.2
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
mime - 1.0.5 1.0.5
numberpicker - 2.1.2 2.1.2
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
pedantic - 1.11.1 1.11.1
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor - 0.10.1 0.10.1
pointer_interceptor_ios - 0.10.0+2 0.10.0+2
pointer_interceptor_platform_interface - 0.10.0+1 0.10.0+1
pointer_interceptor_web - 0.10.2 0.10.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.6.1 0.7.1
typed_data - 1.3.2 1.3.2
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.11+1 1.1.11+1
vector_graphics_codec - 1.1.11+1 1.1.11+1
vector_graphics_compiler - 1.1.11+1 1.1.11+1
vector_math - 2.1.4 2.1.4
video_player_android - 2.4.14 2.4.14
video_player_avfoundation - 2.5.7 2.5.7
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.0 2.3.0
vm_service - 13.0.0 14.2.1
web - 0.5.1 0.5.1
webview_flutter - 4.7.0 4.7.0
webview_flutter_android - 3.16.1 3.16.1
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.13.0 3.13.0
win32 - 5.5.0 5.5.0
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.

Found 3 issues. Showing the first 2:

The constraint `^5.2.0+1` 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 `^0.6.19` on flutter_markdown does not support the stable version `0.7.0`, that was published 13 days ago.

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

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