-
## Steps to Reproduce
Launching app on iOS emulator renders error message from CocoaPods. There is no error when running the same app on an Android emulator.
## Logs
```
Launchin…
-
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
## command
```
flutter --suppress-analytics build aot --output-dir=build/aot --target-platform=ios --target=lib/m…
-
as the example :
for user in try db.prepare(users.select(id, email)) {
print("id: \(user[id]), email: \(user[email])")
// id: 1, email: alice@mac.com
}
// SELECT "id", "email" FROM "use…
icoco updated
3 years ago
-
## Steps to Reproduce
1. after flutter run, and app started, console shows service protocol connection closed and stop running
2. it's only happens on real iOS device, emulator and android…
-
`flutter run` -> this works
`flutter build macos` -> this does not work
I've tried on both the dev and master channels with the same output.
## Steps to Reproduce
1. Add a new package to pub…
-
I am trying to create a hybird local cordova app for both Android and iOS with SalesforceMobileSDK. I managed to get Android wroking, but I ran into some issue when building the iOS app
1. Versio…
-
Hi,
I have made a app in flutter. It works fine on android emulators and on real android phones. I also managed to run the app without problems in iOS simulators. However, when releasing the app on…
-
https://docs.darlinghq.org/build-instructions.html
**Build Log**
```
ubuntu@ip-172-31-27-112:~$ sudo apt install clang git cmake ninja-build
Reading package lists... Done
Building depen…
-
the flutter android textfield is always disabled by entering anything
-
Currently it seems not supported. Could you please provide some hints on how shouold I work on it to support them? Thanks!