veilid/veilid-flutter
Salvatore Testa 38d9610c6b
Update the Android development enviornment setup
1. Update `ANDROID_SDK_ROOT` to `ANDROID_HOME`. The former variable is
   deprecated. (see https://developer.android.com/tools/variables#envar)
2. Remove `ANDROID_NDK_HOME` environment variable. This should allow the
   build script to work out of the box for more folks.
3. Check that Java is on the `PATH` as opposed to just installing it.
   `asdf` and other runtime management tools are pretty popular, and all
   we care about is that the Java version is accessible.
4. Remove calls to `sudo`. Check to see if CocoaPods exists, if it
   doesn't install it using Homebrew which doesn't require `sudo`.
2023-11-19 17:31:23 -08:00
..
2023-09-21 15:53:25 -04:00
2023-10-21 18:51:16 -04:00
2023-01-03 09:13:18 -05:00
2023-11-05 20:24:28 -05:00
2023-10-07 23:00:28 -04:00
2023-05-29 19:24:57 +00:00
2023-11-06 20:51:41 -06:00
2023-10-07 23:00:28 -04:00
2022-03-12 15:27:15 -05:00
2022-01-16 11:19:01 -05:00
2023-07-30 15:57:06 -04:00
2023-10-14 23:16:19 -04:00
2023-10-14 20:18:37 -04:00
2023-07-15 19:35:22 -04:00
2023-07-19 12:48:44 -04:00
2023-11-06 20:51:41 -06:00
2022-01-16 11:19:01 -05:00
2022-03-12 15:27:15 -05: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.