Skip to content

Commit

Permalink
Merge pull request #1102 from johnmccutchan/patch-1
Browse files Browse the repository at this point in the history
Remove references to v1 embedding
  • Loading branch information
alextekartik authored May 1, 2024
2 parents f281785 + 9cd3590 commit 0112a52
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@ public SqflitePlugin(Context context) {
this.context = context.getApplicationContext();
}

//
// Plugin registration.
//
@SuppressWarnings("deprecation")
public static void registerWith(io.flutter.plugin.common.PluginRegistry.Registrar registrar) {
SqflitePlugin sqflitePlugin = new SqflitePlugin();
sqflitePlugin.onAttachedToEngine(registrar.context(), registrar.messenger());
}

static private Map<String, Object> fixMap(Map<Object, Object> map) {
Map<String, Object> newMap = new HashMap<>();
for (Map.Entry<Object, Object> entry : map.entrySet()) {
Expand Down

0 comments on commit 0112a52

Please sign in to comment.