flutterflow_ui 0.3.1 copy "flutterflow_ui: ^0.3.1" to clipboard
flutterflow_ui: ^0.3.1 copied to clipboard

Flutter package that makes it easy to use UI widgets and code generated by FlutterFlow in your Flutter projects.

68
likes
70/ 160
pub points
339
downloads

We analyzed this package 33 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: BSD-3-Clause.

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

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

867 out of 1525 API elements (56.9 %) have documentation comments.

Some symbols that are missing documentation: flutterflow_ui, flutterflow_ui.AnimatedWidgetExtension, flutterflow_ui.AnimatedWidgetExtension.animateOnActionTrigger, flutterflow_ui.AnimatedWidgetExtension.animateOnPageLoad, flutterflow_ui.AnimationInfo.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:flutterflow_ui/flutterflow_ui.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_widgets.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_web_view.dart that imports:
  • package:webviewx_plus/webviewx_plus.dart that imports:
  • package:webviewx_plus/src/view/view.dart that imports:
  • package:webviewx_plus/src/view/impl/io.dart that imports:
  • package:webviewx_plus/src/view/impl/mobile.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:flutterflow_ui/flutterflow_ui.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_widgets.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_web_view.dart that imports:
  • package:webviewx_plus/webviewx_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:flutterflow_ui/flutterflow_ui.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_widgets.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_web_view.dart that imports:
  • package:webviewx_plus/webviewx_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:flutterflow_ui/flutterflow_ui.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_widgets.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_web_view.dart that imports:
  • package:webviewx_plus/webviewx_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:flutterflow_ui/flutterflow_ui.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_widgets.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_web_view.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.

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:flutterflow_ui/flutterflow_ui.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_widgets.dart that imports:
  • package:flutterflow_ui/src/widgets/flutter_flow_web_view.dart that imports:
  • package:webviewx_plus/webviewx_plus.dart that imports:
  • package:webviewx_plus/src/view/view.dart that imports:
  • package:webviewx_plus/src/view/impl/io.dart that imports:
  • package:webviewx_plus/src/view/impl/mobile.dart that imports:
  • package:webviewx_plus/src/controller/impl/mobile.dart that imports:
  • package:webviewx_plus/src/utils/utils.dart that imports:
  • package:webviewx_plus/src/utils/webview_aware.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.

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.dev/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 10 issues. Showing the first 2:

ERROR: A value of type 'TabBarThemeData' can't be assigned to a variable of type 'TabBarTheme'.

lib/src/widgets/flutter_flow_button_tabbar.dart:615:37

    ╷
615 │     final TabBarTheme tabBarTheme = TabBarTheme.of(context);
    │                                     ^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/src/widgets/flutter_flow_calendar.dart:152:40

    ╷
152 │   Color get lightColor => widget.color.withOpacity(0.85);
    │                                        ^^^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
