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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user