23 lines
475 B
YAML
23 lines
475 B
YAML
name: linkify_text
|
|
description: A lightweight flutter package to linkify texts containing urls, emails and hashtags
|
|
version: 1.2.0
|
|
homepage: https://git.malloc.io/j3g/lum_linkify_text
|
|
|
|
environment:
|
|
sdk: '>=3.2.6 <4.0.0'
|
|
flutter: ">=3.19.3"
|
|
dependencies:
|
|
platform: ^3.1.0
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
test: ^1.16.5
|
|
lint: ^1.5.3
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
uses-material-design: true
|