floor_plan_creator 1.0.0 copy "floor_plan_creator: ^1.0.0" to clipboard
floor_plan_creator: ^1.0.0 copied to clipboard

A Flutter package for creating and editing floor plan blueprints with rooms, doors, and SVG export/import capabilities.

100/ 160
pub points
32
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: floor_plan_creator.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: floor_plan_creator,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting floor_plan_creator... Discovering libraries... Linking elements... Precaching local docs for 1240763 elements... Initialized dartdoc with 1318 libraries Generating docs for library floor_plan_editor.dart from package:floor_plan_creator/floor_plan_editor.dart... Generating docs for library floor_plan_creator.dart from package:floor_plan_creator/floor_plan_creator.dart... Documented 2 public libraries in 45.5 seconds ERR: warning: ambiguous reexport of room.Room, canonicalization candidates: (floor_plan_creator, floor_plan_creator) -> floor_plan_creator (confidence 0.000) from room.Room: (file:///tmp/pana_OXBYVZ/lib/src/models/room.dart:4:7) floor_plan_creator: 2.177 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) floor_plan_creator: 2.177 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) Use {@canonicalFor room.Room} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [84 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ 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:floor_plan_creator/floor_plan_creator.dart that imports:
  • package:floor_plan_creator/src/widgets/floor_plan_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:floor_plan_creator/floor_plan_creator.dart that imports:
  • package:floor_plan_creator/src/widgets/floor_plan_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:floor_plan_creator/floor_plan_creator.dart that imports:
  • package:floor_plan_creator/src/widgets/floor_plan_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:floor_plan_creator/floor_plan_creator.dart that imports:
  • package:floor_plan_creator/src/widgets/floor_plan_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:floor_plan_creator/floor_plan_creator.dart that imports:
  • package:floor_plan_creator/src/widgets/floor_plan_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/linux/file_picker_linux.dart that imports:
  • package:dbus/dbus.dart that declares support for platforms: Windows, Linux.

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:floor_plan_creator/floor_plan_creator.dart that imports:
  • package:floor_plan_creator/src/widgets/floor_plan_editor.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker_io.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 17 issues. Showing the first 2:

INFO: Library names are not necessary.

lib/floor_plan_creator.dart:5:9

  ╷
5 │ library floor_plan_creator;
  │         ^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Library names are not necessary.

lib/floor_plan_editor.dart:5:9

  ╷
5 │ library floor_plan_creator;
  │         ^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/floor_plan_editor.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
file_picker ^10.3.8 10.3.10 13.1.0
vector_math ^2.1.4 2.4.3 2.4.3
xml ^6.4.0 6.6.1 7.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
cross_file - 0.3.5+5 0.3.5+5
dbus - 0.7.15 0.8.0
ffi - 2.2.0 2.2.0
flutter_plugin_android_lifecycle - 2.0.35 2.0.35
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
web - 1.1.1 1.1.1
win32 - 5.15.0 6.4.0

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

The constraint `^10.3.8` on file_picker does not support the stable version `11.0.0`.

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

The constraint `^6.4.0` on xml does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions xml 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.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating and editing floor plan blueprints with rooms, doors, and SVG export/import capabilities.

License

MIT (license)

Dependencies

file_picker, flutter, vector_math, xml

More

Packages that depend on floor_plan_creator