flutter_content 3.11.0 copy "flutter_content: ^3.11.0" to clipboard
flutter_content: ^3.11.0 copied to clipboard

Point stuff out for your users => Target, Transform, Configure Callouts, Record to JSON in Dev, and Play in Producton

80/ 160
pub points
271
downloads

We analyzed this package 1 hour ago, and awarded it 80 pub points (of a possible 160):

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/biancashouse/flutter-content was unreachable. Make sure that the website is reachable via HEAD requests.

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: GPL-3.0.

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

1745 out of 6256 API elements (27.9 %) have documentation comments.

Some symbols that are missing documentation: button_styles_extn, button_styles_extn.ButtonStylesExtension, button_styles_extn.ButtonStylesExtension.cannedButtonStyles, button_styles_extn.ButtonStylesExtension.findButtonStyleName, container_styles_extn.

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)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:flutter_content/flutter_content.dart that imports:
  • package:flutter_content/src/snippet/snodes/wrap_node.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enum_pnode.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enums/mappable_enum_decoration.dart that imports:
  • package:flutter_content/src/snippet/snodes/upto6colors.dart that imports:
  • package:flutter_callouts/flutter_callouts.dart that imports:
  • package:flutter_callouts/src/api/callouts/callout_config.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package does not support platform `iOS`.

Because:

  • package:flutter_content/flutter_content.dart that imports:
  • package:flutter_content/src/snippet/snodes/wrap_node.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enum_pnode.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enums/mappable_enum_decoration.dart that imports:
  • package:flutter_content/src/snippet/snodes/upto6colors.dart that imports:
  • package:flutter_callouts/flutter_callouts.dart that imports:
  • package:flutter_callouts/src/system_mixin.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:flutter_content/flutter_content.dart that imports:
  • package:flutter_content/src/snippet/snodes/wrap_node.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enum_pnode.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enums/mappable_enum_decoration.dart that imports:
  • package:flutter_content/src/snippet/snodes/upto6colors.dart that imports:
  • package:flutter_callouts/flutter_callouts.dart that imports:
  • package:flutter_callouts/src/api/callouts/callout_config.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:flutter_content/flutter_content.dart that imports:
  • package:flutter_content/src/snippet/snodes/wrap_node.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enum_pnode.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enums/mappable_enum_decoration.dart that imports:
  • package:flutter_content/src/snippet/snodes/upto6colors.dart that imports:
  • package:flutter_callouts/flutter_callouts.dart that imports:
  • package:flutter_callouts/src/api/callouts/callout_config.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:flutter_content/flutter_content.dart that imports:
  • package:flutter_content/src/snippet/snodes/wrap_node.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enum_pnode.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enums/mappable_enum_decoration.dart that imports:
  • package:flutter_content/src/snippet/snodes/upto6colors.dart that imports:
  • package:flutter_callouts/flutter_callouts.dart that imports:
  • package:flutter_callouts/src/api/callouts/callout_config.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package does not support platform `Web`.

Because:

  • package:flutter_content/flutter_content.dart that imports:
  • package:flutter_content/src/snippet/snodes/wrap_node.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enum_pnode.dart that imports:
  • package:flutter_content/src/snippet/pnodes/enums/mappable_enum_decoration.dart that imports:
  • package:flutter_content/src/snippet/snodes/upto6colors.dart that imports:
  • package:flutter_callouts/flutter_callouts.dart that imports:
  • package:flutter_callouts/src/ls_mixin.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

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

ERROR: Undefined name 'logger'.

lib/flutter_content.dart:510:9

    ╷
510 │         logger.e(e);
    │         ^^^^^^
    ╵

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

ERROR: The getter 'logger' isn't defined for the type 'FlutterContentMixins'.

lib/flutter_content.dart:687:15

    ╷
687 │           fco.logger.e('$e');
    │               ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_content.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
