Skip to content

Commit

Permalink
Merge branch 'feature/fix' into develop
Browse files Browse the repository at this point in the history
Finished fixing
  • Loading branch information
martin-headspace committed Feb 17, 2020
2 parents 0c87de3 + 668142b commit 9b27a76
Show file tree
Hide file tree
Showing 30 changed files with 620 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

276 changes: 276 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file added android/.gradle/5.6.2/fileChanges/last-build.bin
Binary file not shown.
Binary file added android/.gradle/5.6.2/fileContent/fileContent.lock
Binary file not shown.
Binary file added android/.gradle/5.6.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added android/.gradle/5.6.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file added android/.gradle/5.6.2/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file added android/.gradle/5.6.2/javaCompile/javaCompile.lock
Binary file not shown.
Binary file added android/.gradle/5.6.2/javaCompile/taskHistory.bin
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions android/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Sun Feb 16 22:51:16 CST 2020
gradle.version=5.6.2
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package io.flutter.plugins;

import androidx.annotation.Keep;
import androidx.annotation.NonNull;
import io.flutter.embedding.engine.FlutterEngine;

/**
* Generated file. Do not edit.
* This file is generated by the Flutter tool based on the
* plugins that support the Android platform.
*/
@Keep
public final class GeneratedPluginRegistrant {
public static void registerWith(@NonNull FlutterEngine flutterEngine) {
flutterEngine.getPlugins().add(new io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin());
}
}
Binary file added android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Loading

0 comments on commit 9b27a76

Please sign in to comment.