
* Gracefully ignore html content * Test for less than, consolidate table tests * Specify missing type annotation * Add Mike Hoolehan to AUTHORS
16 lines
309 B
YAML
16 lines
309 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:
|
|
sdk: flutter
|
|
markdown: '^0.11.0'
|
|
string_scanner: ^1.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|