dotup_flutter_simulator 3.1.3 copy "dotup_flutter_simulator: ^3.1.3" to clipboard
dotup_flutter_simulator: ^3.1.3 copied to clipboard

unlisted

Simulates different devices for fast Flutter prototyping.

0
likes
50/ 140
pub points
0%
popularity

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

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

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.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

9 out of 99 API elements (9.1 %) 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: dotup_flutter_simulator, dotup_flutter_simulator.ANDROID_DEVICES, dotup_flutter_simulator.AndroidNavigationBar, dotup_flutter_simulator.AndroidNavigationBar.AndroidNavigationBar, dotup_flutter_simulator.AndroidNavigationBar.color.

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:dotup_flutter_simulator/dotup_flutter_simulator.dart that imports:
  • package:dotup_flutter_simulator/src/menu/menu_bar_vertical.dart that imports:
  • package:dotup_flutter_simulator/src/helper/simulator_logo.dart that imports:
  • package:dotup_flutter_widgets/dotup_flutter_widgets.dart that imports:
  • package:dotup_flutter_widgets/src/layout/layout.dart that imports:
  • package:dotup_flutter_widgets/src/layout/platform/platform_value.dart that imports:
  • package:dotup_flutter_widgets/src/layout/device/device.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 13 issues. Showing the first 2:

ERROR: The name 'MenuBar' is defined in the libraries 'package:dotup_flutter_simulator/src/menu/menu_bar.dart' and 'package:flutter/src/material/menu_anchor.dart (via package:flutter/material.dart)'.

lib/src/simulator/simulator_container.dart:46:20

   ╷
46 │             child: MenuBar(controller: controller),
   │                    ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/simulator/simulator_container.dart

ERROR: 'MenuBar' isn't a function.

lib/src/simulator/simulator_container.dart:46:20

   ╷
46 │             child: MenuBar(controller: controller),
   │                    ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/simulator/simulator_container.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
dotup_flutter_widgets ^2.1.4 2.1.4 4.0.3
flutter flutter 0.0.0 0.0.0
font_awesome_flutter ^9.2.0 9.2.0 10.7.0
intl ^0.17.0 0.17.0 0.19.0
provider ^6.0.1 6.1.2 6.1.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
dotup_dart_utils - 0.1.1 4.0.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^2.1.4` on dotup_flutter_widgets does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions dotup_flutter_widgets to update the constraint.

The constraint `^9.2.0` on font_awesome_flutter does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions font_awesome_flutter 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.

0
likes
50
pub points
0%
popularity

Publisher

verified publisherdotup.de

Simulates different devices for fast Flutter prototyping.

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

dotup_flutter_widgets, flutter, font_awesome_flutter, intl, provider

More

Packages that depend on dotup_flutter_simulator