Have the ability to create custom rules, closes #1162 (#2040)

* Have the ability to create custom rules, closes #1162

* Sort extensions.dart
pull/2049/head v10.0.2
Guillermo Bueno Vargas 9 months ago committed by GitHub
parent eb38c51bf0
commit 8da8e059f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      lib/extensions.dart

@ -4,4 +4,7 @@ export 'src/common/utils/platform.dart';
export 'src/common/utils/string.dart';
export 'src/common/utils/widgets.dart';
export 'src/document/nodes/leaf.dart';
export 'src/rules/delete.dart';
export 'src/rules/format.dart';
export 'src/rules/insert.dart';
export 'src/rules/rule.dart';

Loading…
Cancel
Save