ralfeus
ralfeus
App building for iOS fails with message: ``` Launching lib/main.dart on iPhone 14 Pro Max in debug mode... Warning: Missing build name (CFBundleShortVersionString). Warning: Missing build number (CFBundleVersion). Action Required:...
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [ ] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [x] I have...
Hi, I use `Workmanager` to run a background independent isolate. The setup is like this: ```dart /// Entry point to background isolate @pragma('vm:entry-point') void callbackDispatcher() { Workmanager().executeTask(backgroundMain); } /// Starts...
According to [this](https://github.com/swagger-api/swagger-codegen/blob/129235049ab062492c75cc193ecfada84633cc56/modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/DefaultGenerator.java#L954) line path level parameters are propagated to operation. However, the part `&& operation.getParameters() != null` excludes this scenario, because operation relying on path level parameters (like `GET...
While running `sonar-scanner` on either Dart library or Flutter project I get following error: ``` INFO: Detected Flutter project with version 0.0.1+47 INFO: Backup of original analysis_options.yaml file to analysis_options.yaml.sonar...
Current version of flask_security isn't compatible with Flask 3.0.0. (deprecated exported attributes are removed, Markup isn't reexported anymore)
**Description** Once a while the button "Start server" disappears from the bottom bar. If I try to start dev server from command menu I get an error: >Failed to find...
- fixed snakeCase in DefaultCodegenConfig - new DartFrogGenerator - server stub generator for Dart Frog framework
After about hour of playing clients stop responding to commands, resources stop updating. It seems the server stops running. I set log level to 'debug', but last entry there is...