File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
lib/plugins/doc/application
packages/appflowy_editor/lib Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11import 'dart:convert' ;
22import 'dart:io' ;
33import 'package:app_flowy/plugins/doc/application/share_service.dart' ;
4- import 'package:app_flowy/workspace/application/markdown/document_markdown.dart' ;
54import 'package:flowy_sdk/protobuf/flowy-document/entities.pb.dart' ;
65import 'package:flowy_sdk/protobuf/flowy-folder/view.pb.dart' ;
76import 'package:flowy_sdk/protobuf/flowy-error/errors.pb.dart' ;
87import 'package:freezed_annotation/freezed_annotation.dart' ;
98import 'package:flutter_bloc/flutter_bloc.dart' ;
109import 'package:dartz/dartz.dart' ;
11- import 'package:appflowy_editor/appflowy_editor.dart' show Document;
10+ import 'package:appflowy_editor/appflowy_editor.dart'
11+ show Document, documentToMarkdown;
1212part 'share_bloc.freezed.dart' ;
1313
1414class DocShareBloc extends Bloc <DocShareEvent , DocShareState > {
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ export 'src/plugins/markdown/encoder/parser/node_parser.dart';
3939export 'src/plugins/markdown/encoder/parser/text_node_parser.dart' ;
4040export 'src/plugins/markdown/encoder/parser/image_node_parser.dart' ;
4141export 'src/plugins/markdown/decoder/delta_markdown_decoder.dart' ;
42+ export 'src/plugins/markdown/document_markdown.dart' ;
Original file line number Diff line number Diff line change @@ -773,6 +773,13 @@ packages:
773773 url: "https://pub.dartlang.org"
774774 source: hosted
775775 version: "1.0.2"
776+ markdown:
777+ dependency: transitive
778+ description:
779+ name: markdown
780+ url: "https://pub.dartlang.org"
781+ source: hosted
782+ version: "6.0.1"
776783 matcher:
777784 dependency: transitive
778785 description:
You can’t perform that action at this time.
0 commit comments