Commit Graph
54 Commits
Author SHA1 Message Date
Koji WakamiyaandGitHub 62f096cacd Update README (#266)
* doc: Update README

* fix: Specify the dev channel version
2024-02-13 07:52:27 +07:00
Jørgen TjernøandGitHub 844082558d Improvements to caching (#265)
* Bump actions/cache to v4 to suppress node warnings

* Respect `PUB_CACHE` from the environment

* Cache pub-cache separately from flutter

In order to reduce the extra work that happens when you update your
pubspec.lock, don't use `hashFiles('**/pubspec.lock')` in the hash of
the flutter installation, and separately cache the `.pubspec-cache`.

Also return the `.pub-cache` to `$HOME`, since it's not part of the tool
installation.

* Fix README example of pub-cache-path and document `PUB_CACHE`
2024-02-13 07:13:38 +07:00
Devon CarewandGitHub 02b923c0e1 add support for the main channel (#258)
* add support for the main channel

* update testing for the 'main' channel
2023-11-20 16:29:45 +07:00
Gustl22andGitHub cc97e1648f feat: Allow git ref as version in master channel (#237)
* feat: Allow git ref as version in `master` channel

* fix lint

* fix parsing

* fix test

* fix checkout, add tests

* replace with tab
2023-10-11 15:55:21 +07:00
Alif Rachmawadi ed388baf1d fixes #224; update readme 2023-06-24 16:31:51 +07:00
Alif Rachmawadi 48cafc2471 re-add master channel support 2023-03-23 05:52:25 +07:00
Alif Rachmawadi ed0e860e8f make simpler 2023-03-21 21:37:50 +07:00
Alif RachmawadiandGitHub dbf1fa04f4 Replace set-output with $GITHUB_OUTPUT; fixes #192 (#194)
* replace set-output with $GITHUB_OUTPUT

* use stdout for test mode

* update readme
2022-10-13 06:31:27 +07:00
Alif Rachmawadi de3cdb9a4b enhance set output 2022-09-08 09:12:35 +07:00
Alif Rachmawadi c30358aafe dynamic cache path 2022-07-26 13:20:39 +07:00
Alif Rachmawadi 472d887f68 update readme 2022-07-26 11:56:47 +07:00
Alif Rachmawadi e5fb13927b update readme 2022-07-25 19:36:41 +07:00
Alif RachmawadiandGitHub 54864698df test mode and cache key builder (#175) 2022-07-24 19:19:31 +07:00
GooolerandGitHub 2fcd5629bc Bump actions/checkout to v3 (#145) 2022-04-19 17:54:50 +07:00
菘菘andGitHub 6a13bd0836 feat: support to set architecture of SDK executable (#147)
* feat: support to set architecture of SDK executable

* docs: update

* fix: try fix tests

* ci: set `fail-fast` to false

* fix: get latest version sdk

* fix: test any version

* fix: legacy version format

* fix: tests

* revert changes for `.github/workflows/workflow.yml`

* Update workflow.yml

* rename `ARCHITECTURE` to `ARCH`

* follow the existing spacing

* style: simplified code

* Update setup.sh

* style
2022-04-19 16:08:46 +07:00
Alif Rachmawadi 5e1529bc12 update readme 2022-02-07 23:42:26 +00:00
David Miguel Lozano 2d3283596d Remove dev channel 2022-02-04 12:04:07 +01:00
Alif Rachmawadi 31089a7435 update readme 2022-01-13 11:02:57 +00:00
Alif Rachmawadi 4f5d1c6d12 add cache path option 2022-01-13 10:46:00 +00:00
Alif Rachmawadi 03e576dcd6 actions/cache integration 2022-01-10 04:45:27 +00:00
Alif Rachmawadi f95a8c953b add actions/cache support 2022-01-07 04:54:02 +00:00
Alif Rachmawadi 3dae472464 update readme 2022-01-06 16:00:13 +00:00
Alif Rachmawadi 523b0faa40 update readme for linux desktop dependencies (closes #49) 2022-01-06 11:45:16 +00:00
Alif Rachmawadi 813937b170 update readme for desktop build (closes #86) 2022-01-06 11:17:49 +00:00
Alif Rachmawadi 8af4ab61aa update readme 2022-01-06 11:12:10 +00:00
Alif Rachmawadi 4686a99fc5 update readme 2022-01-06 09:55:43 +00:00
Alif Rachmawadi f6d2e5de5d update readme 2022-01-06 09:23:09 +00:00
Tianhao ZhouandGitHub 5c3d315241 fix: add missing arguments for java setup 2021-05-17 01:10:08 -07:00
Alif Rachmawadi 13141e86c3 update readme 2021-04-26 14:56:05 +00:00
Alif Rachmawadi 41992c08db adjust windows example 2021-04-26 14:49:19 +00:00
Alif RachmawadiandGitHub d94ad8f4a5 Merge pull request #68 from majudhu/patch-1
add example to build for windows
2021-04-26 21:47:15 +07:00
Alif Rachmawadi 8c0828b9c2 update readme 2021-04-26 14:24:54 +00:00
Alif Rachmawadi d2a92405ab update examples 2020-12-01 15:49:09 +00:00
MajudhuandGitHub 1b4d6c711f add example to build for windows
add example script which will build a windows executable and also upload it to action artifacts
2020-11-25 14:07:49 +05:00
Christian ClaussandGitHub c4e0544d9c fixup! Fix typo 2020-10-20 14:50:34 +02:00
Christian ClaussandGitHub 2ff7205390 README.md: actions/checkout@v2 2020-10-14 12:50:28 +02:00
Alif RachmawadiandGitHub 282b38c3d9 Merge pull request #30 from AlessioLuciani/master
Add iOS and Android app bundle builds
2020-08-14 10:12:00 +07:00
Alessio LucianiandGitHub 5d4e01ab3b Add build instructions for the web 2020-06-19 16:13:08 +02:00
Alif Rachmawadi c1bf65eb31 add dart usage example 2020-04-14 02:34:44 +00:00
Alessio LucianiandGitHub a81c830097 Add iOS and Android app bundle builds
Solving issue https://github.com/subosito/flutter-action/issues/7 .
2020-04-09 14:40:15 +02:00
Alif Rachmawadi f9c63c34c2 move articles section to wiki 2020-03-04 17:23:17 +07:00
Alif Rachmawadi 0669f04336 update sample 2019-12-07 15:58:29 +07:00
Alif Rachmawadi 6b19b1359b update articles 2019-12-07 15:53:43 +07:00
Alif Rachmawadi 0c86155a3e fix wording 2019-11-30 08:59:42 +07:00
Nabil Mohammed NalakathandGitHub b673b1ec64 updated README
Added a link to tutorial which demonstrates how to use this GitHub action in a flutter project.
2019-10-13 03:18:49 +05:30
Tianhao ZhouandGitHub 36e62b1fd9 change flutter version in doc
Change the flutter version in README from 1.8.4 to 1.7.8+hotfix.4 to keep it consistent with the first example and also avoid the confusion because 1.8.4 beta does not exist (which will cause a http error if someone copy the code as is).
2019-09-29 22:36:56 -07:00
Alif Rachmawadi 0fdcd6ee16 updated usage 2019-08-18 21:25:10 +07:00
Alif Rachmawadi 9fcb2724bc use flutter-version 2019-08-16 19:15:18 +07:00
Alif Rachmawadi 1f3ea86f20 updated usage 2019-08-16 19:03:08 +07:00
Alif Rachmawadi 9b82c25a31 use version; fixes #1 2019-08-16 09:28:18 +07:00