Aleksandr Zhuhan
Aleksandr Zhuhan
Also you are welcome to provide better naming 😊
@crspybits this IS supported. `DefaultsAdapter` has constructor which takes `UserDefaults` instance. You need to create to create `UserDefaults` with appropriate app group shared between your main app and app extensions.
@sunshinejr can you review code here https://github.com/ky1vstar/SwiftyUserDefaultsNamespaces and decide wether it can be added to your library? Im afraid I don't have enough time to make PR myself.
Workaround: ```swift let controller = CropViewController(image: image) controller.transitioningDelegate = nil controller.modalTransitionStyle = .crossDissolve sourceController.present(controller, animated: true) ```
@endmr11 specify either master branch or latest commit explicitly in your pubspec.yaml, because Android V2 embedding is already implement by author, but he didn't release a new version (see [this](https://github.com/fengqiangboy/flutter-nordic-dfu/issues/40)...
Add this: ```yaml dependency_overrides: flutter_nordic_dfu: git: url: https://github.com/fengqiangboy/flutter-nordic-dfu.git ref: fab9beb ``` or this: ```yaml dependency_overrides: flutter_nordic_dfu: git: url: https://github.com/fengqiangboy/flutter-nordic-dfu.git ref: master ```
`CODE_SIGN_IDENTITY[sdk=macosx*]='-'` works for uploading to the App Store.
I've discovered a workaround, that results in working forward auth setup via Traefik and Actual Budget in docker compose. Make sure, that you know what you are doing since it...
I guess, it is closed in 0.28.0...