File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
flutter_form_builder/lib/src/fields
form_builder_extra_fields/example/android/app
form_builder_validators/example/android/app Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ class FormBuilderTextField extends FormBuilderField<String> {
184
184
///
185
185
/// This setting is only honored on iOS devices.
186
186
///
187
- /// If unset, defaults to the brightness of [ThemeData.primaryColorBrightness] .
187
+ /// If unset, defaults to the theme brightness .
188
188
final Brightness ? keyboardAppearance;
189
189
190
190
/// {@macro flutter.widgets.editableText.scrollPadding}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 30
29
+ compileSdkVersion 31
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 30
29
+ compileSdkVersion 31
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
You can’t perform that action at this time.
0 commit comments