flutter_responsiveness 0.0.3 copy "flutter_responsiveness: ^0.0.3" to clipboard
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.

6
likes
100/ 140
pub points
15%
popularity

We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

partial
Provide documentation
10 / 20trigger folding of the section

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.

Some symbols that are missing documentation: flutter_responsiveness, flutter_responsiveness.ScreenSize, flutter_responsiveness.ScreenSize.ScreenSize, flutter_responsiveness.ScreenSize.func_call, flutter_responsiveness.ScreenSize.heightMultiplyingFactor.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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.dart that imports:
  • package:flutter_responsiveness/funct.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_linux.dart that imports:
  • package:file/local.dart that imports:
  • package:file/src/backends/local.dart that imports:
  • package:file/src/backends/local/local_file_system.dart that imports:
  • package:file/src/backends/local/local_link.dart that imports:
  • package:file/src/backends/local/local_file_system_entity.dart that imports:
  • package:file/src/backends/local/local_file.dart that imports:
  • package:file/src/io.dart that 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.dart that imports:
  • package:flutter_responsiveness/funct.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/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_responsiveness/flutter_responsiveness.dart that imports:
  • package:flutter_responsiveness/funct.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/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:flutter_responsiveness/flutter_responsiveness.dart that imports:
  • package:flutter_responsiveness/funct.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/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_responsiveness/flutter_responsiveness.dart that imports:
  • package:flutter_responsiveness/funct.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/win32.dart that declares support for platforms: Windows.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
device_info_plus ^8.0.0 8.2.2 10.1.0
flutter flutter 0.0.0 0.0.0
system_info2 ^2.0.4 2.0.4 4.0.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
device_info_plus_platform_interface - 7.0.0 7.0.0
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
file_utils - 1.0.1 1.0.1
flutter_web_plugins - 0.0.0 0.0.0
globbing - 1.0.0 1.0.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
win32 - 4.1.4 5.4.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

Analyzed with Pana 0.22.2, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

6
likes
100
pub points
15%
popularity

Publisher

unverified uploader

A responsive app lays out its UI according to the size and shape of the screen or window.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

device_info_plus, flutter, system_info2

More

Packages that depend on flutter_responsiveness