
I/flutter (21854): #13 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3924:5) I/flutter (21854): #12 Element.rebuild (package:flutter/src/widgets/framework.dart:3738:5) I/flutter (21854): #11 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3961:16) I/flutter (21854): #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2904:12) I/flutter (21854): #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:3101:14) I/flutter (21854): #8 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3919:5) I/flutter (21854): #7 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4088:11) I/flutter (21854): #6 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3924:5) I/flutter (21854): #5 Element.rebuild (package:flutter/src/widgets/framework.dart:3738:5) I/flutter (21854): #4 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3941:15) I/flutter (21854): #3 StatefulElement.build (package:flutter/src/widgets/framework.dart:4047:27) I/flutter (21854): #2 _TextFieldState.build (package:flutter/src/material/text_field.dart:924:12) I/flutter (21854): #1 debugCheckHasMaterial (package:flutter/src/material/debug.dart:68:4)

(package:flutter/src/material/debug.dart:65:7) I/flutter (21854): #0 debugCheckHasMaterial. I/flutter (21854): When the exception was thrown, this was the stack: I/flutter (21854): be enabled by passing -track-widget-creation to flutter run or flutter test.

Enabling it enables improved error messages. I/flutter (21854): Widget creation tracking is currently disabled. I/flutter (21854): Column(direction: vertical, mainAxisAlignment: start, crossAxisAlignment: center) I/flutter (21854): FormBuilderDateTimePicker I/flutter (21854): The ancestors of this widget were: I/flutter (21854): EdgeInsets.all(8.0)), alignLabelWithHint: false)) I/flutter (21854): TextField(controller: TextEditingController#c28c4(TextEditingValue(text: ┤├, selection:

I/flutter (21854): The specific widget that could not find a Material ancestor was: I/flutter (21854): Material itself, such as a Card, Dialog, Drawer, or Scaffold. I/flutter (21854): To introduce a Material widget, you can either directly include one, or use a widget that contains I/flutter (21854): there be a Material widget in the tree above them. Because of this, many material library widgets require that I/flutter (21854): that renders ink splashes, for instance. I/flutter (21854): material library, that material is represented by the Material widget. I/flutter (21854): In material design, most widgets are conceptually "printed" on a sheet of material. I/flutter (21854): TextField widgets require a Material widget ancestor. I/flutter (21854): No Material widget found. I/flutter (21854): EdgeInsets.all(8.0)), alignLabelWithHint: false), dirty, state: _TextFieldState#c8ec5): I/flutter (21854): InputDecoration(labelText: "Appointment Time", suffixIcon: IconButton(Icon, padding: I/flutter (21854): false), composing: TextRange(start: -1, end: -1))), focusNode: FocusNode#305dd, decoration: I/flutter (21854): TextSelection(baseOffset: -1, extentOffset: -1, affinity: TextAffinity.downstream, isDirectional:

I/flutter (21854): TextEditingController#c28c4(TextEditingValue(text: ┤├, selection: I/flutter (21854): The following assertion was thrown building TextField(controller:
#FLUTTER FORM BUILDER APK#
It compiles fine but apk will not install on a Pixel 3a XL API 29 Emulator. I picked up the example from the plugin page and tried to run it.
