-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
855ddeb
commit 4e0fb4a
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
#!/bin/bash | ||
|
||
# Copyright (C) 2023 Intel Corporation | ||
# Copyright (C) 2023-24 Intel Corporation | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
# install_dart.sh | ||
# GitHub Codespaces setup: Install Dart SDK according to the instructions from https://dart.dev/get-dart#install-using-apt-get. | ||
# install_flutter.sh | ||
# GitHub Codespaces setup: Install Flutter SDK following this Dockerfile recipe: | ||
# https://github.com/appleboy/flutter-docker/blob/master/Dockerfile | ||
# or this git area | ||
# https://github.com/yostane/flutter2-desktop | ||
# | ||
# 2023 February 5 | ||
# Author: Chykon | ||
# 2024 February 12 | ||
# Author: Desmond Kirkpatrick <[email protected]> | ||
|
||
set -euo pipefail | ||
|
||
|