The package to facilitate integration between a FastEdgy server and a Flutter application.
mkdir -p deps
git submodule add -b main https://github.com/krafterio/flutter-fastedgy.git deps/flutter_fastedgydependencies:
flutter_fastedgy:
path: deps/flutter_fastedgyflutter pub getgit submodule update --init --remote deps/flutter_fastedgy
flutter pub getThis project uses the Conventional Commits naming convention.
<type>(<scope>): <description>
- type: the type of modification made (required)
- scope: the scope (optional, but recommended)
- description: a short explanation (imperative, no capital letters, no period)
| Type | Description |
|---|---|
| feat | New feature |
| fix | Bug fix |
| docs | Change in documentation |
| style | Change of format (indentation, spaces, etc.) without functional impact |
| refactor | Refactoring the code without adding or correcting functionality |
| revert | Reverting a previous commit |
| merge | Merging branches |
| test | Adding or modifying tests |
| chore | Miscellaneous tasks without direct impact (build, dependencies, configs, etc.) |
| perf | Performance improvement |
| ci | Changes to CI/CD files (Github Actions, Gitlab CI, etc.) |
| release | Creating a new release |
| Scope | Description |
|---|---|
| core | Core logic and main features |
| flutter | Widgets or extensions for Flutter |
| provider | Features for Provider |
Flutter-FastEdgy is an Open Source, community-driven project.
Issues and feature requests are tracked in the Github issue tracker.
Pull Requests are tracked in the Github pull request tracker.
FastEdgy is released under the MIT License.
FastEdgy was originally created by Krafter.