dotup_flutter_prototyping 2.1.2 copy "dotup_flutter_prototyping: ^2.1.2" to clipboard
dotup_flutter_prototyping: ^2.1.2 copied to clipboard

unlistedoutdated

dotup's fast Flutter prototyping.

110/ 160
pub points
67
downloads

We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):

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

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

15 out of 56 API elements (26.8 %) have documentation comments.

Some symbols that are missing documentation: dotup_flutter_prototyping, dotup_flutter_prototyping.DesktopScrollBehavior, dotup_flutter_prototyping.DesktopScrollBehavior.DesktopScrollBehavior.new, dotup_flutter_prototyping.DotupFlutterMockupsApp, dotup_flutter_prototyping.DotupFlutterMockupsApp.DotupFlutterMockupsApp.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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_prototyping/dotup_flutter_prototyping.dart that imports:
  • package:dotup_flutter_prototyping/src/mockup_container.dart that imports:
  • package:dotup_flutter_simulator/dotup_flutter_simulator.dart that imports:
  • package:dotup_flutter_simulator/src/device_simulator.dart that imports:
  • package:dotup_flutter_simulator/src/bottom_bar.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 report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 40 issues. Showing the first 2:

WARNING: Duplicate export.

lib/dotup_flutter_prototyping.dart:13:8

   ╷
13 │ export 'src/mockup_descriptor.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: MockupApp.settingsController

lib/src/mockup_app.dart:26:7

   ╷
26 │ class MockupApp extends StatefulWidget {
   │       ^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
dotup_flutter_simulator ^2.0.2 2.0.2 3.1.3
dotup_flutter_widgets ^2.1.3 2.1.4 4.0.3
provider ^6.0.1 6.1.5+1 6.1.5+1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
dotup_dart_utils - 0.1.1 4.0.0
font_awesome_flutter - 9.2.0 10.12.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
vector_math - 2.2.0 2.2.0

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

The constraint `^2.0.2` on dotup_flutter_simulator does not support the stable version `3.0.0`.

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

The constraint `^2.1.3` 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
67
downloads

Publisher

verified publisherdotup.de

Weekly Downloads

dotup's fast Flutter prototyping.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

dotup_flutter_simulator, dotup_flutter_widgets, flutter, provider

More

Packages that depend on dotup_flutter_prototyping