zefyr

pubspec.yaml 451B

1234567891011121314151617181920
  1. name: notus
  2. description: Platform-agnostic rich text document model based on Delta format and used in Zefyr editor.
  3. version: 0.1.4
  4. author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
  5. homepage: https://github.com/memspace/zefyr
  6. environment:
  7. sdk: '>=2.2.0 <3.0.0'
  8. dependencies:
  9. collection: ^1.14.6
  10. meta: ^1.1.0
  11. quill_delta: ^1.0.0
  12. quiver_hashcode: ^2.0.0
  13. dev_dependencies:
  14. pedantic: ^1.0.0
  15. test: ^1.10.0
  16. test_coverage: ^0.4.0