-
I created an expandable FAB button for my Flutter application with reading this [Google Cookbook.](https://flutter.dev/docs/cookbook/effects/expandable-fab)
The control is it, same as Google versio…
-
Alright, there seems to be a deeper issue regarding ```IPHONEOS_DEPLOYMENT_TARGET```. I've this error before, I've fixed it after many hours of combining peoples advice. This happens a few times depen…
-
```
dict_keys(['P931', 'P4552', 'P140', 'P1923', 'P150', 'P6', 'P27', 'P449', 'P1435', 'P175', 'P1344', 'P39', 'P527', 'P740', 'P706', 'P84', 'P495', 'P123', 'P57', 'P22', 'P178', 'P241', 'P403', …
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: ...
3. ...
**Expected results:**
I have a problem :
**Actual results:**
CocoaPods' output:
↳…
-
flutter build apk --release --no-tree-shake-icons --verbose
log
```
[ +129 ms] executing: [/Users/apple/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +52 ms] Exit …
-
i updated latest flutter sdk and after i updated it i get error from shared preferences package
```bash
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task '…
ghost updated
3 years ago
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: https://gist.github.com/idy/ea4875a481a1fa07084384f8d8ef5594
3. `flutter run -d mac`
**Expected results:*…
-
## Steps to Reproduce
1. `flutter create test_app`
2. Run the app on an iOS 14.0 simulator from Android Studio (4.1).
3. App displays an empty content (white screen).
![Kapture 2020-10-19 at 1…
-
Create a new flutter application and then add dependencies in pubspec.yaml:
```yaml
shared_preferences: ^0.5.7
flutter_facebook_login: ^3.0.0
```
add invoke code:
```dart
void main() async …
-
I do not know what's going on. When i click menu Run => Flutter Run ‘main.dart’ in Release Mode.
Everything goes well. Plugins is working. But if I get APK by -flutter build apk-, then install it on …