Tobias Ottenweller
Tobias Ottenweller
This add the ability to configure your database to drop all existing data if a migration fails or is missing. These changes are inspired by #473 but do not always...
When handing local system paths, a special constructor must be called on `URL`. See the official [documentation](https://developer.apple.com/documentation/foundation/nsurl/1414650-fileurl). For example, without this fix `/Users/some-user/Library/Developer/CoreSimulator/Devices/828006A2-398A-40E6-B8C4-10D6974A84EA/data/Containers/Data/Application/005825E6-2EC9-45BD-9F9F-54EE3D3033D8/Library/Application Support/audio/some-audio-file` would result in `nil` being handed...
* This PR upgrades the Xcode project (proposed changes by Xcode) * Updates the `logRevenue` calls to remove warnings
When using: ``` expect(subject).[last|first|array].to(throwError()) ``` the tests only compile if the element used is `Any`. Otherwise you get a compilation error. So ``` let subject = ReplaySubject.createUnbounded() subject.onError(AnyError.any) expect(subject).first.to(throwError()) ```...
Currently there seems to be no way to reset session information (`sessionsCount`, `firstVisit`, ...) as well as the visitor id. I would propose some functionality that enables deleting all stored...
Trying to use `ScreenObserver` will raise following error when using it with nested routers: 'package:flutter/src/widgets/navigator.dart': Failed assertion: line 3362 pos 14: 'observer.navigator == null': is not true. ════════ Exception caught...
## Environment **Package version:** 17.0.1 ## Describe your question Depending on the local/language setting of an app, users expect to input floating point number with varying decimal separators. (E.g. see...