File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
android/app/src/main/kotlin/dev/dartoos/android_test Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - running demo app on Android — [ 146] ( https://github.com/dartoos-dev/formdator/issues/146 ) .
13+
1014## [ 0.12.1] - 2021-09-07
1115
1216### Changed
Original file line number Diff line number Diff line change 1+ package dev.dartoos.example
2+
3+ import io.flutter.embedding.android.FlutterActivity
4+
5+ class MainActivity : FlutterActivity () {
6+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
77 name: async
88 url: "https://pub.dartlang.org"
99 source: hosted
10- version: "2.8.1 "
10+ version: "2.8.2 "
1111 boolean_selector:
1212 dependency: transitive
1313 description:
@@ -21,7 +21,7 @@ packages:
2121 name: characters
2222 url: "https://pub.dartlang.org"
2323 source: hosted
24- version: "1.1 .0"
24+ version: "1.2 .0"
2525 charcode:
2626 dependency: transitive
2727 description:
@@ -66,7 +66,7 @@ packages:
6666 path: ".."
6767 relative: true
6868 source: path
69- version: "0.11 .1"
69+ version: "0.12 .1"
7070 lint:
7171 dependency: "direct dev"
7272 description:
@@ -80,7 +80,7 @@ packages:
8080 name: matcher
8181 url: "https://pub.dartlang.org"
8282 source: hosted
83- version: "0.12.10 "
83+ version: "0.12.11 "
8484 meta:
8585 dependency: transitive
8686 description:
@@ -141,7 +141,7 @@ packages:
141141 name: test_api
142142 url: "https://pub.dartlang.org"
143143 source: hosted
144- version: "0.4.2 "
144+ version: "0.4.3 "
145145 typed_data:
146146 dependency: transitive
147147 description:
@@ -155,6 +155,6 @@ packages:
155155 name: vector_math
156156 url: "https://pub.dartlang.org"
157157 source: hosted
158- version: "2.1.0 "
158+ version: "2.1.1 "
159159sdks:
160- dart: ">=2.12 .0 <3.0.0"
160+ dart: ">=2.14 .0 <3.0.0"
You can’t perform that action at this time.
0 commit comments