kennen

Results 9 issues of kennen

Xcode's output: ↳ duplicate symbol __channel in: /Users/kennen/Desktop/gurante/build/ios/Release-iphoneos/audioplayer/libaudioplayer.a(AudioplayerPlugin.o) /Users/kennen/Desktop/gurante/build/ios/Release-iphoneos/flutter_sound/libflutter_sound.a(FlutterSoundPlugin.o) ld: 1 duplicate symbol for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

```dart static double? bottomPadding; static double getHeight(BuildContext context) { if (bottomPadding == null) { bottomPadding = MediaQuery.of(context).padding.bottom; } print("##### bottomPadding = $bottomPadding"); return _buttonHeight * _rowLength + (bottomPadding ?? 0)...

``` clang: error: unable to execute command: Segmentation fault: 11 clang: error: clang frontend command failed due to signal (use -v to see invocation) Apple clang version 12.0.0 (clang-1200.0.32.28) Target:...

When I finished installing via `gem install fir-cli` , the following warning appeared when I checked the version number ```shell fir -v Calling `c::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please...

``` [!] Unable to determine Swift version for the following pods: - `local_notifications` does not specify a Swift version and none of the targets (`Runner`) integrating it have the `SWIFT_VERSION`...

有考虑支持空安全吗?

In the sample project, the last UITextView cannot edit and select text The file directory is /FlexLayout/Example/FlexLayoutSample/UI/Examples/YogaExampleF/YogaExampleFView.swift Line 145 iPhone12, iOS17.3.1 macOS14.3, Xcode15.2 ```swift $0.addItem().direction(.row).alignItems(.baseline).marginBottom(20).define { let label = UILabel()...