flutterflow_widgets 0.0.4 copy "flutterflow_widgets: ^0.0.4" to clipboard
flutterflow_widgets: ^0.0.4 copied to clipboard

outdated

Widget library for FlutterFlow.

FlutterFlow Widgets #

FlutterFlow Widgets is a package that made for easy-to-use for FlutterFlow.

  • This package gives you enhanced and more handy widgets like LinkifyLauncher which is a combination of linkify and launcher widgets.

How to apply #

  • import flutterflow_widgets package and supply text property to LinkText.
import 'package:flutterflow_widgets/flutterflow_widgets.dart';

LinkText(
    text: 'Address: https://philgo.com Address: https://naver.com',
),