Skip to content

Commit 31ec300

Browse files
Moved release source from sample browser
1 parent fc03fb9 commit 31ec300

File tree

107 files changed

+6789
-4028
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+6789
-4028
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Syncfusion Flutter examples
22

3-
This repository contains awesome demos of [Syncfusion Flutter UI widgets](https://www.syncfusion.com/flutter-widgets). This is the best place to check our widgets to get more insight into the usage of APIs. You can also check our widgets by installing the complete Flutter sample browser from [Google Play Store](https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples) or [App Store](https://apps.apple.com/us/app/syncfusion-flutter-ui-widgets/id1475231341), in which you can browse the demo for all the widgets and view the source code of each sample within the app itself.
3+
This repository contains awesome demos of [Syncfusion Flutter UI widgets](https://www.syncfusion.com/flutter-widgets). This is the best place to check our widgets to get more insight into the usage of APIs. You can also check our widgets by installing the complete Flutter sample browser from [Google Play Store](https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples) or [App Store](https://apps.apple.com/us/app/syncfusion-flutter-ui-widgets/id1475231341), in which you can browse the demo for all the widgets and view the source code of each sample within the app itself.
44

55
<img src="images/flutter_examples.png"/>
66

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ analyzer:
1111
library_private_types_in_public_api: ignore
1212
prefer_interpolation_to_compose_strings: ignore
1313
always_specify_types: ignore
14+
use_late_for_private_fields_and_variables: ignore
15+
use_key_in_widget_constructors: ignore
1416

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
if (project.android.hasProperty("namespace")) {
2929
namespace "com.syncfusion.flutter_examples"
3030
}
31-
compileSdkVersion flutter.compileSdkVersion
31+
compileSdkVersion 34
3232

3333
lintOptions {
3434
disable 'InvalidPackage'
@@ -38,7 +38,7 @@ android {
3838
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3939
applicationId "com.syncfusion.flutter_examples"
4040
minSdkVersion 19
41-
targetSdkVersion flutter.targetSdkVersion
41+
targetSdkVersion 34
4242
versionCode flutterVersionCode.toInteger()
4343
versionName flutterVersionName
4444
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.4.2'
8+
classpath 'com.android.tools.build:gradle:8.1.1'
99
}
1010
}
1111

@@ -24,6 +24,6 @@ subprojects {
2424
project.evaluationDependsOn(':app')
2525
}
2626

27-
task clean(type: Delete) {
27+
tasks.register("clean", Delete) {
2828
delete rootProject.buildDir
2929
}

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
7+
org.gradle.java.home=C:\Program Files\Common Files\Oracle\Java\javapath

assets/pdf/annotations.pdf

7.43 KB
Binary file not shown.

images/chat_icon.png

6.98 KB
Loading

images/pdf_viewer/comment_dark.png

388 Bytes
Loading

images/pdf_viewer/comment_light.png

383 Bytes
Loading

images/pdf_viewer/help_dark.png

609 Bytes
Loading

0 commit comments

Comments
 (0)