From d2070cd6b8c865cfb47e0c2b7f70f52d33095880 Mon Sep 17 00:00:00 2001 From: Rene Kievits Date: Tue, 28 Oct 2025 22:26:20 +0100 Subject: [PATCH] small readme change --- README.md | 7 +++---- lib/src/screens/start_screen.dart | 9 ++++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4ebce24..c96b466 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Getting the app up and running is simple. Clone the repository and install the dependencies: ```bash -git clone https://github.com/your-username/wanikani-kanji-srs.git -cd wanikani-kanji-srs +git clone https://github.com/crylia/hirameki-srs.git +cd hirameki-srs flutter pub get ``` @@ -57,5 +57,4 @@ flutter run - **Start Screen**: From the main screen, you can jump into a "Kanji Quiz", "Vocabulary Quiz", or "Browse Items". - **Quiz Screen**: Choose your desired quiz mode at the top. The app will start presenting questions based on your SRS progress. -- **Browse Screen**: Switch between Kanji and Vocabulary using the tabs at the top. Swipe left or right to navigate between levels. Use the scrollable navigator at the bottom to jump to a specific level quickly. - +- **Browse Screen**: Switch between Kanji and Vocabulary using the tabs at the top. Swipe left or right to navigate between levels. Use the scrollable navigator at the bottom to jump to a specific level quickly. \ No newline at end of file diff --git a/lib/src/screens/start_screen.dart b/lib/src/screens/start_screen.dart index 4714af2..0a742f4 100644 --- a/lib/src/screens/start_screen.dart +++ b/lib/src/screens/start_screen.dart @@ -80,7 +80,8 @@ class _StartScreenState extends State { style: ElevatedButton.styleFrom( backgroundColor: Colors.blueAccent, foregroundColor: Colors.white, - padding: const EdgeInsets.symmetric(horizontal: 32, vertical: 16), + padding: + const EdgeInsets.symmetric(horizontal: 32, vertical: 16), shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(12)), ), @@ -99,7 +100,8 @@ class _StartScreenState extends State { style: ElevatedButton.styleFrom( backgroundColor: Colors.blueAccent, foregroundColor: Colors.white, - padding: const EdgeInsets.symmetric(horizontal: 32, vertical: 16), + padding: + const EdgeInsets.symmetric(horizontal: 32, vertical: 16), shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(12)), ), @@ -118,7 +120,8 @@ class _StartScreenState extends State { style: ElevatedButton.styleFrom( backgroundColor: Colors.deepPurpleAccent, foregroundColor: Colors.white, - padding: const EdgeInsets.symmetric(horizontal: 32, vertical: 16), + padding: + const EdgeInsets.symmetric(horizontal: 32, vertical: 16), shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(12)), ),