Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 committed May 15, 2024
1 parent 0b829bf commit d280c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ So i decided to make one myself. I did not know Dart and Flutter at all in the b
The database itself is accessible to everyone following the important work of the Sefaria organization, so a big thank to them for that.

Key features of the project:
* the software is FREE and will be ALLWAYS FREE.
* Built to work effeciently on any device, including Windows, Linux, and Android.
* The app is designed to be as user friendly as possible.
* A thorough selection process has been undertaken to ensure that the books are suitable for the Torah community
Expand Down
1 change: 1 addition & 0 deletions lib/screens/library_browser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class _LibraryBrowserState extends State<LibraryBrowser> {
builder: (context, snapshot) {
if (snapshot.hasData) {
return ListView(
key: PageStorageKey(currentTopCategory.toString()),
children: snapshot.data!,
);
}
Expand Down

0 comments on commit d280c04

Please sign in to comment.