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 15 hours ago, and awarded it 80 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
23303 out of 24767 API elements (94.1 %) 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.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:innerlibs/innerlibs.dartthat imports:package:innerlibs/widgets/value_field.dartthat imports:package:flutter_typeahead/flutter_typeahead.dartthat imports:package:flutter_typeahead/src/cupertino/typeahead_field.dartthat imports:package:flutter_typeahead/src/common/field/typeahead_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Windows`.
Because:
package:innerlibs/innerlibs.dartthat imports:package:innerlibs/widgets/value_field.dartthat imports:package:flutter_typeahead/flutter_typeahead.dartthat imports:package:flutter_typeahead/src/cupertino/typeahead_field.dartthat imports:package:flutter_typeahead/src/common/field/typeahead_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Linux`.
Because:
package:innerlibs/innerlibs.dartthat imports:package:innerlibs/widgets/value_field.dartthat imports:package:flutter_typeahead/flutter_typeahead.dartthat imports:package:flutter_typeahead/src/cupertino/typeahead_field.dartthat imports:package:flutter_typeahead/src/common/field/typeahead_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `macOS`.
Because:
package:innerlibs/innerlibs.dartthat imports:package:innerlibs/widgets/value_field.dartthat imports:package:flutter_typeahead/flutter_typeahead.dartthat imports:package:flutter_typeahead/src/cupertino/typeahead_field.dartthat imports:package:flutter_typeahead/src/common/field/typeahead_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package not compatible with platform Web
Because:
package:innerlibs/innerlibs.dartthat imports:package:innerlibs/widgets/widgets_to_image.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 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.0 | 2.13.0 | |
brasil_fields |
any |
1.18.0 | 1.18.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 |
6.0.2 | 6.0.2 | |
flutter_typeahead |
any |
5.2.0 | 5.2.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.9.1 | 0.9.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 | 6.6.1 |
Transitive dependencies
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.