auto_size_text_field ^2.2.4 2.2.4 2.2.4
built_collection ^5.1.1 5.1.1 5.1.1
built_value ^8.9.3 8.12.0 8.12.0
calendar_date_picker2 ^2.0.1 2.0.1 2.0.1
carousel_slider ^5.0.0 5.1.1 5.1.1
clipboard ^0.1.3 0.1.3 2.0.2
cloud_firestore ^5.6.11 5.6.12 6.0.2
collection ^1.18.0 1.19.1 1.19.1
cupertino_icons ^1.0.2 1.0.8 1.0.8
custom_lint ^0.7.5 0.7.6 0.8.1
dart_mappable ^4.2.2 4.6.1 4.6.1
dotted_border ^3.1.0 3.1.0 3.1.0
email_validator ^3.0.0 3.0.0 3.0.0
file_picker ^10.2.0 10.3.3 10.3.3
file_selector ^1.0.3 1.0.4 1.0.4
file_selector_platform_interface ^2.6.2 2.6.2 2.6.2
firebase_auth ^5.6.2 5.7.0 6.1.0
firebase_core ^3.14.0 3.15.2 4.1.1
firebase_storage ^12.4.8 12.4.10 13.0.2
firebase_ui_localizations ^1.14.0 1.14.1 2.0.0
firebase_ui_shared ^1.4.1 1.4.1 1.4.1
firebase_ui_storage ^2.1.2 2.1.3 3.0.0
flex_color_picker ^3.7.1 3.7.1 3.7.1
flutter_animate ^4.5.2 4.5.2 4.5.2
flutter_bloc ^9.1.1 9.1.1 9.1.1
flutter_callouts ^7.3.0 7.6.0 8.3.1
flutter_hooks ^0.21.2 0.21.3+1 0.21.3+1
flutter_markdown ^0.7.2+1 0.7.7+1 0.7.7+1 Discontinued
freezed ^3.1.0 3.2.3 3.2.3
freezed_annotation ^3.1.0 3.1.0 3.1.0
freezed_lint ^0.0.10 0.0.10 0.0.12
gap ^3.0.1 3.0.1 3.0.1
go_router ^16.0.0 16.2.4 16.2.4
google_fonts ^6.2.1 6.3.2 6.3.2
google_sign_in ^7.1.0 7.2.0 7.2.0
google_sign_in_web ^1.0.0 1.1.0 1.1.0
gradient_borders ^1.0.1 1.0.2 1.0.2
http ^1.2.2 1.5.0 1.5.0
hydrated_bloc ^10.0.0 10.1.1 10.1.1
image ^4.5.2 4.5.4 4.5.4
image_network ^2.5.6 2.6.0 2.6.0
intl ^0.20.2 0.20.2 0.20.2
json_annotation ^4.9.0 4.9.0 4.9.0
logger ^2.6.0 2.6.1 2.6.1
lorem_ipsum ^0.0.3 0.0.3 0.0.3
meta ^1.15.0 1.16.0 1.17.0
mockito ^5.4.4 5.5.0 5.5.1
multi_split_view ^3.5.0 3.6.1 3.6.1
numeric_keyboard ^1.1.0 1.1.0 1.1.0
on_screen_ruler ^0.0.1 0.0.1 0.0.1
path_provider ^2.1.5 2.1.5 2.1.5
percent_indicator ^4.2.3 4.2.5 4.2.5
pointer_interceptor ^0.10.1+2 0.10.1+2 0.10.1+2
random_string ^2.3.1 2.3.1 2.3.1
rotated_corner_decoration ^2.1.0+1 2.1.0+1 2.1.0+1
smooth_page_indicator ^1.2.0+3 1.2.1 1.2.1
timeago ^3.7.0 3.7.1 3.7.1
transparent_pointer ^1.0.1 1.0.1 1.0.1
url_launcher ^6.3.1 6.3.2 6.3.2
watcher ^1.1.0 1.1.4 1.1.4
webview_flutter ^4.13.0 4.13.0 4.13.0
webview_flutter_android ^4.7.0 4.10.3 4.10.3
webview_flutter_platform_interface ^2.13.1 2.14.0 2.14.0
webview_flutter_web ^0.2.3+4 0.2.3+4 0.2.3+4
webview_flutter_wkwebview ^3.22.0 3.23.1 3.23.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 85.0.0 89.0.0
_flutterfire_internals - 1.3.59 1.3.62
analyzer - 7.6.0 8.2.0
analyzer_plugin - 0.13.4 0.13.8
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
bloc - 9.0.1 9.0.1
boolean_selector - 2.1.2 2.1.2
build - 3.1.0 4.0.1
build_config - 1.2.0 1.2.0
build_daemon - 4.0.4 4.0.4
build_resolvers - 3.0.3 3.0.4 Discontinued
build_runner - 2.7.1 2.9.0
build_runner_core - 9.3.1 9.3.2 Discontinued
characters - 1.4.0 1.4.1
checked_yaml - 2.0.4 2.0.4
ci - 0.1.0 0.1.0
cli_util - 0.4.2 0.4.2
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 6.6.12 7.0.2
cloud_firestore_web - 4.4.12 5.0.2
code_builder - 4.11.0 4.11.0
convert - 3.1.2 3.1.2
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
custom_lint_builder - 0.7.6 0.8.1
custom_lint_core - 0.7.5 0.8.1
custom_lint_visitor - 1.0.0+7.7.0 1.0.0+8.1.1
dart_style - 3.1.1 3.1.2
dbus - 0.7.11 0.7.11
device_info_plus - 11.5.0 12.1.0
device_info_plus_platform_interface - 7.0.3 7.0.3
fake_async - 1.3.3 1.3.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
file_selector_android - 0.5.2 0.5.2
file_selector_ios - 0.5.3+2 0.5.3+2
file_selector_linux - 0.9.3+2 0.9.3+2
file_selector_macos - 0.9.4+4 0.9.4+4
file_selector_web - 0.9.4+2 0.9.4+2
file_selector_windows - 0.9.3+4 0.9.3+4
firebase_auth_platform_interface - 7.7.3 8.1.2
firebase_auth_web - 5.15.3 6.0.3
firebase_core_platform_interface - 6.0.1 6.0.1
firebase_core_web - 2.24.1 3.1.1
firebase_storage_platform_interface - 5.2.10 5.2.13
firebase_storage_web - 3.10.17 3.10.20
fixnum - 1.1.1 1.1.1
flex_seed_scheme - 3.5.1 3.5.1
flutter_blurhash - 0.8.2 0.9.1
flutter_plugin_android_lifecycle - 2.0.30 2.0.30
flutter_shaders - 0.1.3 0.1.3
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.3 2.1.3
google_identity_services_web - 0.3.3+1 0.3.3+1
google_sign_in_android - 7.2.0 7.2.0
google_sign_in_ios - 6.2.1 6.2.1
google_sign_in_platform_interface - 3.1.0 3.1.0
graphs - 2.3.2 2.3.2
hive_ce - 2.14.0 2.14.0
hotreloader - 4.3.0 4.3.0
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
isolate_channel - 0.2.2+1 0.2.2+1
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
markdown - 7.3.0 7.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
package_config - 2.2.0 2.2.0
package_info_plus - 8.3.1 9.0.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path - 1.9.1 1.9.1
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor_ios - 0.10.1 0.10.1
pointer_interceptor_platform_interface - 0.10.0+1 0.10.0+1
pointer_interceptor_web - 0.10.3 0.10.3
pool - 1.5.2 1.5.2
posix - 6.0.3 6.0.3
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
rxdart - 0.28.0 0.28.0
shelf - 1.4.2 1.4.2
shelf_web_socket - 3.0.0 3.0.0
source_gen - 3.1.0 4.0.1
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.7
timing - 1.0.2 1.0.2
type_plus - 2.1.1 2.1.1
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
url_launcher_android - 6.3.23 6.3.23
url_launcher_ios - 6.3.4 6.3.4
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.3 3.2.3
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
uuid - 4.5.1 4.5.1
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webviewimage - 0.0.6 0.0.6
win32 - 5.14.0 5.14.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

Found 10 issues. Showing the first 2:

The constraint `^0.1.3` on clipboard does not support the stable version `2.0.0`.

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

The constraint `^5.6.11` on cloud_firestore does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions cloud_firestore 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.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: