From 51774bf4d46543e1e2e6859771f367c58e1e1330 Mon Sep 17 00:00:00 2001 From: sylvesterpaul David <87859727+Sylvester-git@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:52:27 +0100 Subject: [PATCH 1/6] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3d02c9a..5d656ac 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,7 @@ -# habitkit +# Habitkit -A new Flutter project. +HabitKit is a habit tracker application. The purpose of this application was to show that it is possible to convert your mobile applications into web presentations. -## Getting Started -This project is a starting point for a Flutter application. -A few resources to get you started if this is your first Flutter project: -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. From 0ec378b434f4833f892028ea9ef5dea931967f11 Mon Sep 17 00:00:00 2001 From: sylvesterpaul David <87859727+Sylvester-git@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:03:04 +0100 Subject: [PATCH 2/6] Create deploy.yml --- .github/workflows/deploy.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..3070c9c --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,31 @@ +name: Deploy Flutter Web to GitHub Pages + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Set up Flutter + uses: subosito/flutter-action@v2 + with: + flutter-version: 'stable' + + - name: Install dependencies + run: flutter pub get + + - name: Build Flutter web + run: flutter build web + + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: build/web From 38897399f901d498ca124aeaad7c27fbf4a6da1b Mon Sep 17 00:00:00 2001 From: sylvesterpaul David <87859727+Sylvester-git@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:07:02 +0100 Subject: [PATCH 3/6] Update deploy.yml --- .github/workflows/deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3070c9c..6c3b737 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,12 +13,15 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Install dependencies + run: sudo apt-get update && sudo apt-get install -y curl unzip xz-utils libglu1-mesa + - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' + flutter-version: '3.24.3' - - name: Install dependencies + - name: Install Flutter dependencies run: flutter pub get - name: Build Flutter web From a5c3b09ee35999b160b85b58dd87a51c5409d030 Mon Sep 17 00:00:00 2001 From: sylvesterpaul David <87859727+Sylvester-git@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:17:29 +0100 Subject: [PATCH 4/6] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c3b737..312ebfc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,5 +30,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITACTIONS_TOKEN }} publish_dir: build/web From 01e3edf347177041d578cfcdfcdf4c95b769bdf9 Mon Sep 17 00:00:00 2001 From: sylvesterpaul David <87859727+Sylvester-git@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:52:21 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d656ac..d80dcce 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,11 @@ HabitKit is a habit tracker application. The purpose of this application was to show that it is possible to convert your mobile applications into web presentations. +![Screenshot_20241224-224824](https://github.com/user-attachments/assets/b7c85395-2a39-40e4-acfe-60dd73c00b0d) +![Screenshot_20241224-223353](https://github.com/user-attachments/assets/05ff14b9-3c6a-4946-ba33-aeaafeb5b372) + +![Screenshot_20241224-223501](https://github.com/user-attachments/assets/98b8fc1b-30b0-4fb7-a9c0-884779ab6263) + +![Screenshot_20241224-223517](https://github.com/user-attachments/assets/292afbdb-a50f-478c-ad4f-2cca16e7a21d) From 326609c4aca46117f46a6723753f5a1fd2071772 Mon Sep 17 00:00:00 2001 From: sylvesterpaul David <87859727+Sylvester-git@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:37:46 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d80dcce..d0160ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Habitkit -HabitKit is a habit tracker application. The purpose of this application was to show that it is possible to convert your mobile applications into web presentations. +HabitKit is a habit tracker application. The purpose of this application is to show that it is possible to convert your mobile applications into web presentations. ![Screenshot_20241224-224824](https://github.com/user-attachments/assets/b7c85395-2a39-40e4-acfe-60dd73c00b0d)