-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
392 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="JAVA_MODULE" version="4"> | ||
<component name="FacetManager"> | ||
<facet type="android" name="Android"> | ||
<configuration /> | ||
</facet> | ||
</component> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/webview_flutter_wkwebview/example/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/webview_flutter_wkwebview/example/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/webview_flutter_wkwebview/example/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/high_chart/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/high_chart/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/high_chart/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/url_launcher_ios/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/url_launcher_ios/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/url_launcher_ios/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/url_launcher_ios/example/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/url_launcher_ios/example/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/url_launcher_ios/example/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/high_chart/example/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/high_chart/example/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/high_chart/example/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/webview_flutter_wkwebview/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/webview_flutter_wkwebview/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/webview_flutter_wkwebview/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/flutter_js/.pub" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/flutter_js/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/flutter_js/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/flutter_js/example/build" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/flutter_js/example/.dart_tool" /> | ||
<excludeFolder url="file://$MODULE_DIR$/.ios/.symlinks/plugins/flutter_js/example/.pub" /> | ||
</content> | ||
<orderEntry type="jdk" jdkName="Android API 32 Platform" jdkType="Android SDK" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" name="Dart SDK" level="project" /> | ||
<orderEntry type="library" name="Dart Packages" level="project" /> | ||
<orderEntry type="library" name="Flutter Plugins" level="project" /> | ||
</component> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="JAVA_MODULE" version="4"> | ||
<component name="FacetManager"> | ||
<facet type="android" name="Android"> | ||
<configuration> | ||
<option name="ALLOW_USER_CONFIGURATION" value="false" /> | ||
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/.android/gen" /> | ||
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/.android/gen" /> | ||
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/.android/AndroidManifest.xml" /> | ||
<option name="RES_FOLDER_RELATIVE_PATH" value="/.android/res" /> | ||
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/.android/assets" /> | ||
<option name="LIBS_FOLDER_RELATIVE_PATH" value="/.android/libs" /> | ||
<option name="PROGUARD_LOGS_FOLDER_RELATIVE_PATH" value="/.android/proguard_logs" /> | ||
</configuration> | ||
</facet> | ||
</component> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$/.android"> | ||
<sourceFolder url="file://$MODULE_DIR$/.android/Flutter/src/main/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/.android/gen" isTestSource="false" generated="true" /> | ||
</content> | ||
<orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" name="Flutter for Android" level="project" /> | ||
</component> | ||
</module> |
24 changes: 24 additions & 0 deletions
24
...eview/example/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package io.flutter.plugins; | ||
|
||
import androidx.annotation.Keep; | ||
import androidx.annotation.NonNull; | ||
import io.flutter.Log; | ||
|
||
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 { | ||
private static final String TAG = "GeneratedPluginRegistrant"; | ||
public static void registerWith(@NonNull FlutterEngine flutterEngine) { | ||
try { | ||
flutterEngine.getPlugins().add(new io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin()); | ||
} catch (Exception e) { | ||
Log.e(TAG, "Error registering plugin shared_preferences_android, io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin", e); | ||
} | ||
} | ||
} |
2 changes: 2 additions & 0 deletions
2
packages/flutter_device_preview/example/android/local.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sdk.dir=/Users/hemishpancholi/Library/Android/sdk | ||
flutter.sdk=/Users/hemishpancholi/flutter |
14 changes: 14 additions & 0 deletions
14
packages/flutter_device_preview/example/ios/Flutter/Generated.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=/Users/hemishpancholi/flutter | ||
FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/flutter_device_preview/example | ||
COCOAPODS_PARALLEL_CODE_SIGN=true | ||
FLUTTER_TARGET=lib/main.dart | ||
FLUTTER_BUILD_DIR=build | ||
FLUTTER_BUILD_NAME=1.0.0 | ||
FLUTTER_BUILD_NUMBER=1 | ||
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 | ||
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7 | ||
DART_OBFUSCATION=false | ||
TRACK_WIDGET_CREATION=true | ||
TREE_SHAKE_ICONS=false | ||
PACKAGE_CONFIG=.dart_tool/package_config.json |
13 changes: 13 additions & 0 deletions
13
packages/flutter_device_preview/example/ios/Flutter/flutter_export_environment.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/hemishpancholi/flutter" | ||
export "FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/flutter_device_preview/example" | ||
export "COCOAPODS_PARALLEL_CODE_SIGN=true" | ||
export "FLUTTER_TARGET=lib/main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" | ||
export "DART_OBFUSCATION=false" | ||
export "TRACK_WIDGET_CREATION=true" | ||
export "TREE_SHAKE_ICONS=false" | ||
export "PACKAGE_CONFIG=.dart_tool/package_config.json" |
19 changes: 19 additions & 0 deletions
19
packages/flutter_device_preview/example/ios/Runner/GeneratedPluginRegistrant.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// Generated file. Do not edit. | ||
// | ||
|
||
// clang-format off | ||
|
||
#ifndef GeneratedPluginRegistrant_h | ||
#define GeneratedPluginRegistrant_h | ||
|
||
#import <Flutter/Flutter.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface GeneratedPluginRegistrant : NSObject | ||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry; | ||
@end | ||
|
||
NS_ASSUME_NONNULL_END | ||
#endif /* GeneratedPluginRegistrant_h */ |
21 changes: 21 additions & 0 deletions
21
packages/flutter_device_preview/example/ios/Runner/GeneratedPluginRegistrant.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// Generated file. Do not edit. | ||
// | ||
|
||
// clang-format off | ||
|
||
#import "GeneratedPluginRegistrant.h" | ||
|
||
#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>) | ||
#import <shared_preferences_foundation/SharedPreferencesPlugin.h> | ||
#else | ||
@import shared_preferences_foundation; | ||
#endif | ||
|
||
@implementation GeneratedPluginRegistrant | ||
|
||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry { | ||
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]]; | ||
} | ||
|
||
@end |
11 changes: 11 additions & 0 deletions
11
packages/flutter_device_preview/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=/Users/hemishpancholi/flutter | ||
FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/flutter_device_preview/example | ||
COCOAPODS_PARALLEL_CODE_SIGN=true | ||
FLUTTER_BUILD_DIR=build | ||
FLUTTER_BUILD_NAME=1.0.0 | ||
FLUTTER_BUILD_NUMBER=1 | ||
DART_OBFUSCATION=false | ||
TRACK_WIDGET_CREATION=true | ||
TREE_SHAKE_ICONS=false | ||
PACKAGE_CONFIG=.dart_tool/package_config.json |
12 changes: 12 additions & 0 deletions
12
...ages/flutter_device_preview/example/macos/Flutter/ephemeral/flutter_export_environment.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/hemishpancholi/flutter" | ||
export "FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/flutter_device_preview/example" | ||
export "COCOAPODS_PARALLEL_CODE_SIGN=true" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" | ||
export "DART_OBFUSCATION=false" | ||
export "TRACK_WIDGET_CREATION=true" | ||
export "TREE_SHAKE_ICONS=false" | ||
export "PACKAGE_CONFIG=.dart_tool/package_config.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sdk.dir=/Users/hemishpancholi/Library/Android/sdk | ||
flutter.sdk=/Users/hemishpancholi/flutter |
14 changes: 14 additions & 0 deletions
14
packages/high_chart/example/ios/Flutter/Generated.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=/Users/hemishpancholi/flutter | ||
FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/high_chart/example | ||
COCOAPODS_PARALLEL_CODE_SIGN=true | ||
FLUTTER_TARGET=lib/main.dart | ||
FLUTTER_BUILD_DIR=build | ||
FLUTTER_BUILD_NAME=1.0.0 | ||
FLUTTER_BUILD_NUMBER=1 | ||
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 | ||
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7 | ||
DART_OBFUSCATION=false | ||
TRACK_WIDGET_CREATION=true | ||
TREE_SHAKE_ICONS=false | ||
PACKAGE_CONFIG=.dart_tool/package_config.json |
13 changes: 13 additions & 0 deletions
13
packages/high_chart/example/ios/Flutter/flutter_export_environment.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/hemishpancholi/flutter" | ||
export "FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/high_chart/example" | ||
export "COCOAPODS_PARALLEL_CODE_SIGN=true" | ||
export "FLUTTER_TARGET=lib/main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" | ||
export "DART_OBFUSCATION=false" | ||
export "TRACK_WIDGET_CREATION=true" | ||
export "TREE_SHAKE_ICONS=false" | ||
export "PACKAGE_CONFIG=.dart_tool/package_config.json" |
24 changes: 24 additions & 0 deletions
24
...field/example/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package io.flutter.plugins; | ||
|
||
import androidx.annotation.Keep; | ||
import androidx.annotation.NonNull; | ||
import io.flutter.Log; | ||
|
||
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 { | ||
private static final String TAG = "GeneratedPluginRegistrant"; | ||
public static void registerWith(@NonNull FlutterEngine flutterEngine) { | ||
try { | ||
flutterEngine.getPlugins().add(new com.shivam.otp_pin_field.OtpPinFieldPlugin()); | ||
} catch (Exception e) { | ||
Log.e(TAG, "Error registering plugin otp_pin_field, com.shivam.otp_pin_field.OtpPinFieldPlugin", e); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sdk.dir=/Users/hemishpancholi/Library/Android/sdk | ||
flutter.sdk=/Users/hemishpancholi/flutter |
14 changes: 14 additions & 0 deletions
14
packages/otp_pin_field/example/ios/Flutter/Generated.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=/Users/hemishpancholi/flutter | ||
FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/otp_pin_field/example | ||
COCOAPODS_PARALLEL_CODE_SIGN=true | ||
FLUTTER_TARGET=lib/main.dart | ||
FLUTTER_BUILD_DIR=build | ||
FLUTTER_BUILD_NAME=1.0.0 | ||
FLUTTER_BUILD_NUMBER=1 | ||
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 | ||
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7 | ||
DART_OBFUSCATION=false | ||
TRACK_WIDGET_CREATION=true | ||
TREE_SHAKE_ICONS=false | ||
PACKAGE_CONFIG=.dart_tool/package_config.json |
13 changes: 13 additions & 0 deletions
13
packages/otp_pin_field/example/ios/Flutter/flutter_export_environment.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/hemishpancholi/flutter" | ||
export "FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/otp_pin_field/example" | ||
export "COCOAPODS_PARALLEL_CODE_SIGN=true" | ||
export "FLUTTER_TARGET=lib/main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" | ||
export "DART_OBFUSCATION=false" | ||
export "TRACK_WIDGET_CREATION=true" | ||
export "TREE_SHAKE_ICONS=false" | ||
export "PACKAGE_CONFIG=.dart_tool/package_config.json" |
19 changes: 19 additions & 0 deletions
19
packages/otp_pin_field/example/ios/Runner/GeneratedPluginRegistrant.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// Generated file. Do not edit. | ||
// | ||
|
||
// clang-format off | ||
|
||
#ifndef GeneratedPluginRegistrant_h | ||
#define GeneratedPluginRegistrant_h | ||
|
||
#import <Flutter/Flutter.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface GeneratedPluginRegistrant : NSObject | ||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry; | ||
@end | ||
|
||
NS_ASSUME_NONNULL_END | ||
#endif /* GeneratedPluginRegistrant_h */ |
21 changes: 21 additions & 0 deletions
21
packages/otp_pin_field/example/ios/Runner/GeneratedPluginRegistrant.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// Generated file. Do not edit. | ||
// | ||
|
||
// clang-format off | ||
|
||
#import "GeneratedPluginRegistrant.h" | ||
|
||
#if __has_include(<otp_pin_field/OtpPinFieldPlugin.h>) | ||
#import <otp_pin_field/OtpPinFieldPlugin.h> | ||
#else | ||
@import otp_pin_field; | ||
#endif | ||
|
||
@implementation GeneratedPluginRegistrant | ||
|
||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry { | ||
[OtpPinFieldPlugin registerWithRegistrar:[registry registrarForPlugin:@"OtpPinFieldPlugin"]]; | ||
} | ||
|
||
@end |
19 changes: 19 additions & 0 deletions
19
...endar/example/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package io.flutter.plugins; | ||
|
||
import androidx.annotation.Keep; | ||
import androidx.annotation.NonNull; | ||
import io.flutter.Log; | ||
|
||
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 { | ||
private static final String TAG = "GeneratedPluginRegistrant"; | ||
public static void registerWith(@NonNull FlutterEngine flutterEngine) { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sdk.dir=/Users/hemishpancholi/Library/Android/sdk | ||
flutter.sdk=/Users/hemishpancholi/flutter |
14 changes: 14 additions & 0 deletions
14
packages/table_calendar/example/ios/Flutter/Generated.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=/Users/hemishpancholi/flutter | ||
FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/table_calendar/example | ||
COCOAPODS_PARALLEL_CODE_SIGN=true | ||
FLUTTER_TARGET=lib/main.dart | ||
FLUTTER_BUILD_DIR=build | ||
FLUTTER_BUILD_NAME=1.0.0 | ||
FLUTTER_BUILD_NUMBER=1 | ||
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 | ||
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7 | ||
DART_OBFUSCATION=false | ||
TRACK_WIDGET_CREATION=true | ||
TREE_SHAKE_ICONS=false | ||
PACKAGE_CONFIG=.dart_tool/package_config.json |
13 changes: 13 additions & 0 deletions
13
packages/table_calendar/example/ios/Flutter/flutter_export_environment.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/hemishpancholi/flutter" | ||
export "FLUTTER_APPLICATION_PATH=/Users/hemishpancholi/Documents/Flutter Projects/ensemble/ensemble/packages/table_calendar/example" | ||
export "COCOAPODS_PARALLEL_CODE_SIGN=true" | ||
export "FLUTTER_TARGET=lib/main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" | ||
export "DART_OBFUSCATION=false" | ||
export "TRACK_WIDGET_CREATION=true" | ||
export "TREE_SHAKE_ICONS=false" | ||
export "PACKAGE_CONFIG=.dart_tool/package_config.json" |
Oops, something went wrong.