innerlibs 0.0.1-dev.5
innerlibs: ^0.0.1-dev.5 copied to clipboard
All-in-one extensions, widgets and tools to improve dart code.
We analyzed this package 40 hours ago, and awarded it 60 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
23305 out of 24783 API elements (94.0 %) have documentation comments.
Some symbols that are missing documentation: align_extensions, alignment_extensions, alignment_extensions.AlignmentExtensions, alignment_extensions.AlignmentExtensions.sum, alignment_extensions.AlignmentGeometryExtensions.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 28 issues. Showing the first 2:
ERROR: A value of type 'AppBarThemeData' can't be returned from the function 'appBarTheme' because it has a return type of 'AppBarTheme'.
lib/build_context_extensions.dart:19:34
╷
19 │ AppBarTheme get appBarTheme => theme.appBarTheme;
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/build_context_extensions.dart
ERROR: A value of type 'BottomAppBarThemeData' can't be returned from the function 'bottomAppBarTheme' because it has a return type of 'BottomAppBarTheme'.
lib/build_context_extensions.dart:50:46
╷
50 │ BottomAppBarTheme get bottomAppBarTheme => theme.bottomAppBarTheme;
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/build_context_extensions.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
any |
2.13.1 | 2.13.1 | |
brasil_fields |
any |
1.19.0 | 1.19.0 | |
collection |
any |
1.19.1 | 1.19.1 | |
convert |
any |
3.1.2 | 3.1.2 | |
crypto |
any |
3.0.7 | 3.0.7 | |
darq |
any |
2.1.0 | 2.1.0 | |
date_field |
any |
6.0.3+1 | 6.0.3+1 | |
download |
any |
1.0.1 | 1.0.1 | |
dropdown_search |
any |
7.0.0 | 7.0.0 | |
flutter_typeahead |
any |
6.0.0 | 6.0.0 | |
gap |
any |
3.0.1 | 3.0.1 | |
http |
any |
1.6.0 | 1.6.0 | |
icons_plus |
any |
5.0.0 | 5.0.0 | |
intl |
any |
0.20.2 | 0.20.2 | |
latlong2 |
any |
0.10.1 | 0.10.1 | |
mask_text_input_formatter |
any |
2.9.0 | 2.9.0 | |
mime |
any |
2.0.0 | 2.0.0 | |
path |
any |
1.9.1 | 1.9.1 | |
web |
any |
1.1.1 | 1.1.1 | |
xml |
any |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
cupertino_icons |
- | 1.0.9 | 1.0.9 | |
flutter_svg |
- | 2.2.4 | 2.2.4 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_graphics |
- | 1.2.0 | 1.2.0 | |
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 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 37 errors:
UNDEFINED_METHOD-lib/brasil.dart:466:73- The method 'randomize' isn't defined for the type 'List'.UNDEFINED_METHOD-lib/brasil.dart:468:43- The method 'randomize' isn't defined for the type 'List'.UNDEFINED_METHOD-lib/brasil.dart:469:43- The method 'randomize' isn't defined for the type 'List'.
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.7, Dart 3.11.5.
Check the analysis log for details.