mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Fix stable CI (#1395)
This commit is contained in:
@@ -212,13 +212,13 @@ class BookForm extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const Divider(),
|
const Divider(),
|
||||||
const SizedBox(height: 32),
|
const SizedBox(height: 32),
|
||||||
if (book.thumbnail?.url != null) ... [
|
if (book.thumbnail?.url != null) ...[
|
||||||
Center(
|
Center(
|
||||||
child: Image.network(book.thumbnail!.url!),
|
child: Image.network(book.thumbnail!.url!),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 32),
|
const SizedBox(height: 32),
|
||||||
],
|
],
|
||||||
if (book.summary != null) ... [
|
if (book.summary != null) ...[
|
||||||
const Center(
|
const Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
'BOOK DESCRIPTION',
|
'BOOK DESCRIPTION',
|
||||||
|
|||||||
Reference in New Issue
Block a user