Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dungngminh committed Jul 7, 2023
1 parent 6d0bba6 commit 1123acd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ steps.version.outputs.version-number }}
name: v${{ steps.version.outputs.version-number }}
tag: ${{ steps.version.outputs.version-number }}
body: |
${{ steps.changelog.outputs.changelog }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ steps.version.outputs.version-number }}
name: v${{ steps.version.outputs.version-number }}
tag: ${{ steps.version.outputs.version-number }}
body: |
${{ steps.changelog.outputs.changelog }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ steps.version.outputs.version-number }}
name: v${{ steps.version.outputs.version-number }}
tag: ${{ steps.version.outputs.version-number }}
body: |
${{ steps.changelog.outputs.changelog }}
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ This macOS demo is running in Release Mode [v0.2.0](https://github.com/dungngmin
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dungngminh/app_creaty/deploy.yml)
[![Version badge](https://img.shields.io/github/v/release/dungngminh/app_creaty)](https://github.com/dungngminh/app_creaty/releases)
[![Flutter](https://img.shields.io/badge/Made%20with-Flutter-blue.svg)](https://flutter.dev/)

# App Creaty - Drag n Drop Mobile Development Tool

<img alt="AppLogo.jpeg" height="100" src=".github/screenshots/AppLogo.jpeg" width="100"/>

Drag n Drop Mobile Development Tool created by [@dungngminh](https://github.com/dungngminh).

## Getting Started 🤖

- This idea came from [FlutterFlow](https://flutterflow.io) but will be a Desktop App.

## Features 🔥

- Create and sync project in local.
- Sync to Supabase (WIP).
- Drag n Drop Widget:
Expand All @@ -30,22 +33,27 @@ Drag n Drop Mobile Development Tool created by [@dungngminh](https://github.com/
- Assets Manager (WIP)
- Preview app via local internet (WIP)
- Build apk file (WIP).

## What I used 💪

- Adjusted Flutter Widget pure Dart classes (Thanks [@rodydavis](https://github.com/rodydavis) for original version) in project's local package.
- Recursive Algorithm (will optimize soon to fit with Composite Pattern).
- Adjusted [device_frame](https://pub.dev/packages/device_preview) in project's local package.
- Material 3.
- [Supabase](https://supabase.com/) for backend side.

## How can I run this app? 🚀

- Will updated soon

## Platform 📦

- [X] Linux
- [X] macOS
- [x] Linux
- [x] macOS
- [ ] Windows

## Supported Widgets 🤖

- `Text`
- `Scaffold`
- `Column`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: App Creaty - Drag n Drop Mobile Developement Tool

publish_to: "none"

version: 0.8.0+1
version: 0.9.2

environment:
sdk: ">=3.0.0"
Expand Down

0 comments on commit 1123acd

Please sign in to comment.