veilid/veilid-flutter
Δ ǀ Ξ ȼ d38f3cb42f
Refactored Earthfile to improve caching
Targets have been parallelized so that initial push of the container cache should build the whole build a little quicker, plus the container should now use the cache for more of the build and so speed up normal builds to just the compilation and test of the code that has changed

The `build_cache` target now builds a `build-cache:latest` container that is stored in the GitLab project Container Registry, and then used (if it exists) by the `test_build` target.  The `build_cache` task runs under 3 conditions, 1. the container does not exist, 2. if scheduled, 3. if run manually from the Pipelines page in the GitLab interface.

It is recommended that the build is set up to run on a weekly schedule via the `Pipeline schedules` page in GitLab with the schedule of `0 2 * * 6`.
2023-10-31 11:17:13 +00:00
..
android update keyvaluedb 2023-09-21 15:53:25 -04:00
example update keyvaluedb 2023-09-21 15:53:25 -04:00
ios debug 2023-01-03 09:13:18 -05:00
lib revert encoding 'fix' and add unit test. 2023-10-07 20:34:21 -04:00
linux windows cleanup 2023-10-07 23:00:28 -04:00
macos removing dev branch, many changes 2023-05-29 19:24:57 +00:00
rust Refactored Earthfile to improve caching 2023-10-31 11:17:13 +00:00
test revert encoding 'fix' and add unit test. 2023-10-07 20:34:21 -04:00
windows windows cleanup 2023-10-07 23:00:28 -04:00
.gitignore fix android 2022-03-12 15:27:15 -05:00
.metadata add veilid flutter plugin skeleton 2022-01-16 11:19:01 -05:00
analysis_options.yaml fixes 2023-07-30 15:57:06 -04:00
build.sh freezed 2023-07-15 19:35:22 -04:00
build.yaml freezed 2023-07-15 19:35:22 -04:00
CHANGELOG.md add veilid flutter plugin skeleton 2022-01-16 11:19:01 -05:00
LICENSE.md licensing 2023-07-19 12:48:44 -04:00
pubspec.yaml Version update: v0.2.2 → v0.2.3 2023-09-17 13:21:57 -05:00
README.md add veilid flutter plugin skeleton 2022-01-16 11:19:01 -05:00
setup_flutter.bat fix android 2022-03-12 15:27:15 -05:00
setup_flutter.sh fix some more network issues 2023-07-13 18:52:03 -04:00

veilid

Veilid Network

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.