aligned_dialog ^0.0.6 0.0.7 0.0.7
aligned_tooltip ^0.0.1 0.0.1 0.0.1
apivideo_live_stream 1.0.7 1.0.7 1.2.0
auto_size_text ^3.0.0 3.0.0 3.0.0
barcode_widget ^2.0.3 2.0.4 2.0.4
cached_network_image ^3.3.1 3.4.0 3.4.1
carousel_slider ^4.2.1 4.2.1 5.0.0
collection ^1.18.0 1.19.1 1.19.1
data_table_2 ^2.5.10 2.6.0 2.6.0
dropdown_button2 ^2.3.9 2.3.9 2.3.9
easy_debounce ^2.0.1 2.0.3 2.0.3
emoji_flag_converter ^1.1.0 1.1.0 1.1.0
equatable ^2.0.5 2.0.7 2.0.7
expandable ^5.0.1 5.0.1 5.0.1
file_picker ^8.0.3 8.0.7 10.1.2
fl_chart ^0.68.0 0.68.0 0.71.0
flip_card ^0.7.0 0.7.0 0.7.0
floating_bottom_navigation_bar ^1.5.2 1.5.2 1.5.2
flutter_animate ^4.5.0 4.5.2 4.5.2
flutter_card_swiper ^6.0.0 6.1.0 7.0.2
flutter_credit_card ^4.0.1 4.1.0 4.1.0
flutter_plugin_android_lifecycle ^2.0.20 2.0.28 2.0.28
flutter_staggered_grid_view ^0.7.0 0.7.0 0.7.0
font_awesome_flutter ^10.6.0 10.8.0 10.8.0
from_css_color ^2.0.0 2.0.0 2.0.0
google_fonts ^6.1.0 6.2.1 6.2.1
google_maps ^7.1.0 7.1.0 8.1.1
google_maps_flutter ^2.6.1 2.7.1 2.12.1
google_maps_flutter_android ^2.8.1 2.16.1 2.16.1
google_maps_flutter_ios ^2.6.1 2.15.1 2.15.1
google_maps_flutter_platform_interface ^2.7.1 2.11.1 2.11.1
google_maps_flutter_web ^0.5.7 0.5.8 0.5.12
google_mobile_ads ^5.1.0 5.2.0 6.0.0
http ^1.2.1 1.3.0 1.3.0
intl ^0.19.0 0.19.0 0.20.2
json_path ^0.7.2 0.7.5 0.7.5
mapbox_search ^4.2.2 4.3.1 4.3.1
mime_type ^1.0.0 1.0.1 1.0.1
native_device_orientation ^1.2.1 1.2.1 2.0.3
page_transition ^2.1.0 2.2.1 2.2.1
percent_indicator ^4.2.2 4.2.5 4.2.5
photo_view ^0.14.0 0.14.0 0.15.0
plugin_platform_interface ^2.1.8 2.1.8 2.1.8
pointer_interceptor ^0.10.1 0.10.1+2 0.10.1+2
provider ^6.1.2 6.1.4 6.1.4
rive ^0.12.2 0.12.4 0.13.20
shared_preferences ^2.2.2 2.5.3 2.5.3
shared_preferences_android ^2.2.1 2.4.10 2.4.10
shared_preferences_foundation ^2.3.4 2.5.4 2.5.4
shared_preferences_platform_interface ^2.3.1 2.4.1 2.4.1
shared_preferences_web ^2.2.1 2.4.3 2.4.3
smooth_page_indicator ^1.1.0 1.2.1 1.2.1
stop_watch_timer ^3.0.2 3.2.2 3.2.2
substring_highlight ^1.0.33 1.0.33 1.0.33
table_calendar ^3.1.1 3.1.3 3.2.0
timeago ^3.6.1 3.7.0 3.7.0
url_launcher ^6.2.5 6.3.1 6.3.1
url_launcher_android ^6.3.0 6.3.16 6.3.16
url_launcher_ios ^6.2.5 6.3.3 6.3.3
url_launcher_platform_interface ^2.3.2 2.3.2 2.3.2
webview_flutter ^4.7.0 4.9.0 4.11.0
webview_flutter_android ^3.15.0 3.16.9 4.4.1
webview_flutter_platform_interface ^2.10.0 2.11.0 2.11.0
webview_flutter_wkwebview ^3.12.0 3.20.0 3.20.0
webviewx_plus ^0.5.0 0.5.1+1 0.5.1+1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
barcode - 2.2.9 2.2.9
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.0 1.3.1
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
color - 3.0.0 3.0.0
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
dio - 5.8.0+1 5.8.0+1
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_shaders - 0.1.3 0.1.3
graphs - 2.3.2 2.3.2
html - 0.15.5+1 0.15.5+1
http_parser - 4.1.2 4.1.2
iregexp - 0.1.2 0.1.2
js - 0.6.7 0.7.2 Discontinued
js_wrapping - 0.7.4 0.7.4
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.12.0
maybe_just_nothing - 0.5.3 0.5.3
meta - 1.16.0 1.16.0
nested - 1.0.0 1.0.0
octo_image - 2.1.0 2.1.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
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 - 6.1.0 6.1.0
platform - 3.1.6 3.1.6
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.2+1 0.10.2+1
qr - 3.0.2 3.0.2
rfc_6901 - 0.2.0 0.2.0
rive_common - 0.2.8 0.4.15
rxdart - 0.28.0 0.28.0
sanitize_html - 2.1.0 2.1.0
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_windows - 2.4.1 2.4.1
simple_gesture_detector - 0.2.1 0.2.1
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.1 2.4.1
sqflite_common - 2.5.5 2.5.5
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
uuid - 4.5.1 4.5.1
vector_math - 2.1.4 2.1.5
web - 0.5.1 1.1.1
win32 - 5.12.0 5.12.0
xdg_directories - 1.1.0 1.1.0

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

Found 12 issues. Showing the first 2:

The constraint `1.0.7` on apivideo_live_stream does not support the stable version `1.1.0`.

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

The constraint `^4.2.1` on carousel_slider does not support the stable version `5.0.0`.

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

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 1 error:

  • INVALID_ASSIGNMENT - lib/src/widgets/flutter_flow_button_tabbar.dart:615:37 - A value of type 'TabBarThemeData' can't be assigned to a variable of type 'TabBarTheme'.

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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
68
likes
70
points
339
downloads

Publisher

verified publisherflutterflow.io

Weekly Downloads

Flutter package that makes it easy to use UI widgets and code generated by FlutterFlow in your Flutter projects.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

aligned_dialog, aligned_tooltip, apivideo_live_stream, auto_size_text, barcode_widget, cached_network_image, carousel_slider, collection, data_table_2, dropdown_button2, easy_debounce, emoji_flag_converter, equatable, expandable, file_picker, fl_chart, flip_card, floating_bottom_navigation_bar, flutter, flutter_animate, flutter_card_swiper, flutter_credit_card, flutter_plugin_android_lifecycle, flutter_staggered_grid_view, font_awesome_flutter, from_css_color, google_fonts, google_maps, google_maps_flutter, google_maps_flutter_android, google_maps_flutter_ios, google_maps_flutter_platform_interface, google_maps_flutter_web, google_mobile_ads, http, intl, json_path, mapbox_search, mime_type, native_device_orientation, page_transition, percent_indicator, photo_view, plugin_platform_interface, pointer_interceptor, provider, rive, shared_preferences, shared_preferences_android, shared_preferences_foundation, shared_preferences_platform_interface, shared_preferences_web, smooth_page_indicator, stop_watch_timer, substring_highlight, table_calendar, timeago, url_launcher, url_launcher_android, url_launcher_ios, url_launcher_platform_interface, webview_flutter, webview_flutter_android, webview_flutter_platform_interface, webview_flutter_wkwebview, webviewx_plus

More

Packages that depend on flutterflow_ui