fonde_ui 0.6.1
fonde_ui: ^0.6.1 copied to clipboard
Desktop-first Flutter UI utility components with native-like interaction and zoom scaling support.
We analyzed this package 6 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
1466 out of 2187 API elements (67.0 %) have documentation comments.
Some symbols that are missing documentation: fonde_ui.FondeAccessibilityConfig.FondeAccessibilityConfig.new, fonde_ui.FondeAccessibilityController.FondeAccessibilityController.new, fonde_ui.FondeAccessibilityController.config, fonde_ui.FondeAccessibilityController.of, fonde_ui.FondeAccessibilityController.updateConfig.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:fonde_ui/fonde_ui.dartthat imports:package:fonde_ui/src/widgets/platform_menus/fonde_platform_menus.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dots_indicator |
^4.0.1 |
4.0.1 | 4.0.1 | |
figma_squircle |
^0.6.3 |
0.6.3 | 0.6.3 | |
freezed_annotation |
^3.0.0 |
3.1.0 | 3.1.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.9.0 |
4.11.0 | 4.11.0 | |
lucide_icons_flutter |
^3.0.5 |
3.1.10 | 3.1.10 | |
multi_split_view |
^3.2.1 |
3.6.1 | 3.6.1 | |
pluto_grid |
^8.0.0 |
8.1.0 | 8.1.0 | |
popover |
^0.3.1 |
0.3.1 | 0.4.0 | |
searchfield |
^2.0.0 |
2.0.0 | 2.0.0 | |
table_calendar |
^3.1.3 |
3.2.0 | 3.2.0 | |
textfield_tags |
^3.0.1 |
3.0.1 | 3.0.1 | |
uuid |
^4.5.1 |
4.5.3 | 4.5.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
simple_gesture_detector |
- | 0.2.1 | 0.2.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.3.1` on popover does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions popover to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/widgets/layout/fonde_scaffold.dart:262:9- The named parameter 'dividerHandleBuffer' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/widgets/split_pane/fonde_split_pane.dart:114:9- The named parameter 'dividerHandleBuffer' isn't defined.
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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.