gnums_utility_widgets 11.1.18
gnums_utility_widgets: ^11.1.18 copied to clipboard
A flutter pub for utility widgets
We analyzed this package 2 hours ago, and awarded it 70 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.
Homepage URL doesn't exist.
At the time of the analysis https://gitlab.com/gnums/gnums_utility_widgets
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
22891 out of 29565 API elements (77.4 %) have documentation comments.
Some symbols that are missing documentation: _file_io
, _file_none
, _file_none.File.File.new
, _image_loader
, _image_loader.ImageLoader.ImageLoader.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:gnums_utility_widgets/gnums_utility_widgets.dart
that imports:package:gnums_utility_widgets/dependencies/cached_network_image/cached_network_image.dart
that imports:package:gnums_utility_widgets/dependencies/cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:gnums_utility_widgets/gnums_utility_widgets.dart
that imports:package:gnums_utility_widgets/dependencies/cached_network_image/cached_network_image.dart
that imports:package:gnums_utility_widgets/dependencies/cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:gnums_utility_widgets/gnums_utility_widgets.dart
that imports:package:gnums_utility_widgets/gnums_student/student_attendance/day_wise_attendance_detail.dart
that imports:package:gnums_utility_widgets/utils/utils.dart
that imports:package:gnums_utility_widgets/common_widgets/gn_snackbar.dart
that imports:package:vibration/vibration.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:gnums_utility_widgets/gnums_utility_widgets.dart
that imports:package:gnums_utility_widgets/dependencies/cached_network_image/cached_network_image.dart
that imports:package:gnums_utility_widgets/dependencies/cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
Tag detection failed.
Exception: Could not find package dir of cached_network_image_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:gnums_utility_widgets/gnums_utility_widgets.dart
that imports:package:gnums_utility_widgets/gnums_student/student_attendance/day_wise_attendance_detail.dart
that imports:package:gnums_utility_widgets/utils/utils.dart
that imports:package:gnums_utility_widgets/common_widgets/gn_snackbar.dart
that imports:package:vibration/vibration.dart
that imports:package:vibration_platform_interface/vibration_platform_interface.dart
that imports:package:vibration_platform_interface/src/method_channel_vibration.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:gnums_utility_widgets/gnums_utility_widgets.dart
that imports:package:gnums_utility_widgets/gnums_student/student_attendance/day_wise_attendance_detail.dart
that imports:package:gnums_utility_widgets/utils/utils.dart
that imports:package:gnums_utility_widgets/common_widgets/gn_snackbar.dart
that imports:package:vibration/vibration.dart
that imports:package:vibration_platform_interface/vibration_platform_interface.dart
that imports:package:vibration_platform_interface/src/method_channel_vibration.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
.
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 872 issues. Showing the first 2:
ERROR: The method 'loadFlutterAssetServer' isn't defined for the type 'WebViewControllerPlus'.
lib/dependencies/flutter_tex/src/views/tex_view_mobile.dart:23:9
╷
23 │ ..loadFlutterAssetServer(
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/dependencies/flutter_tex/src/views/tex_view_mobile.dart
ERROR: The getter 'server' isn't defined for the type 'WebViewControllerPlus'.
lib/dependencies/flutter_tex/src/views/tex_view_mobile.dart:79:17
╷
79 │ _controller.server.close();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/dependencies/flutter_tex/src/views/tex_view_mobile.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
any |
3.6.1 | 4.0.7 | |
barcode |
^2.2.8 |
2.2.9 | 2.2.9 | |
bidi |
^2.0.12 |
2.0.13 | 2.0.13 | |
build_runner |
^2.0.5 |
2.9.0 | 2.9.0 | |
cached_network_image_platform_interface |
^4.1.1 |
4.1.1 | 4.1.1 | |
camera |
^0.11.0+2 |
0.11.2 | 0.11.2 | |
collection |
any |
1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
^1.2.4 |
1.2.4 | 2.0.1 | |
crypto |
any |
3.0.6 | 3.0.6 | |
csslib |
any |
1.0.2 | 1.0.2 | |
cunning_document_scanner |
^1.2.3 |
1.2.3 | 1.3.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
excel |
^4.0.6 |
4.0.6 | 4.0.6 | |
file_picker |
^8.1.4 |
8.3.7 | 10.3.3 | |
fluentui_system_icons |
^1.1.273 |
1.1.273 | 1.1.273 | |
flutter_app_lock |
^4.2.0+2 |
4.3.0 | 4.3.0 | |
flutter_bloc |
^9.0.0 |
9.1.1 | 9.1.1 | |
flutter_cache_manager |
^3.4.1 |
3.4.1 | 3.4.1 | |
flutter_map |
^7.0.2 |
7.0.2 | 8.2.2 | |
flutter_shaders |
^0.1.3 |
0.1.3 | 0.1.3 | |
geocoding |
^3.0.0 |
3.0.0 | 4.0.0 | |
geolocator |
^13.0.2 |
13.0.4 | 14.0.2 | |
get |
^4.6.5 |
4.7.2 | 4.7.2 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
http |
any |
1.5.0 | 1.5.0 | |
image |
^4.3.0 |
4.3.0 | 4.5.4 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
latlong2 |
^0.9.1 |
0.9.1 | 0.9.1 | |
list_counter |
^1.0.2 |
1.0.2 | 1.0.2 | |
local_auth |
^2.3.0 |
2.3.0 | 2.3.0 | |
location |
^7.0.1 |
7.0.1 | 8.0.1 | |
markdown |
^7.2.2 |
7.3.0 | 7.3.0 | |
meta |
any |
1.16.0 | 1.17.0 | |
open_file |
^3.5.10 |
3.5.10 | 3.5.10 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_drawing |
^1.0.1 |
1.0.1 | 1.0.1 | |
path_parsing |
any |
1.1.0 | 1.1.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
qr |
^3.0.2 |
3.0.2 | 3.0.2 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
searchable_listview |
^2.16.0 |
2.19.3 | 2.19.3 | |
share_plus |
^10.1.3 |
10.1.4 | 12.0.0 | |
shared_preferences |
2.2.2 |
2.2.2 | 2.5.3 | |
syncfusion_flutter_charts |
^27.2.5 |
27.2.5 | 31.1.22 | |
syncfusion_flutter_core |
^27.2.5 |
27.2.5 | 31.1.22 | |
syncfusion_flutter_pdf |
^27.2.5 |
27.2.5 | 31.1.22 | |
syncfusion_flutter_pdfviewer |
^27.2.5 |
27.2.5 | 31.1.22 | |
universal_io |
^2.2.2 |
2.2.2 | 2.2.2 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
vector_graphics |
^1.1.18 |
1.1.19 | 1.1.19 | |
vector_graphics_compiler |
^1.1.16 |
1.1.19 | 1.1.19 | |
vector_math |
^2.1.4 |
2.2.0 | 2.2.0 | |
vibration |
^2.0.1 |
2.1.0 | 3.1.4 | |
webview_flutter_plus |
^0.4.7 |
0.4.19 | 0.4.19 | |
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
.
Found 15 issues. Showing the first 2:
The constraint `^1.2.4` on connectivity_plus_platform_interface does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus_platform_interface
to update the constraint.
The constraint `^8.1.4` 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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.