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.

66
likes
70/ 160
pub points
416
downloads

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

874 out of 1509 API elements (57.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.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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.

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
Pass static analysis
0 / 50trigger folding of the section

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
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest
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.0 1.19.1
data_table_2 ^2.5.10 2.5.18 2.5.18
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 8.1.6
fl_chart ^0.68.0 0.68.0 0.70.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 flutter 0.0.0 0.0.0
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.0.1 4.0.1
flutter_plugin_android_lifecycle ^2.0.20 2.0.24 2.0.24
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.10.0
google_maps_flutter_android ^2.8.1 2.14.11 2.14.11
google_maps_flutter_ios ^2.6.1 2.13.2 2.13.2
google_maps_flutter_platform_interface ^2.7.1 2.9.5 2.9.5
google_maps_flutter_web ^0.5.7 0.5.8 0.5.10
google_mobile_ads ^5.1.0 5.2.0 5.2.0
http ^1.2.1 1.2.2 1.2.2
intl ^0.19.0 0.19.0 0.20.1
json_path ^0.7.2 0.7.4 0.7.4
mapbox_search ^4.2.2 4.2.2 4.2.2
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.1.0 2.1.0
percent_indicator ^4.2.2 4.2.4 4.2.4
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.2 6.1.2
rive ^0.12.2 0.12.4 0.13.20
shared_preferences ^2.2.2 2.3.4 2.3.4
shared_preferences_android ^2.2.1 2.4.0 2.4.0
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.2 2.4.2
smooth_page_indicator ^1.1.0 1.2.0+3 1.2.0+3
stop_watch_timer ^3.0.2 3.2.1 3.2.1
substring_highlight ^1.0.33 1.0.33 1.0.33
table_calendar ^3.1.1 3.1.3 3.1.3
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.14 6.3.14
url_launcher_ios ^6.2.5 6.3.2 6.3.2
url_launcher_platform_interface ^2.3.2 2.3.2 2.3.2
webview_flutter ^4.7.0 4.9.0 4.10.0
webview_flutter_android ^3.15.0 3.16.9 4.2.0
webview_flutter_platform_interface ^2.10.0 2.10.0 2.10.0
webview_flutter_wkwebview ^3.12.0 3.16.3 3.16.3
webviewx_plus ^0.5.0 0.5.0 0.5.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
barcode - 2.2.8 2.2.8
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.0 1.3.1
characters - 1.3.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
ffi - 2.1.3 2.1.3
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
flutter_web_plugins - 0.0.0 0.0.0
graphs - 2.3.2 2.3.2
html - 0.15.5 0.15.5
http_parser - 4.1.1 4.1.1
iregexp - 0.1.2 0.1.2
js - 0.6.7 0.7.1
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.15.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.15 2.2.15
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.0.2 6.0.2
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
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
sqflite - 2.4.1 2.4.1
sqflite_android - 2.4.0 2.4.0
sqflite_common - 2.5.4+6 2.5.4+6
sqflite_darwin - 2.4.1 2.4.1
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.0+3 3.3.0+3
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.3.3 2.3.3
url_launcher_windows - 3.1.3 3.1.3
uuid - 4.5.1 4.5.1
vector_math - 2.1.4 2.1.4
web - 0.5.1 1.1.0
win32 - 5.9.0 5.9.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 10 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.

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 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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

66
likes
70
points
416
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)
View/report issues

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