Skip to content

Commit 982d583

Browse files
committed
Apply code review feedback
1 parent cab41ca commit 982d583

8 files changed

Lines changed: 25 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
dbus-run-session -- bash -c "
8888
echo tizen | gnome-keyring-daemon --unlock &&
8989
flutter-tizen build tpk -pcommon --debug
90-
"
90+
"

lib/tizen_cache.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class TizenCache extends Cache {
6262
osUtils: osUtils,
6363
artifacts: <ArtifactSet>[],
6464
) {
65-
registerArtifact(FontSubsetArtifacts(this, platform: platform));
6665
registerArtifact(PubDependencies(
6766
logger: logger,
6867
// flutter root and pub must be lazily initialized to avoid accessing

packages/flutter_tizen/example/tizen/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ flutter/
33
*.user
44
bin/
55
obj/
6+
7+
# Tizen Core CLI (tz) related files
8+
tizen_dotnet_project.yaml
9+
*.csproj.backup

templates/module/csharp/.tizen.tmpl/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ flutter/
33
*.user
44
bin/
55
obj/
6+
7+
# Tizen Core CLI (tz) related files
8+
tizen_dotnet_project.yaml
9+
*.csproj.backup

templates/multi-app/csharp/service/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ flutter/
33
*.user
44
bin/
55
obj/
6+
7+
# Tizen Core CLI (tz) related files
8+
tizen_dotnet_project.yaml
9+
*.csproj.backup

templates/multi-app/csharp/ui/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ flutter/
33
*.user
44
bin/
55
obj/
6+
7+
# Tizen Core CLI (tz) related files
8+
tizen_dotnet_project.yaml
9+
*.csproj.backup

templates/service-app/csharp/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ flutter/
33
*.user
44
bin/
55
obj/
6+
7+
# Tizen Core CLI (tz) related files
8+
tizen_dotnet_project.yaml
9+
*.csproj.backup

templates/ui-app/csharp/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ flutter/
33
*.user
44
bin/
55
obj/
6+
7+
# Tizen Core CLI (tz) related files
8+
tizen_dotnet_project.yaml
9+
*.csproj.backup

0 commit comments

Comments
 (0)