File tree Expand file tree Collapse file tree 7 files changed +15
-11
lines changed
packages/integration_test Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
## 1.0.0
2
2
3
3
* Initial release
4
+
5
+ ## 1.0.1
6
+
7
+ * Update integration_test to the latest (1.0.1)
8
+ * Migrate to Tizen 4.0
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This package is not an _endorsed_ implementation of `integration_test`. Therefor
8
8
9
9
``` yaml
10
10
dependencies :
11
- integration_test : ^0.9.2
12
- integration_test_tizen : ^1.0.0
11
+ integration_test : ^1.0.1
12
+ integration_test_tizen : ^1.0.1
13
13
` ` `
14
14
15
15
Then you can import ` integration_test` in your Dart code:
Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ dev_dependencies:
12
12
sdk : flutter
13
13
flutter_driver :
14
14
sdk : flutter
15
- integration_test : ^0.9.2
15
+ integration_test : ^1.0.1
16
16
integration_test_tizen :
17
17
path : ../
18
18
test : any
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.integration_test_example" version =" 1.0.0" api-version =" 5.5 " xmlns =" http://tizen.org/ns/packages" >
2
+ <manifest package =" org.tizen.integration_test_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.integration_test_example" exec =" Runner.dll" type =" dotnet" multiple =" false" taskmanage =" true" nodisplay =" false" api-version =" 6 " launch_mode =" single" >
4
+ <ui-application appid =" org.tizen.integration_test_example" exec =" Runner.dll" type =" dotnet" multiple =" false" taskmanage =" true" nodisplay =" false" api-version =" 4 " launch_mode =" single" >
5
5
<label >integration_test_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
</manifest >
Original file line number Diff line number Diff line change 1
1
name : integration_test_tizen
2
2
description : Tizen implementation of the integration_test plugin
3
- version : 1.0.0
3
+ version : 1.0.1
4
4
homepage : https://github.com/flutter-tizen/plugins
5
5
6
6
flutter :
@@ -19,8 +19,7 @@ dependencies:
19
19
sdk : flutter
20
20
21
21
dev_dependencies :
22
- integration_test : ^0.9.2
23
- pedantic : ^1.8.0
22
+ integration_test : ^1.0.1
24
23
25
24
environment :
26
25
sdk : " >=2.2.2 <3.0.0"
Original file line number Diff line number Diff line change 3
3
4
4
APPNAME = integration_test_plugin
5
5
type = sharedLib
6
- profile = common-5.5
6
+ profile = common-4.0
7
7
8
8
# Source files
9
9
USER_SRCS += src/integration_test_plugin.cc
You can’t perform that action at this time.
0 commit comments