flutter_responsiveness 0.0.3
flutter_responsiveness: ^0.0.3 copied to clipboard
A responsive app lays out its UI according to the size and shape of the screen or window.
We analyzed this package 2 days ago, and awarded it 120 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.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 13 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: flutter_responsiveness, flutter_responsiveness.ScreenSize, flutter_responsiveness.ScreenSize.ScreenSize.new, flutter_responsiveness.ScreenSize.func_call, flutter_responsiveness.ScreenSize.heightMultiplyingFactor.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:flutter_responsiveness/flutter_responsiveness.dartthat imports:package:flutter_responsiveness/funct.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_linux.dartthat imports:package:file/local.dartthat imports:package:file/src/backends/local.dartthat imports:package:file/src/backends/local/local_file_system.dartthat imports:package:file/src/backends/local/local_link.dartthat imports:package:file/src/backends/local/local_file_system_entity.dartthat imports:package:file/src/backends/local/local_file.dartthat imports:package:file/src/io.dartthat imports:dart:io
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:flutter_responsiveness/flutter_responsiveness.dartthat imports:package:flutter_responsiveness/funct.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:flutter_responsiveness/flutter_responsiveness.dartthat imports:package:flutter_responsiveness/funct.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:flutter_responsiveness/flutter_responsiveness.dartthat imports:package:flutter_responsiveness/funct.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:flutter_responsiveness/flutter_responsiveness.dartthat imports:package:flutter_responsiveness/funct.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: This function has a nullable return type of 'FutureOr
lib/funct.dart:9:53
╷
9 │ print(await deviceInfo.androidInfo.then((value) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/funct.dart
INFO: The variable name 'func_call' isn't a lowerCamelCase identifier.
lib/flutter_responsiveness.dart:15:7
╷
15 │ var func_call = FunctionCall();
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_responsiveness.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^8.0.0 |
8.2.2 | 12.3.0 | |
system_info2 |
^2.0.4 |
2.0.4 | 4.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 6.1.4 | 7.0.1 | |
file_utils |
- | 1.0.1 | 1.0.1 | Discontinued |
globbing |
- | 1.0.0 | 1.0.0 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
win32 |
- | 4.1.4 | 5.15.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.0.0` on device_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^2.0.4` on system_info2 does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions system_info2 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.23.9, Flutter 3.38.9, Dart 3.10.8.
Check the analysis log for details.