thindek_ui 1.0.0 copy "thindek_ui: ^1.0.0" to clipboard
thindek_ui: ^1.0.0 copied to clipboard

outdated

Flutter UI toolkit for developing thindek's mobile applications

1
likes
70/ 160
pub points
0%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://www.thindek.com/ 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.

OK
Provide documentation
20 / 20trigger folding of the section

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

35 out of 127 API elements (27.6 %) have documentation comments.

Some symbols that are missing documentation: thindek_ui, thindek_ui.IMG_GAP_RATIO, thindek_ui.IndicatorSide, thindek_ui.IndicatorSide.IndicatorSide, thindek_ui.SkeletonAnimation.

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:thindek_ui/thindek_ui.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:thindek_ui/thindek_ui.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:thindek_ui/thindek_ui.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:thindek_ui/thindek_ui.dart that imports:
  • package:cached_network_image/cached_network_image.dart that imports:
  • package:cached_network_image/src/image_provider/cached_network_image_provider.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 18 issues. Showing the first 2:

ERROR: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry'.

lib/basic_widgets/avatar.dart:46:25

   ╷
46 │           borderRadius: TDKRadii.r0 as BorderRadius?,
   │                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The named parameter 'brightness' isn't defined.

lib/basic_widgets/scaffold.dart:16:5

   ╷
16 │     brightness: Brightness.light,
   │     ^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
badges ^2.0.1 2.0.3 3.1.2
cached_network_image ^3.0.0 3.3.1 3.3.1
extended_text ^7.0.0 7.0.1 13.0.2
flutter flutter 0.0.0 0.0.0
flutter_card_swipper ^0.4.0 0.4.0 0.4.0
flutter_screenutil ^5.0.0+2 5.9.3 5.9.3
fluttertoast ^8.0.7 8.2.6 8.2.6
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
cached_network_image_platform_interface - 4.0.0 4.0.0
cached_network_image_web - 1.2.0 1.2.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
crypto - 3.0.3 3.0.3
extended_text_library - 7.0.0 12.0.0
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
flutter_cache_manager - 3.3.2 3.3.2
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
octo_image - 2.0.0 2.0.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.5 2.2.5
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.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.27.7 0.28.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.3.3+1 2.3.3+1
sqflite_common - 2.5.4 2.5.4
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
uuid - 4.4.0 4.4.0
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 `^2.0.1` on badges does not support the stable version `3.0.0`.

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

The constraint `^7.0.0` on extended_text does not support the stable version `8.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/basic_widgets/avatar.dart:46:25 - The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry'.
  • UNDEFINED_NAMED_PARAMETER - lib/basic_widgets/scaffold.dart:16:5 - The named parameter 'brightness' isn't defined.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.6, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

1
likes
70
pub points
0%
popularity

Publisher

unverified uploader

Flutter UI toolkit for developing thindek's mobile applications

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

badges, cached_network_image, extended_text, flutter, flutter_card_swipper, flutter_screenutil, fluttertoast

More

Packages that depend on thindek_ui