zefyr

zefyr.dart 542B

12345678910111213141516171819
  1. // Copyright (c) 2018, the Zefyr project authors. Please see the AUTHORS file
  2. // for details. All rights reserved. Use of this source code is governed by a
  3. // BSD-style license that can be found in the LICENSE file.
  4. /// Zefyr widgets and document model.
  5. ///
  6. /// To use, `import 'package:zefyr/zefyr.dart';`.
  7. ///
  8. /// See also:
  9. ///
  10. /// * [Quick start]()
  11. /// * [NotusDocument], model for Zefyr documents.
  12. /// * [ZefyrEditor], widget for editing Zefyr documents.
  13. library zefyr;
  14. export 'package:notus/notus.dart';
  15. export 'widgets.dart';