odoo_view_builder_flutter 1.0.0+1
odoo_view_builder_flutter: ^1.0.0+1 copied to clipboard
A professional visual editor for building Odoo XML views via Drag & Drop. Supports Form, Tree and Kanban views with real-time XML preview and export.
We analyzed this package 10 days ago, and awarded it 130 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
390 out of 1197 API elements (32.6 %) have documentation comments.
Some symbols that are missing documentation: analytics_service, analytics_service.AnalyticsEvent.AnalyticsEvent.new, analytics_service.AnalyticsEvent.name, analytics_service.AnalyticsEvent.parameters, analytics_service.AnalyticsEvent.timestamp.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:odoo_view_builder_flutter/app.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/template_library_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/editor_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/export_screen.dartthat imports:package:odoo_view_builder_flutter/services/export/export_manager.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_linux.dartthat imports:package:url_launcher_linux/url_launcher_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:odoo_view_builder_flutter/app.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/template_library_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/editor_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/export_screen.dartthat imports:package:odoo_view_builder_flutter/services/export/export_manager.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:odoo_view_builder_flutter/app.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/template_library_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/editor_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/export_screen.dartthat imports:package:odoo_view_builder_flutter/services/export/export_manager.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_web.dartthat imports:package:share_plus_platform_interface/share_plus_platform_interface.dartthat imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dartthat imports:package:share_plus_platform_interface/method_channel/method_channel_share.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:odoo_view_builder_flutter/app.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/template_library_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/editor_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/export_screen.dartthat imports:package:odoo_view_builder_flutter/services/export/export_manager.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:odoo_view_builder_flutter/app.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/template_library_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/editor_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/export_screen.dartthat imports:package:odoo_view_builder_flutter/services/export/export_manager.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:odoo_view_builder_flutter/app.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/template_library_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/editor_screen.dartthat imports:package:odoo_view_builder_flutter/presentation/screens/export_screen.dartthat imports:package:odoo_view_builder_flutter/services/export/export_manager.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 319 issues. Showing the first 2:
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/services/analytics/crash_reporter.dart:316:7
╷
316 │ return file.readAsString();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/services/analytics/crash_reporter.dart
WARNING: The asset directory 'assets/images/' doesn't exist.
pubspec.yaml:79:7
╷
79 │ - assets/images/
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
cupertino_icons |
^1.0.6 |
1.0.9 | 1.0.9 | |
dio |
^5.4.1 |
5.11.1 | 5.11.1 | |
dotted_border |
^2.1.0 |
2.1.0 | 3.1.0 | |
equatable |
^2.0.5 |
2.1.0 | 2.1.0 | |
file_saver |
^0.2.14 |
0.2.14 | 0.4.0 | |
flutter_highlight |
^0.7.0 |
0.7.0 | 0.7.0 | |
flutter_riverpod |
^2.4.9 |
2.6.1 | 3.4.3 | |
flutter_staggered_grid_view |
^0.7.0 |
0.7.0 | 0.7.0 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 | |
google_fonts |
^6.1.0 |
6.3.3 | 8.2.1 | |
highlight |
^0.7.0 |
0.7.0 | 0.7.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.3 | |
json_annotation |
^4.8.1 |
4.12.0 | 4.12.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
material_symbols_icons |
^4.2719.1 |
4.2960.0 | 4.2960.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.2 |
2.1.6 | 2.1.6 | |
reorderables |
^0.6.0 |
0.6.0 | 0.6.0 | |
riverpod_annotation |
^2.3.3 |
2.6.1 | 4.0.7 | |
share_plus |
^7.2.2 |
7.2.2 | 13.3.0 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 | |
sqflite |
^2.3.2 |
2.4.3 | 2.4.3 | |
universal_html |
^2.2.4 |
2.3.0 | 2.3.0 | |
uuid |
^4.3.3 |
4.6.0 | 4.6.0 | |
xml |
^6.4.2 |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.3 | 1.1.3 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
cross_file |
- | 0.3.5+5 | 0.3.5+5 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dio_web_adapter |
- | 2.2.2 | 2.2.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
hooks |
- | 2.2.0 | 2.2.0 | |
html |
- | 0.15.7 | 0.15.7 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
jni |
- | 1.0.3 | 1.0.3 | |
jni_flutter |
- | 1.0.3 | 1.0.3 | |
jni_util |
- | 1.0.0 | 1.0.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 1.0.6 | 2.1.0 | |
objective_c |
- | 9.6.0 | 9.6.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
path_drawing |
- | 1.0.1 | 1.0.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
riverpod |
- | 2.6.1 | 3.4.3 | |
share_plus_platform_interface |
- | 3.4.0 | 7.2.0 | |
shared_preferences_android |
- | 2.4.28 | 2.4.28 | |
shared_preferences_foundation |
- | 2.5.7 | 2.5.7 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqflite_android |
- | 2.4.3 | 2.4.3 | |
sqflite_common |
- | 2.5.11 | 2.5.11 | |
sqflite_darwin |
- | 2.4.3+1 | 2.4.3+1 | |
sqflite_platform_interface |
- | 2.4.1 | 2.4.1 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.1+2 | 3.4.1+2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
url_launcher_linux |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.6 | 3.1.6 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.4.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 9 issues. Showing the first 2:
The constraint `^2.1.0` on dotted_border does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dotted_border to update the constraint.
The constraint `^0.2.14` on file_saver does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions file_saver to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.0, Dart 3.13.0.
Check the analysis log for details.