Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李卓原
2021-05-19 11:27:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
175c66796c7bd482baec93604f0952a8e3dfa9d7
175c6679
1 parent
7a2477fe
add actions
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
4 deletions
.github/workflows/actions.yml
example/ios/Flutter/flutter_export_environment.sh
.github/workflows/actions.yml
0 → 100644
View file @
175c667
name
:
Close inactive issues
on
:
schedule
:
-
cron
:
"
30
1
*
*
*"
jobs
:
close-issues
:
runs-on
:
ubuntu-latest
permissions
:
issues
:
write
pull-requests
:
write
steps
:
-
uses
:
actions/stale@v3
with
:
days-before-issue-stale
:
30
days-before-issue-close
:
14
stale-issue-label
:
"
stale"
stale-issue-message
:
"
This
issue
is
stale
because
it
has
been
open
for
30
days
with
no
activity."
close-issue-message
:
"
This
issue
was
closed
because
it
has
been
inactive
for
14
days
since
being
marked
as
stale."
days-before-pr-stale
:
-1
days-before-pr-close
:
-1
repo-token
:
${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
...
...
example/ios/Flutter/flutter_export_environment.sh
View file @
175c667
...
...
@@ -2,13 +2,12 @@
# This is a generated file; do not edit or check into version control.
export
"FLUTTER_ROOT=/Users/lizhuoyuan/Development/flutter"
export
"FLUTTER_APPLICATION_PATH=/Users/lizhuoyuan/Development/Project/flutter_screenutil/example"
export
"FLUTTER_TARGET=
/Users/lizhuoyuan/Development/Project/flutter_screenutil/example/
lib/main.dart"
export
"FLUTTER_TARGET=lib/main.dart"
export
"FLUTTER_BUILD_DIR=build"
export
"SYMROOT=
${
SOURCE_ROOT
}
/../build/ios"
export
"FLUTTER_BUILD_NAME=1.0.0"
export
"FLUTTER_BUILD_NUMBER=1"
export
"DART_DEFINES=flutter.inspector.structuredErrors%3Dtrue"
export
"DART_OBFUSCATION=false"
export
"TRACK_WIDGET_CREATION=
tru
e"
export
"TRACK_WIDGET_CREATION=
fals
e"
export
"TREE_SHAKE_ICONS=false"
export
"PACKAGE_CONFIG=
/Users/lizhuoyuan/Development/Project/flutter_screenutil/example/.dart_tool/package_config.json
"
export
"PACKAGE_CONFIG=
.packages
"
...
...
Please
register
or
login
to post a comment