https://github.com/kjxbyz/flutter-packages
Plugins & Packages for Flutter.
https://github.com/kjxbyz/flutter-packages
captcha dart dingxiang dxcaptcha flutter hcaptcha package plugin
Last synced: 4 months ago
JSON representation
Plugins & Packages for Flutter.
- Host: GitHub
- URL: https://github.com/kjxbyz/flutter-packages
- Owner: kjxbyz
- License: mit
- Created: 2024-02-19T11:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T09:06:56.000Z (over 1 year ago)
- Last Synced: 2026-01-14T09:26:53.787Z (5 months ago)
- Topics: captcha, dart, dingxiang, dxcaptcha, flutter, hcaptcha, package, plugin
- Language: Dart
- Homepage: https://kjxbyz.com/flutterfleet
- Size: 9.06 MB
- Stars: 1
- Watchers: 0
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Fleet
[](https://www.codefactor.io/repository/github/FlutterFleet/docs)
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
```
## Production
The production server runs at [https://kjxbyz.com/flutterfleet](https://kjxbyz.com/flutterfleet)
Build the application for production:
```bash
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
```
Locally preview production build:
```bash
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
```