1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

876 Commits

Author SHA1 Message Date
Filip Hracek
daa024a829 Add game_template (#1180)
Adds a template / sample for games built in Flutter, with all the bells and whistles, like ads, in-app purchases, audio, main menu, settings, and so on.

Co-authored-by: Parker Lougheed
Co-authored-by: Shams Zakhour
2022-05-10 15:08:43 +02:00
Emmanuel Garcia
5143bcf302 Download the gradle wrapper (#1231) 2022-05-09 15:26:34 -07:00
Brett Morgan
c36fee3294 Migrate from jcenter to mavenCentral (#1230) 2022-05-10 08:25:41 +10:00
Craig Labenz
e8b2bec22a Add Material You and Rich Text Editor samples (#1223)
* Added Material You and Rich Text Editor samples

* updated images to have Material 3

* updated packages info
2022-05-09 13:03:51 -07:00
Renzo Olivares
f057071adc Fix issue where intervals where merged when they did not overlap due to a typo, also only add interval to merged list if it has overlapped and been merged (#1228) 2022-05-10 00:34:51 +10:00
dependabot[bot]
c70bda1de3 Bump flutter_layout_grid from 2.0.0 to 2.0.1 in /simplistic_calculator (#1226) 2022-05-09 17:01:46 +10:00
dependabot[bot]
a1c9de584d Bump fluentui_system_icons in /simplistic_calculator (#1225) 2022-05-09 16:57:31 +10:00
dependabot[bot]
e356a932d1 Bump fluentui_system_icons in /desktop_photo_search/fluent_ui (#1227) 2022-05-09 16:56:51 +10:00
Brett Morgan
c6663fe4c2 simplistic_editor is failing on beta CI (#1224) 2022-05-09 01:38:43 +10:00
dependabot[bot]
13c12642bc Bump msix from 3.6.0 to 3.6.1 in /desktop_photo_search/fluent_ui (#1221)
Bumps [msix](https://github.com/YehudaKremer/msix) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/YehudaKremer/msix/releases)
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/YehudaKremer/msix/compare/3.6.0...3.6.1)

---
updated-dependencies:
- dependency-name: msix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-08 15:34:43 +10:00
dependabot[bot]
f008598620 Bump msix from 3.6.0 to 3.6.1 in /desktop_photo_search/material (#1222)
Bumps [msix](https://github.com/YehudaKremer/msix) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/YehudaKremer/msix/releases)
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/YehudaKremer/msix/compare/3.6.0...3.6.1)

---
updated-dependencies:
- dependency-name: msix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-08 15:33:09 +10:00
Qun Cheng
6694b00dae Added M3 demo app (#1189)
* Added M3 demo app

* Changed to use the centralized lint configuration.

* Moved the app at the root level

* Added to CI

* Added app to beta CI and commented app on stable CI file

* Update README.md

* Addressed comments

* fixed comments

* Reverted app name in CI files.

* Added project to the Pub Dependabot config

* Linting pass for current beta channel standards

Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
2022-05-06 08:29:31 -07:00
Renzo Olivares
9fd13b507c Add simplistic editor to samples to showcase TextEditingDeltas (#1217)
* Add simplistic editor to samples

* Toggle styles fix

* update name

* Add to CI and dependabot

* update minimum dart sdk

* fix pubspec

* update README

* Update README

* Add shift + arrow key selection and copy/paste keyboard actions

* Update README.md

* copy edits to readme

includes a sentence in each layer description whose accuracy I still need to verify

* update pubspec

* update pubspec.lock

* Fix bug with disabling expansion of replacement when cursor is at edge of replacement

Co-authored-by: Renzo Olivares <roliv@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
2022-05-06 08:26:07 -07:00
dependabot[bot]
2a6448a30d Bump msix from 3.5.1 to 3.6.0 in /desktop_photo_search/material (#1218) 2022-05-05 17:41:20 +10:00
dependabot[bot]
de93b98fe3 Bump actions/setup-java from 3.2.0 to 3.3.0 (#1219) 2022-05-05 17:40:06 +10:00
dependabot[bot]
0eebd8f7f5 Bump msix from 3.5.1 to 3.6.0 in /desktop_photo_search/fluent_ui (#1220) 2022-05-05 17:39:19 +10:00
dependabot[bot]
cd70e8508a Bump cloud_firestore in /experimental/web_dashboard (#1212)
Bumps [cloud_firestore](https://github.com/FirebaseExtended/flutterfire) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/cloud_firestore-v3.1.13...cloud_firestore_v3.1.14)

---
updated-dependencies:
- dependency-name: cloud_firestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:13:15 +10:00
dependabot[bot]
6dda0043d3 Bump firebase_core from 1.15.0 to 1.16.0 in /experimental/web_dashboard (#1214)
Bumps [firebase_core](https://github.com/FirebaseExtended/flutterfire) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_core-v1.15.0...firebase_core_v1.16.0)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:12:47 +10:00
dependabot[bot]
8fbf1d9033 Bump cloud_firestore from 3.1.13 to 3.1.14 in /flutter_maps_firestore (#1211)
Bumps [cloud_firestore](https://github.com/FirebaseExtended/flutterfire) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/cloud_firestore-v3.1.13...cloud_firestore_v3.1.14)

---
updated-dependencies:
- dependency-name: cloud_firestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:03:12 +10:00
dependabot[bot]
1a0134102c Bump firebase_core from 1.15.0 to 1.16.0 in /flutter_maps_firestore (#1213)
Bumps [firebase_core](https://github.com/FirebaseExtended/flutterfire) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_core-v1.15.0...firebase_core_v1.16.0)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:02:36 +10:00
dependabot[bot]
47fac56c8e Bump quiver from 3.0.1+1 to 3.1.0 in /navigation_and_routing (#1215)
Bumps [quiver](https://github.com/google/quiver-dart) from 3.0.1+1 to 3.1.0.
- [Release notes](https://github.com/google/quiver-dart/releases)
- [Changelog](https://github.com/google/quiver-dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/quiver-dart/compare/3.0.1...3.1.0)

---
updated-dependencies:
- dependency-name: quiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:00:34 +10:00
dependabot[bot]
c07018b167 Bump firebase_auth from 3.3.16 to 3.3.17 in /experimental/web_dashboard (#1216)
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.16 to 3.3.17.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.16...firebase_auth_v3.3.17)

---
updated-dependencies:
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:00:04 +10:00
dependabot[bot]
446c17b6a4 Bump fluent_ui from 3.11.0 to 3.11.1 in /desktop_photo_search/fluent_ui (#1188)
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/bdlukaa/fluent_ui/releases)
- [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bdlukaa/fluent_ui/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: fluent_ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 20:53:30 +10:00
dependabot[bot]
18d9b0cacf Bump fluent_ui from 3.11.0 to 3.11.1 in /simplistic_calculator (#1187)
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/bdlukaa/fluent_ui/releases)
- [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bdlukaa/fluent_ui/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: fluent_ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 20:52:13 +10:00
Drew Roen
1630b08455 Pin actions/checkout github action to a hash instead of a version for increased security (#1179) 2022-04-28 12:40:18 -07:00
dependabot[bot]
ac373e7604 Bump built_value from 8.2.1 to 8.2.3 in /desktop_photo_search/fluent_ui (#1168)
Bumps [built_value](https://github.com/google/built_value.dart) from 8.2.1 to 8.2.3.
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.1...v8.2.3)

---
updated-dependencies:
- dependency-name: built_value
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:33:04 +10:00
dependabot[bot]
88b524ecbc Bump json_annotation from 4.4.0 to 4.5.0 in /experimental/web_dashboard (#1176)
Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.4.0...json_annotation-v4.5.0)

---
updated-dependencies:
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:32:33 +10:00
dependabot[bot]
18a4342dd1 Bump built_value from 8.2.2 to 8.2.3 in /jsonexample (#1173)
Bumps [built_value](https://github.com/google/built_value.dart) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.2...v8.2.3)

---
updated-dependencies:
- dependency-name: built_value
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:32:09 +10:00
dependabot[bot]
8fa4a7be54 Bump built_value from 8.2.2 to 8.2.3 in /desktop_photo_search/material (#1175)
Bumps [built_value](https://github.com/google/built_value.dart) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.2...v8.2.3)

---
updated-dependencies:
- dependency-name: built_value
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:31:26 +10:00
dependabot[bot]
bb8a84d549 Bump json_serializable in /experimental/web_dashboard (#1177)
Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.1.6 to 6.2.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.6...json_serializable-v6.2.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:30:56 +10:00
dependabot[bot]
6a0944b76e Bump json_serializable from 6.1.6 to 6.2.0 in /experimental/linting_tool (#1174)
Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.1.6 to 6.2.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.6...json_serializable-v6.2.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:30:05 +10:00
dependabot[bot]
de61552555 Bump built_value_generator from 8.2.2 to 8.2.3 in /jsonexample (#1167)
Bumps [built_value_generator](https://github.com/google/built_value.dart) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.2...v8.2.3)

---
updated-dependencies:
- dependency-name: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:29:36 +10:00
dependabot[bot]
ca7ffea0cb Bump google_maps_flutter from 2.1.3 to 2.1.4 in /flutter_maps_firestore (#1166)
Bumps [google_maps_flutter](https://github.com/flutter/plugins) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/compare/google_maps_flutter-v2.1.3...google_maps_flutter-v2.1.4)

---
updated-dependencies:
- dependency-name: google_maps_flutter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:27:24 +10:00
dependabot[bot]
3c6cebd171 Bump github/codeql-action from 2.1.8 to 2.1.9 (#1178)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1ed1437484...7502d6e991)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:26:57 +10:00
dependabot[bot]
cad1fccb79 Bump firebase_auth from 3.3.15 to 3.3.16 in /experimental/web_dashboard (#1172)
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.15 to 3.3.16.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.15...firebase_auth-v3.3.16)

---
updated-dependencies:
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:26:40 +10:00
dependabot[bot]
a8bc72ed1e Bump built_value_generator in /desktop_photo_search/material (#1171)
Bumps [built_value_generator](https://github.com/google/built_value.dart) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.2...v8.2.3)

---
updated-dependencies:
- dependency-name: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:24:35 +10:00
dependabot[bot]
918b54292e Bump built_value_generator in /desktop_photo_search/fluent_ui (#1164) 2022-04-28 17:52:56 +10:00
dependabot[bot]
04be66729a Bump json_annotation from 4.4.0 to 4.5.0 in /jsonexample (#1163) 2022-04-28 17:52:37 +10:00
dependabot[bot]
9cceea16d4 Bump json_serializable from 6.1.6 to 6.2.0 in /form_app (#1161) 2022-04-28 17:52:12 +10:00
dependabot[bot]
ce7bd1462e Bump google_maps_flutter from 2.1.3 to 2.1.4 in /place_tracker (#1162) 2022-04-28 17:51:46 +10:00
dependabot[bot]
a7806bbc11 Bump built_value from 8.1.4 to 8.2.2 in /jsonexample (#1156) 2022-04-27 20:28:42 +10:00
dependabot[bot]
9213dbf93e Bump built_value from 8.1.4 to 8.2.2 in /desktop_photo_search/material (#1158) 2022-04-27 18:51:42 +10:00
dependabot[bot]
4524792462 Bump built_value_generator from 8.2.0 to 8.2.2 in /jsonexample (#1159) 2022-04-27 18:50:53 +10:00
dependabot[bot]
f763f0eddb Bump built_value_generator in /desktop_photo_search/fluent_ui (#1160) 2022-04-27 18:49:35 +10:00
dependabot[bot]
6f167e2908 Bump built_value from 8.1.4 to 8.2.1 in /desktop_photo_search/fluent_ui (#1154) 2022-04-27 18:24:09 +10:00
dependabot[bot]
430031b5a9 Bump actions/setup-java from 3.1.1 to 3.2.0 (#1155) 2022-04-27 18:23:30 +10:00
Brett Morgan
f998c9577e Add unawaited_futures (#1148) 2022-04-27 09:24:19 +10:00
dependabot[bot]
802026f4ea Bump subosito/flutter-action from 1.5.3 to 2.4.0 (#1147)
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 1.5.3 to 2.4.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/v1.5.3...d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 08:48:34 -07:00
dependabot[bot]
b7fb986173 Bump google_fonts from 2.3.1 to 2.3.2 in /experimental/linting_tool (#1146)
Bumps [google_fonts](https://github.com/material-foundation/google-fonts-flutter) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/material-foundation/google-fonts-flutter/releases)
- [Changelog](https://github.com/material-foundation/google-fonts-flutter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/material-foundation/google-fonts-flutter/commits/v2.3.2)

---
updated-dependencies:
- dependency-name: google_fonts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 17:02:53 +10:00
Jenn Magder
6f5d2777cc Do not run GitHub workflows on forks (#1107) 2022-04-26 09:27:30 +10:00