davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
99 stars 44 forks source link

Remove NBSP #63

Closed michalsrutek closed 2 years ago

michalsrutek commented 2 years ago

This replaces a NBSP with a regular space. This way, there will be no warning about it in the build log :)

Log for reference

treating Unicode character as whitespace [-Wunicode-whitespace]
▸         } else {
▸               ^
davidmartos96 commented 2 years ago

@michalsrutek Thanks for the corrections! I've published a new version just now 2.1.1+1. That should clear that iOS build warning log.