utilities_framework_flutter 1.0.5
utilities_framework_flutter: ^1.0.5 copied to clipboard
The only package you need, An abstraction over many useful packages that you may need in every single project you have
We analyzed this package 33 hours ago, and awarded it 55 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSL-1.0
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting utilities_framework_flutter... Discovering libraries... Linking elements... Precaching local docs for 2211001 elements... Initialized dartdoc with 3932 libraries Generating docs for library utils/enums.dart from package:utilities_framework_flutter/utils/enums.dart... Generating docs for library utils/file.dart from package:utilities_framework_flutter/utils/file.dart... Generating docs for library utils/multi_formatter/flutter_multi_formatter.dart from package:utilities_framework_flutter/utils/multi_formatter/flutter_multi_formatter.dart... Generating docs for library utils/multi_formatter/formatters/formatter_extension_methods.dart from package:utilities_framework_flutter/utils/multi_formatter/formatters/formatter_extension_methods[...] Generating docs for library utils/multi_formatter/formatters/masked_input_formatter.dart from package:utilities_framework_flutter/utils/multi_formatter/formatters/masked_input_formatter.dart... [83 more lines] ERR: warning: unresolved doc reference [returns] from phone_input_formatter.getCountryDatasByPhone: (file:///tmp/pana_RVAQJW/lib/utils/multi_formatter/formatters/phone_input_formatter.dart:418:24) warning: unresolved doc reference [MoneyInputFormatter.EURO_SIGN] from formatter_extension_methods.StringInputFormatting.toCurrencyString: (file:///tmp/pana_RVAQJW/lib/utils/multi_formatter/formatters/formatter_extension_methods.dart:111:10) warning: unresolved doc reference [a-z] from masked_input_formatter.MaskedInputFormatter.new: (file:///tmp/pana_RVAQJW/lib/utils/multi_formatter/formatters/masked_input_formatter.dart:38:3) warning: unresolved doc reference ['+00 (00) 00000-0000', '+00 (00) 0000-0000'] from phone_input_formatter.PhoneInputFormatter.addAlternativePhoneMasks: (file:///tmp/pana_RVAQJW/lib/utils/multi_formatter/formatters/phone_input_formatter.dart:165:15) warning: unresolved doc reference ['RU', 'US', 'AU'] from phone_input_formatter.PhoneCodes.findCountryDatasByCountryCodes: (file:///tmp/pana_RVAQJW/lib/utils/multi_formatter/formatters/phone_input_formatter.dart:593:33) [50 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:utilities_framework_flutter/components/badges.dart
that imports:package:utilities_framework_flutter/utilities.dart
that imports:package:syncfusion_flutter_pdfviewer/pdfviewer.dart
that imports:package:syncfusion_flutter_pdfviewer/src/pdfviewer.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:utilities_framework_flutter/components/badges.dart
that imports:package:utilities_framework_flutter/utilities.dart
that imports:package:syncfusion_flutter_pdfviewer/pdfviewer.dart
that imports:package:syncfusion_flutter_pdfviewer/src/pdfviewer.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:utilities_framework_flutter/components/badges.dart
that imports:package:utilities_framework_flutter/utilities.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:utilities_framework_flutter/components/badges.dart
that imports:package:utilities_framework_flutter/utilities.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:utilities_framework_flutter/components/badges.dart
that imports:package:utilities_framework_flutter/utilities.dart
that imports:package:syncfusion_flutter_pdfviewer/pdfviewer.dart
that imports:package:syncfusion_flutter_pdfviewer/src/pdfviewer.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:utilities_framework_flutter/components/badges.dart
that imports:package:utilities_framework_flutter/utilities.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 165 issues. Showing the first 2:
ERROR: The name 'X509Certificate' is defined in the libraries 'dart:io' and 'package:webview_flutter_platform_interface/src/types/x509_certificate.dart'.
lib/utilities.dart:53:8
╷
53 │ export 'package:webview_flutter/webview_flutter.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utilities.dart
ERROR: A value of type 'InputDecorationThemeData' can't be assigned to a variable of type 'InputDecorationTheme'.
lib/utils/persian_date_picker/src/material/date_picker.dart:2458:45
╷
2458 │ final InputDecorationTheme inputTheme = theme.inputDecorationTheme;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/persian_date_picker/src/material/date_picker.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
any_link_preview |
^3.0.2 |
3.0.3 | 3.0.3 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
carousel_slider |
^5.0.0 |
5.1.1 | 5.1.1 | |
chewie |
^1.8.5 |
1.13.0 | 1.13.0 | |
file_picker |
^8.1.3 |
8.3.7 | 10.3.3 | |
firebase_analytics |
^11.3.6 |
11.6.0 | 12.0.2 | |
firebase_crashlytics |
^4.2.0 |
4.3.10 | 5.0.2 | |
firebase_messaging |
^15.1.6 |
15.2.10 | 16.0.2 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 3.0.5 | |
flutter_local_notifications |
^18.0.1 |
18.0.1 | 19.4.2 | |
flutter_map |
^7.0.2 |
7.0.2 | 8.2.2 | |
flutter_map_location_marker |
^9.1.1 |
9.1.1 | 10.1.0 | |
flutter_svg |
^2.0.16 |
2.2.1 | 2.2.1 | |
flutter_typeahead |
^5.2.0 |
5.2.0 | 5.2.0 | |
geolocator |
^13.0.2 |
13.0.4 | 14.0.2 | |
get |
^4.6.6 |
4.7.2 | 4.7.2 | |
group_button |
^5.3.4 |
5.3.4 | 5.3.4 | |
image_cropper |
^8.0.2 |
8.1.0 | 11.0.0 | |
local_auth |
^2.3.0 |
2.3.0 | 2.3.0 | |
lottie |
^3.3.0 |
3.3.2 | 3.3.2 | |
pin_code_fields |
^8.0.1 |
8.0.1 | 8.0.1 | |
screen_protector |
^1.4.2+1 |
1.4.3 | 1.4.3 | |
screenshot |
^3.0.0 |
3.0.0 | 3.0.0 | |
share_plus |
^10.1.3 |
10.1.4 | 12.0.0 | |
slide_countdown |
^2.0.2 |
2.0.2 | 2.0.2 | |
syncfusion_flutter_barcodes |
^28.1.33 |
28.2.12 | 31.1.22 | |
syncfusion_flutter_charts |
^28.1.33 |
28.2.12 | 31.1.22 | |
syncfusion_flutter_pdfviewer |
^28.1.33 |
28.2.12 | 31.1.22 | |
universal_html |
^2.2.4 |
2.2.4 | 2.2.4 | |
webview_flutter |
^4.10.0 |
4.13.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 13 issues. Showing the first 2:
The constraint `^8.1.3` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^11.3.6` on firebase_analytics does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions firebase_analytics
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 3 errors:
INVALID_ASSIGNMENT
-lib/utils/persian_date_picker/src/material/date_picker.dart:2458:45
- A value of type 'InputDecorationThemeData' can't be assigned to a variable of type 'InputDecorationTheme'.INVALID_ASSIGNMENT
-lib/utils/persian_date_picker/src/material/input_date_picker_form_field.dart:177:45
- A value of type 'InputDecorationThemeData' can't be assigned to a variable of type 'InputDecorationTheme'.ARGUMENT_TYPE_NOT_ASSIGNABLE
-lib/utils/persian_date_picker/src/material/input_date_picker_form_field.dart:187:28
- The argument type 'InputDecorationThemeData?' can't be assigned to the parameter type 'InputDecorationTheme?'.
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.