platform_text 0.0.1 copy "platform_text: ^0.0.1" to clipboard
platform_text: ^0.0.1 copied to clipboard

outdated

A Flutter package to make your text selectable for web and non-selectable for native builds.

A Flutter package to make your text selectable for web and non-selectable for native builds.

Features #

This package contains PlatformText widget as a wrapper for Text and SelectableText widgets. During application run this widget provide wrapped widgets depends on platform respectively.

  • Native -> Text
  • Web -> SelectableText

Getting started #

To use package include platform_text in your pubspec.yaml file.

Usage #

Use PlatformText widget with one required String parameter.

PlatformText('Hello mom!');

Additional information #

In case of any issues please contact me via https://rozpo.dev

7
likes
0
points
3
downloads

Publisher

verified publisherrozpo.dev

Weekly Downloads

A Flutter package to make your text selectable for web and non-selectable for native builds.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on platform_text