flutterflow_widgets 0.0.5
flutterflow_widgets: ^0.0.5 copied to clipboard
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 oflinkify
andlauncher
widgets.
How to apply #
- import
flutterflow_widgets
package and supplytext
property toLinkText
.
import 'package:flutterflow_widgets/flutterflow_widgets.dart';
LinkText(
text: 'Address: https://philgo.com Address: https://naver.com',
),