https://github.com/rithik-dev/pixaby_tw
https://github.com/rithik-dev/pixaby_tw
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rithik-dev/pixaby_tw
- Owner: rithik-dev
- Created: 2024-04-15T20:13:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T11:50:26.000Z (almost 2 years ago)
- Last Synced: 2024-06-09T12:46:06.963Z (almost 2 years ago)
- Language: Dart
- Size: 9.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixaby_tw
A new Flutter project.
# Deployment Guide
- Commit on `main`
- `git checkout gh-pages`
- `git merge main`
- `flutter build web --release`
- Commit on `gh-pages`
- `git subtree push --prefix build/web origin gh-pages`
GitHub Action takes over and deploys on GitHub pages
## 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.