bat_ui 0.0.2 copy "bat_ui: ^0.0.2" to clipboard
bat_ui: ^0.0.2 copied to clipboard

bat soft ui components.

40/ 160
pub points
22
downloads

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

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

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

Failed check 0/5 points: Provide a valid README.md

`README.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.2").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

12 out of 164 API elements (7.3 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: bat_text_field, bat_text_field.BatTextField, bat_text_field.BatTextField.BatTextField.new, bat_text_field.BatTextField.clean, bat_text_field.BatTextField.decoration.

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 14 issues. Showing the first 2:

ERROR: The getter 'backgroundColor' isn't defined for the type 'ThemeData'.

lib/titleBar.dart:69:22

   ╷
69 │                     .backgroundColor
   │                      ^^^^^^^^^^^^^^^
   ╵

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

ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.

lib/titleBar.dart:100:62

    ╷
100 │                 .copyWith(color: Theme.of(context).textTheme.bodyText1!.color),
    │                                                              ^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
flutter_form_bloc ^0.31.0 0.31.0 0.31.0
flutter_screenutil ^5.9.0 5.9.3 5.9.3
fluttertoast ^8.2.5 8.2.14 9.0.0
remixicon ^1.2.0 1.4.1 1.4.1
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 8.1.4 9.2.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
equatable - 2.0.8 2.0.8
flutter_bloc - 8.1.6 9.1.1
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
form_bloc - 0.31.0 0.31.0
intl - 0.18.1 0.20.2
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
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
rxdart - 0.27.7 0.28.0
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^8.2.5` on fluttertoast does not support the stable version `9.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_GETTER - lib/titleBar.dart:69:22 - The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
  • UNDEFINED_GETTER - lib/titleBar.dart:100:62 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.

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.23.5, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
40
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

bat soft ui components.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_form_bloc, flutter_screenutil, fluttertoast, remixicon

More

Packages that depend on bat_ui