File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## 1.0.1
6
6
7
- * Update package dependencies
7
+ * Update path_provider to the latest (1.6.27)
8
+ * Update platform interface to the latest (1.0.4)
9
+ * Remove permission_handler_tizen dependency temporarily
10
+ * Migrate to Tizen 4.0
Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ dependencies:
10
10
path : ../
11
11
12
12
dev_dependencies :
13
- integration_test : ^0.9.2
13
+ integration_test : ^1.0.1
14
14
integration_test_tizen :
15
15
path : ../../integration_test/
16
16
permission_handler : ^5.0.1+1
17
17
flutter_driver :
18
18
sdk : flutter
19
- pedantic : ^1.8.0
20
19
21
20
flutter :
22
21
uses-material-design : true
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >tizen60 </TargetFramework >
5
+ <TargetFramework >tizen40 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest package =" org.tizen.path_provider_tizen_example" version =" 1.0.0" api-version =" 5.5 " xmlns =" http://tizen.org/ns/packages" >
2
+ <manifest package =" org.tizen.path_provider_tizen_example" version =" 1.0.0" api-version =" 4.0 " xmlns =" http://tizen.org/ns/packages" >
3
3
<profile name =" common" />
4
- <ui-application appid =" org.tizen.path_provider_tizen_example" exec =" Runner.dll" type =" dotnet" multiple =" false" taskmanage =" true" nodisplay =" false" api-version =" 6 " launch_mode =" single" >
4
+ <ui-application appid =" org.tizen.path_provider_tizen_example" exec =" Runner.dll" type =" dotnet" multiple =" false" taskmanage =" true" nodisplay =" false" api-version =" 4 " launch_mode =" single" >
5
5
<label >path_provider_tizen_example</label >
6
6
<icon >ic_launcher.png</icon >
7
7
<metadata key =" http://tizen.org/metadata/prefer_dotnet_aot" value =" true" />
8
+ <metadata key =" http://tizen.org/metadata/direct-launch" value =" yes" />
8
9
</ui-application >
9
10
<feature name =" http://tizen.org/feature/screen.size.all" />
10
11
<privileges >
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ dependencies:
19
19
dev_dependencies :
20
20
flutter_test :
21
21
sdk : flutter
22
- pedantic : ^1.8.0
23
22
24
23
environment :
25
24
sdk : " >=2.2.2 <3.0.0"
You can’t perform that action at this time.
0 commit comments