Skip to content

Commit

Permalink
upgrade pub
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Apr 23, 2024
1 parent fbd175b commit 8002759
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/you_note_dart/lib/src/content/source_code.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class _CodeVisitor extends GeneralizingAstVisitor {

@override
visitFunctionExpressionInvocation(FunctionExpressionInvocation node) {
print("node: ${node}");
print("node: $node");
return super.visitFunctionExpressionInvocation(node);
}
@override
Expand Down
21 changes: 12 additions & 9 deletions packages/you_note_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,27 @@ dependencies:
collection: ^1.18.0
path: ^1.8.3
file: ^7.0.0
http: ^1.2.1
glob: ^2.1.1

# content
markdown: ^7.0.0
highlight: ^0.7.0

# code analyzer
analyzer: ^6.4.1
code_builder: ^4.4.0
dart_style: ^2.0.0
args: ^2.4.2
analyzer: ^6.4.1
glob: ^2.1.1
watcher: ^1.1.0
stack_trace: ^1.11.1
source_map_stack_trace: ^2.1.1
source_maps: ^0.10.12

# plugin
shared_preferences: ^2.2.2
flutter_markdown: ^0.6.14
flutter_markdown: ^0.7.1
flutter_highlight: ^0.7.0
http: ^1.2.1
stack_trace: ^1.11.1
source_map_stack_trace: ^2.1.1
source_maps: ^0.10.12

# you_*
you_dart: ^0.0.4
you_flutter: ^0.0.4

Expand Down

0 comments on commit 8002759

Please sign in to comment.