-
I tried to add my own icon to my app in Android Studio and I encountered a Manifest merger fail. I fount an identical question here but his answer is not working for me. I tried adding tools:replace="…
-
While investigating #3674, I created a file with the source below. This file fails to load in the VE because we don't have the dojox/calendar/Calendar.js file in our dojox library.
But if I close an…
-
### Description
(See screenshot, possibly related to https://github.com/xamarin/Xamarin.Forms/issues/13809 )
When using Xamarin.Forms.Visual.Material and the controls' Visual is set to Material, t…
-
## Steps to Reproduce
1. Update flutter from 1.12 to 1.17 channel stable
2. Our widget with showDatePicker does no more work as before
Code :
```
Future _getDate(BuildContext context, [Date…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: Add a SingleChildScrollView with a CupertinoScrollBar to the page. **Make sure the ScrollBar is displayed…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
I'm trying to get scikit-learn to run b…
-
### Steps to reproduce
ThemeData(
hintColor: Colors.red,
### Expected results
TextField's hint text color is read, as in previous version
### Actual results
TextField's hint text color see…
-
I am getting the error "Class referenced in the manifest, com.yalantis.ucrop.UCropActivity, was not found in the project or the libraries " when I add an activity to my Android Manifest file. Here is …
-
I am getting an error toast only on android 10.0, on SDK 9.X.X, I am getting “Storage permissions are denied”. how do I set the permission?
- I have android:requestLegacyExternalStorage="true" in tia…
-
Hello! The Android beacon/altbeacon library (version 2.20.6) does not identify any beacon devices on Android 12 and above, but on Android 11 and below the same code works (it identifies). I am working…