floating_draggable_advn 1.0.6 copy "floating_draggable_advn: ^1.0.6" to clipboard
floating_draggable_advn: ^1.0.6 copied to clipboard

A flutter package for floating draggable widget. By this package a developer can implement a widget which can be draggable inside the screen freely.

125/ 160
pub points
20
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.6").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

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

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

OUT: Documenting floating_draggable_advn... Discovering libraries... Linking elements... Precaching local docs for 643110 elements... Initialized dartdoc with 787 libraries Generating docs for library floating_draggable_advn.dart from package:floating_draggable_advn/floating_draggable_advn.dart... Generating docs for library floating_draggable_advn_bk.dart from package:floating_draggable_advn/floating_draggable_advn_bk.dart... Documented 2 public libraries in 76.2 seconds ERR: warning: floating_draggable_advn has no library level documentation comments from floating_draggable_advn: (file:///tmp/pana_DFYLLC/lib/floating_draggable_advn.dart:1:1) warning: floating_draggable_advn has no library level documentation comments from floating_draggable_advn: (file:///tmp/pana_DFYLLC/lib/floating_draggable_advn_bk.dart:1:1) error: file already written at "floating_draggable_advn/index.html" for symbol floating_draggable_advn: (file:///tmp/pana_DFYLLC/lib/floating_draggable_advn_bk.dart:1:1) conflicting with file already generated by floating_draggable_advn: (file:///tmp/pana_DFYLLC/lib/floating_draggable_advn.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'floating_draggable_advn' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [108 more lines]

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

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 8 issues. Showing the first 2:

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: FloatingDraggableADVN.resizeToAvoidBottomInset

lib/floating_draggable_advn.dart:5:7

  ╷
5 │ class FloatingDraggableADVN extends StatefulWidget {
  │       ^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/floating_draggable_advn.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: FloatingDraggableADVN.resizeToAvoidBottomInset

lib/floating_draggable_advn_bk.dart:10:7

   ╷
10 │ class FloatingDraggableADVN extends StatefulWidget {
   │       ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

No dependencies.

Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
vector_math - 2.2.0 2.2.0

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

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
10
likes
125
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for floating draggable widget. By this package a developer can implement a widget which can be draggable inside the screen freely.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on floating_draggable_advn