davidmartos96 / sqflite_sqlcipher

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

deprecated warnings... #40

Closed Abhijit-Revamp closed 3 years ago

Abhijit-Revamp commented 3 years ago

when I create a release build for APK, getting following warning:

/.pub-cache/hosted/pub.dartlang.org/sqflite_sqlcipher-2.0.0/android/src/main/java/com/davidmartos96/sqflite_sqlcipher/SqfliteSqlCipherPlugin.java:37: warning: [deprecation] Registrar in PluginRegistry has been deprecated import io.flutter.plugin.common.PluginRegistry.Registrar;

Similar warnings are there while building for iOS

davidmartos96 commented 3 years ago

@Abhijit-Revamp You can ignore the warnings. The plugin native side is up to date but the deprecated way of doing things is still there for backwards compatibility