mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
19 lines
428 B
YAML
19 lines
428 B
YAML
name: flutter_markdown
|
|
description: A markdown renderer for Flutter.
|
|
version: 0.1.0
|
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
|
homepage: http://flutter.io
|
|
|
|
dependencies:
|
|
flutter:
|
|
path: ../flutter
|
|
markdown: "0.9.0"
|
|
string_scanner: "0.1.4+1"
|
|
|
|
dev_dependencies:
|
|
flutter_tools:
|
|
path: ../flutter_tools
|
|
test: any # constrained by the dependency in flutter_tools
|
|
flutter_test:
|
|
path: ../flutter_test
|