Mike
Mike
Usually, it is needed to maintain a single code style in the project, including formatting. This lead us to use `dart format` tool in order to keep the code base...
## Problem On IOS, SQLite (FMDB) and SQLCipher (FMDB/SQLCipher) are in conflict. Avoid linking both of them in the project at the same time. It will lead to unintended unpredictable...
Resolves #100
It is needed to update manual native integration documentation (especially for [reattribution via deep links](https://github.com/adjust/flutter_sdk#reattribution-via-deep-links)) to ~~default~~ recommended languages: - Swift (IOS) - currently: ObjectiveC - Kotlin (Android) - currently:...
## Ultimate problem: Lack of built-in 'idn-email' format validation. ## How it was fixed: It was fixed using `rfc_6531` package. ## Testing suggestions: Testing is built-in into `rfc_6531` package. ##...