fast_ui_kit 1.0.17 copy "fast_ui_kit: ^1.0.17" to clipboard
fast_ui_kit: ^1.0.17 copied to clipboard

Fast UI Kit is a UI kit for fast development of applications in flutter

25
likes
110/ 140
pub points
59%
popularity

We analyzed this package 4 days ago, and awarded it 110 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.

partial
Provide documentation
10 / 20trigger folding of the section

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

280 out of 14414 API elements (1.9 %) 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: animate, animate.FastAnimate.child, animate.FastAnimate.delay, animate.FastAnimate.duration, animate.FastAnimate.type.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:fast_ui_kit/fast_ui_kit.dart that imports:
  • package:fast_ui_kit/services/audio_service.dart that imports:
  • package:audioplayers/audioplayers.dart that imports:
  • package:audioplayers/src/source.dart that imports:
  • package:audioplayers/src/audioplayer.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 `Android`.

Because:

  • package:fast_ui_kit/fast_ui_kit.dart that imports:
  • package:fast_ui_kit/services/picker.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 `iOS`.

Because:

  • package:fast_ui_kit/fast_ui_kit.dart that imports:
  • package:fast_ui_kit/services/picker.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 `Linux`.

Because:

  • package:fast_ui_kit/fast_ui_kit.dart that imports:
  • package:fast_ui_kit/services/picker.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 `macOS`.

Because:

  • package:fast_ui_kit/fast_ui_kit.dart that imports:
  • package:fast_ui_kit/services/picker.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.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/ui/widgets/button.dart:56:22

   ╷
56 │           elevation: MaterialStateProperty.all(widget.elevation ?? 0),
   │                      ^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/widgets/button.dart

INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/ui/widgets/button.dart:57:28

   ╷
57 │           backgroundColor: MaterialStateProperty.all<Color>(bgColor),
   │                            ^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/widgets/button.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
animate_do ^3.0.2 3.3.4 3.3.4
audioplayers ^6.0.0 6.0.0 6.0.0
card_swiper ^3.0.1 3.0.1 3.0.1
file_picker ^6.0.0 6.2.1 8.0.3
flutter flutter 0.0.0 0.0.0
horizontal_data_table ^4.2.0 4.3.1 4.3.1
mask ^1.0.5 1.0.5 1.0.5
scrollable_clean_calendar ^1.4.1 1.5.0 1.5.0
skeletons ^0.0.3 0.0.3 0.0.3
uuid ^4.1.0 4.4.0 4.4.0
zod_validation ^1.0.1 1.0.5 1.0.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
audioplayers_android - 5.0.0 5.0.0
audioplayers_darwin - 6.0.0 6.0.0
audioplayers_linux - 4.0.0 4.0.0
audioplayers_platform_interface - 7.0.0 7.0.0
audioplayers_web - 5.0.0 5.0.0
audioplayers_windows - 4.0.0 4.0.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
flutter_localizations - 0.0.0 0.0.0
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.19.0 0.19.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.4.0 2.4.0
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
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
scrollable_positioned_list - 0.3.8 0.3.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
win32 - 5.5.1 5.5.1
xdg_directories - 1.0.4 1.0.4

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

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

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

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

25
likes
110
pub points
59%
popularity

Publisher

unverified uploader

Fast UI Kit is a UI kit for fast development of applications in flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

animate_do, audioplayers, card_swiper, file_picker, flutter, horizontal_data_table, mask, scrollable_clean_calendar, skeletons, uuid, zod_validation

More

Packages that depend on fast_ui_kit