1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

updated add_to_app sample to pigeon 1.0 (#894)

This commit is contained in:
gaaclarke
2021-09-08 11:07:11 -07:00
committed by GitHub
parent 69abb6146a
commit e43698fa01
10 changed files with 673 additions and 184 deletions

View File

@@ -11,14 +11,12 @@ class Book {
String summary;
String publishDate;
int pageCount;
// Thumbnail thumbnail;
Thumbnail thumbnail;
}
// TODO(gaaclarke): add this back when the https://github.com/flutter/flutter/issues/58896
// crash is resolved.
// class Thumbnail {
// String url;
// }
class Thumbnail {
String url;
}
@FlutterApi()
abstract class FlutterBookApi {