eliud_pkg_text 1.3.0 copy "eliud_pkg_text: ^1.3.0" to clipboard
eliud_pkg_text: ^1.3.0 copied to clipboard

eliud_pkg_text is a package to provide text-functionality to eliud platform. "text" is the broad name for html, markdown and the likes. More info at https://eliud.io

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eliud_pkg_text

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  eliud_pkg_text: ^1.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:eliud_pkg_text/editors/html_with_platform_medium_component_editor.dart';
import 'package:eliud_pkg_text/extensions/html_with_platform_medium_component.dart';
import 'package:eliud_pkg_text/platform/mobile_html_solution.dart';
import 'package:eliud_pkg_text/platform/mobile_text_platform.dart';
import 'package:eliud_pkg_text/platform/text_platform.dart';
import 'package:eliud_pkg_text/platform/web_html_solution.dart';
import 'package:eliud_pkg_text/platform/web_html_solution2.dart';
import 'package:eliud_pkg_text/platform/web_text_platform.dart';
import 'package:eliud_pkg_text/platform/widgets/bloc/html_with_platform_medium_component_bloc.dart';
import 'package:eliud_pkg_text/platform/widgets/html_text_dialog.dart';
import 'package:eliud_pkg_text/platform/widgets/html_util.dart';
import 'package:eliud_pkg_text/platform/widgets/html_with_platform_medium_components.dart';
import 'package:eliud_pkg_text/platform/widgets/multiline_text_dialog.dart';
import 'package:eliud_pkg_text/text_mobile_package.dart';
import 'package:eliud_pkg_text/text_package.dart';
import 'package:eliud_pkg_text/text_package_stub.dart';
import 'package:eliud_pkg_text/text_web_package.dart';
import 'package:eliud_pkg_text/wizards/builders/page/page_with_text.dart';
import 'package:eliud_pkg_text/wizards/builders/page/welcome_page_builder.dart';
import 'package:eliud_pkg_text/wizards/welcome_page_wizard.dart';
0
likes
110
points
466
downloads

Publisher

verified publishereliud.io

Weekly Downloads

eliud_pkg_text is a package to provide text-functionality to eliud platform. "text" is the broad name for html, markdown and the likes. More info at https://eliud.io

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bloc, eliud_core, eliud_core_helpers, eliud_core_main, eliud_core_model, eliud_pkg_medium, eliud_pkg_text_model, flutter, flutter_bloc, flutter_inappwebview, flutter_widget_from_html, flutter_widget_from_html_core, html, html_editor_enhanced, pointer_interceptor, universal_html, url_launcher

More

Packages that depend on eliud_pkg_text