lexical_link 1.7.3
lexical_link: ^1.7.3 copied to clipboard
Link and auto-link nodes for lexical_core, with URL scheme validation at the point of use. Wire-compatible with Lexical's @lexical/link.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lexical_linkWith Flutter:
$ flutter pub add lexical_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lexical_link: ^1.7.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:lexical_link/lexical_link.dart';