Add flutter_quill.delta library which only exposes Delta datatype (#1319)

pull/1321/head
SBNTT 2 years ago committed by GitHub
parent 0885d4fd54
commit aa749057a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lib/quill_delta.dart

@ -0,0 +1,3 @@
library flutter_quill.delta;
export 'src/models/quill_delta.dart';
Loading…
Cancel
Save