fldraw 0.1.0 copy "fldraw: ^0.1.0" to clipboard
fldraw: ^0.1.0 copied to clipboard

The open-source tldraw alternative for building infinite canvas apps in Flutter.

70/ 160
pub points
47
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

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

91 out of 422 API elements (21.6 %) have documentation comments.

Some symbols that are missing documentation: fldraw, fldraw.ArrowObject, fldraw.ArrowObject.ArrowObject.fromJson, fldraw.ArrowObject.ArrowObject.new, fldraw.ArrowObject.copyWith.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 33 issues. Showing the first 2:

ERROR: The expression doesn't evaluate to a function, so it can't be invoked.

lib/src/ui/shared/fldraw.dart:87:39

   ╷
87 │         theme: ThemeData(colorScheme: ColorSchemes.darkZinc(), radius: 0.7),
   │                                       ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The expression doesn't evaluate to a function, so it can't be invoked.

lib/src/ui/shared/history_panel.dart:48:36

   ╷
48 │       data: ThemeData(colorScheme: ColorSchemes.darkZinc(), radius: 0.7),
   │                                    ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
bloc ^9.0.0 9.2.0 9.2.0
equatable ^2.0.7 2.0.8 2.0.8
flutter_bloc ^9.1.1 9.1.1 9.1.1
flutter_shaders ^0.1.3 0.1.3 0.1.3
flutter_svg ^2.2.0 2.2.3 2.2.3
keymap ^0.0.92 0.0.92 0.0.92
perfect_freehand ^2.3.2 2.5.2+1 2.5.2+1
shadcn_flutter ^0.0.37 0.0.51 0.0.51
uuid ^4.5.1 4.5.2 4.5.2
vector_graphics ^1.1.19 1.1.19 1.1.19
Transitive dependencies
Package Constraint Compatible Latest Notes
animation_kit - 0.0.2 0.0.2
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
country_flags - 4.1.2 4.1.2
cross_file - 0.3.5+2 0.3.5+2
crypto - 3.0.7 3.0.7
data_widget - 0.0.3 0.0.3
email_validator - 3.0.0 3.0.0
expressions - 0.2.5+3 0.2.5+3
fixnum - 1.1.1 1.1.1
flutter_markdown - 0.6.23 0.7.7+1 Discontinued
gap - 3.0.1 3.0.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
jovial_misc - 0.10.0 0.10.0
jovial_svg - 1.1.29 1.1.29
markdown - 7.3.0 7.3.0
matcher - 0.12.18 0.12.18
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
petitparser - 7.0.2 7.0.2
phonecodes - 0.0.4 0.0.4
provider - 6.1.5+1 6.1.5+1
quiver - 3.2.2 3.2.2
rxdart - 0.28.0 0.28.0
skeletonizer - 2.1.3 2.1.3
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.0
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.2.0 1.2.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_METHOD - lib/src/ui/shared/fldraw.dart:87:52 - The method 'darkZinc' isn't defined for the type 'ColorSchemes'.
  • UNDEFINED_METHOD - lib/src/ui/shared/history_panel.dart:48:49 - The method 'darkZinc' isn't defined for the type 'ColorSchemes'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

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: