Skip to content

Commit

Permalink
Merge pull request syncfusion#575 from Marismathan/master
Browse files Browse the repository at this point in the history
Updated samples for volume 1 2022 release
  • Loading branch information
JayavigneshwaranG authored Apr 4, 2022
2 parents ef13a27 + 5ff3ace commit 0c89086
Show file tree
Hide file tree
Showing 153 changed files with 6,145 additions and 955 deletions.
2 changes: 2 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ analyzer:
avoid_bool_literals_in_conditional_expressions: ignore
library_private_types_in_public_api: ignore
prefer_interpolation_to_compose_strings: ignore
always_specify_types: ignore

Binary file removed android/.gradle/4.10.2/fileChanges/last-build.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.2/fileContent/fileContent.lock
Binary file not shown.
Binary file removed android/.gradle/4.10.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file removed android/.gradle/4.10.2/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.2/javaCompile/javaCompile.lock
Binary file not shown.
Binary file removed android/.gradle/4.10.2/javaCompile/taskHistory.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.2/taskHistory/taskHistory.bin
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions android/.gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed android/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
package io.flutter.plugins;

import io.flutter.plugin.common.PluginRegistry;
import io.flutter.plugins.pathprovider.PathProviderPlugin;
import io.flutter.plugins.urllauncher.UrlLauncherPlugin;
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 {
public static void registerWith(PluginRegistry registry) {
if (alreadyRegisteredWith(registry)) {
return;
private static final String TAG = "GeneratedPluginRegistrant";
public static void registerWith(@NonNull FlutterEngine flutterEngine) {
try {
flutterEngine.getPlugins().add(new io.flutter.plugins.pathprovider.PathProviderPlugin());
} catch(Exception e) {
Log.e(TAG, "Error registering plugin path_provider_android, io.flutter.plugins.pathprovider.PathProviderPlugin", e);
}
PathProviderPlugin.registerWith(registry.registrarFor("io.flutter.plugins.pathprovider.PathProviderPlugin"));
UrlLauncherPlugin.registerWith(registry.registrarFor("io.flutter.plugins.urllauncher.UrlLauncherPlugin"));
}

private static boolean alreadyRegisteredWith(PluginRegistry registry) {
final String key = GeneratedPluginRegistrant.class.getCanonicalName();
if (registry.hasPlugin(key)) {
return true;
try {
flutterEngine.getPlugins().add(new com.syncfusion.flutter.pdfviewer.SyncfusionFlutterPdfViewerPlugin());
} catch(Exception e) {
Log.e(TAG, "Error registering plugin syncfusion_flutter_pdfviewer, com.syncfusion.flutter.pdfviewer.SyncfusionFlutterPdfViewerPlugin", e);
}
try {
flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin());
} catch(Exception e) {
Log.e(TAG, "Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin", e);
}
registry.registrarFor(key);
return false;
}
}
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
160 changes: 0 additions & 160 deletions android/gradlew

This file was deleted.

6 changes: 3 additions & 3 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk.dir=C:\\Users\\SriramKiranSenthilku\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\src\\flutter
sdk.dir=C:\\Users\\BuildAutomation\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\flutter
flutter.buildMode=debug
flutter.versionName=18.1.42
flutter.versionName=20.1.47
23 changes: 23 additions & 0 deletions assets/germany.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/flutter_assets/lib/sample_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -3610,4 +3610,4 @@
}
]
}
]
]
2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>9.0</string>
</dict>
</plist>
19 changes: 12 additions & 7 deletions ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=C:\src\flutter
FLUTTER_APPLICATION_PATH=D:\projects tasks\flut-887-rp-sb\flutter-samplebrowser\flutter_examples\flutter_examples
FLUTTER_TARGET=lib\main.dart
FLUTTER_ROOT=/Users/syncfusion/Developer/flutter
FLUTTER_APPLICATION_PATH=/Users/syncfusion/Desktop/GitHub/flutter-samplebrowser-release/flutter_examples/flutter_examples
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=/Users/syncfusion/Desktop/GitHub/flutter-samplebrowser-release/flutter_examples/flutter_examples/lib/main.dart
FLUTTER_BUILD_DIR=build
SYMROOT=${SOURCE_ROOT}/../build\ios
FLUTTER_FRAMEWORK_DIR=C:\src\flutter\bin\cache\artifacts\engine\ios
FLUTTER_BUILD_NAME=18.1.42
FLUTTER_BUILD_NUMBER=18.1.42
FLUTTER_BUILD_NAME=19.2.44
FLUTTER_BUILD_NUMBER=19.2.44
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=/Users/syncfusion/Desktop/GitHub/flutter-samplebrowser-release/flutter_examples/flutter_examples/.dart_tool/package_config.json
41 changes: 0 additions & 41 deletions ios/Podfile

This file was deleted.

Loading

0 comments on commit 0c89086

Please sign in to comment.