platform_text 0.0.1+1 copy "platform_text: ^0.0.1+1" to clipboard
platform_text: ^0.0.1+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.

pipeline status coverage report latest release

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
pub points
0%
popularity

Publisher

verified publisherrozpo.dev

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