flutter_bamboo_ui_kit 0.0.1
flutter_bamboo_ui_kit: ^0.0.1 copied to clipboard
A custom widget made from TLab for TLab.
We analyzed this package 3 days ago, and awarded it 50 pub points (of a possible 160):
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.
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.
10/10 points: 20% or more of the public API has dartdoc comments
214 out of 901 API elements (23.8 %) have documentation comments.
Some symbols that are missing documentation: accordion, accordion.TAccordion.TAccordion.new, accordion.TAccordion.borderColor, accordion.TAccordion.borderWidth, accordion.TAccordion.child.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.
lib/src/fondation/theme/theme.dart:203:18
╷
203 │ dialogTheme: DialogTheme(backgroundColor: popover),
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fondation/theme/theme.dart
INFO: Missing type annotation.
lib/src/fondation/tfont.dart:15:27
╷
15 │ static TextStyle title1(context) => TextStyle(
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fondation/tfont.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
auto_size_text |
^3.0.0 |
3.0.0 | 3.0.0 | |
dropdown_button2 |
^2.3.9 |
2.3.9 | 3.0.0 | |
flutter_bloc |
^9.1.0 |
9.1.1 | 9.1.1 | |
flutter_svg |
^2.0.10+1 |
2.2.4 | 2.2.4 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
persistent_bottom_nav_bar_v2 |
^5.3.1 |
5.4.0 | 6.3.2 | |
syncfusion_flutter_charts |
^28.2.4 |
28.2.12 | 33.1.46 | |
table_calendar |
^3.1.3 |
3.1.3 | 3.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
bloc |
- | 9.2.0 | 9.2.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
go_router |
- | 15.1.3 | 17.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
simple_gesture_detector |
- | 0.2.1 | 0.2.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
syncfusion_flutter_core |
- | 28.2.12 | 33.1.46 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_graphics |
- | 1.1.21 | 1.1.21 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.2.0 | 1.2.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^2.3.9` on dropdown_button2 does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dropdown_button2 to update the constraint.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl 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 1 error:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/fondation/theme/theme.dart:203:18- The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.
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.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.