Skip to content

Commit 16a98a9

Browse files
committed
chore: attempt fixes for failing builds for beta, and dev versions of Flutter
1 parent 4976b82 commit 16a98a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/flutter_form_builder/lib/src/fields/form_builder_text_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class FormBuilderTextField extends FormBuilderField<String> {
184184
///
185185
/// This setting is only honored on iOS devices.
186186
///
187-
/// If unset, defaults to the brightness of [ThemeData.primaryColorBrightness].
187+
/// If unset, defaults to the theme brightness.
188188
final Brightness? keyboardAppearance;
189189

190190
/// {@macro flutter.widgets.editableText.scrollPadding}

packages/form_builder_extra_fields/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 30
29+
compileSdkVersion 31
3030

3131
sourceSets {
3232
main.java.srcDirs += 'src/main/kotlin'

packages/form_builder_validators/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 30
29+
compileSdkVersion 31
3030

3131
sourceSets {
3232
main.java.srcDirs += 'src/main/kotlin'

0 commit comments

Comments
 (0)