1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 06:18:49 +00:00

Change the sci-fi books we use in our samples (#783)

This commit is contained in:
Todd Volkert
2021-03-26 15:43:36 -07:00
committed by GitHub
parent 5cb6c39bd7
commit 9d50bdf494
4 changed files with 15 additions and 15 deletions

View File

@@ -45,9 +45,9 @@ class BooksAppState extends ChangeNotifier {
Book _selectedBook;
final List<Book> books = [
Book('Stranger in a Strange Land', 'Robert A. Heinlein'),
Book('Foundation', 'Isaac Asimov'),
Book('Fahrenheit 451', 'Ray Bradbury'),
Book('Left Hand of Darkness', 'Ursula K. Le Guin'),
Book('Too Like the Lightning', 'Ada Palmer'),
Book('Kindred', 'Octavia E. Butler'),
];
BooksAppState() : _selectedIndex = 0;