I have had this same issue as discussed in
https://github.com/flutter/flutter/issues/100067
I was able to get the flutter Webview.
But I need to change the color from Aqua to Blue as shown in the plus button in bottom Navigation bar. Please Help.
I have had this same issue as discussed in
https://github.com/flutter/flutter/issues/100067
I was able to get the flutter Webview.
But I need to change the color from Aqua to Blue as shown in the plus button in bottom Navigation bar. Please Help.
2
Answers
Try below code, refer showDatePicker
Full Code:
Result->
Refer the issue and configuration
Open the
build.gradle
file for your application.Make sure that the repositories section includes Google’s Maven Repository google(). For example:
Add the library to the dependencies section:
Set the light theme in /android/app/src/main/res/values/styles.xml:
content_copy
change
to
Set the dark theme in /android/app/src/main/res/values-night/styles.xml
content_copy
change
to