diff --git a/Flutter/pdf/how-to/custom-widget-on-flutterflow.md b/Flutter/pdf/how-to/custom-widget-on-flutterflow.md deleted file mode 100644 index 0f1073761..000000000 --- a/Flutter/pdf/how-to/custom-widget-on-flutterflow.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -layout: post -title: PDF Widget in FlutterFlow | Syncfusion -description: You can learn here all about adding Syncfusion Flutter PDF ( SfPDF Widget ) widget in FlutterFlow Framework. -platform: flutter -control: PDF -documentation: ug ---- - -# How to add Syncfusion PDF widget in FlutterFlow? - -## Overview - -[FlutterFlow](https://app.flutterflow.io/dashboard) enables you to create native applications using its graphical interface, reducing the need to write extensive amounts of code. Additionally, it offers the capability to include custom widgets that are not included in the default [FlutterFlow](https://app.flutterflow.io/dashboard) widget collection. This article explains how to incorporate our SfPDF widget as a custom widget in [FlutterFlow](https://app.flutterflow.io/dashboard). - -### Create a new project - -Navigate to the [FlutterFlow dashboard](https://app.flutterflow.io/dashboard) and click the `+ Create New` button to create a new project. - -### Creating the custom widget - -1. Navigate to the `Custom Code` section in the left side navigation menu. -2. Click on the `+ Add` button to open a dropdown menu, then select `Widget`. -3. Update the widget name as desired. -4. Click the `View Boilerplate Code` button on the right side, represented by this icon `[>]`. -5. A popup will appear with startup code; locate the button labeled `> Copy to Editor` and click on it. -6. Save the widget. - - - -### Add PDF widget as a dependency - -1. Click on `+ Add Dependency`, a text editor will appear. -2. Navigate to [Syncfusion Flutter PDF](https://pub.dev/packages/syncfusion_flutter_PDF) in [pub.dev](https://pub.dev/) and copy the dependency name and version using the `Copy to Clipboard` option. - -3. Paste the copied dependency into the text editor, then click `Refresh` and `Save` it. - ->**Note**: The live version of [Syncfusion Flutter PDF](https://pub.dev/packages/syncfusion_flutter_PDF) has been migrated to the latest version of Flutter SDK. To ensure compatibility, check [FlutterFlow](https://app.flutterflow.io/dashboard)'s current Flutter version and obtain the corresponding version of [Syncfusion Flutter PDF](https://pub.dev/packages/syncfusion_flutter_PDF) by referring to the [SDK compatibility](https://help.syncfusion.com/flutter/system-requirements#sdk-version-compatibility). - - - ->**Note**: If you are using an older version of a dependency instead of the latest one, remove the caret symbol (^) prefix in the version number after pasting the dependency. For example, change `^21.3.0` to `21.3.0`. - ->**Note**: Since [Syncfusion Flutter PDF](https://pub.dev/packages/syncfusion_flutter_PDF) depends on the [Syncfusion Flutter Core](https://pub.dev/packages/syncfusion_flutter_core) package, make sure to add it as a dependency following the same steps mentioned above. - -### Import the package - -1. Navigate to the `Installing` tab on the [Syncfusion Flutter PDF](https://pub.dev/packages/syncfusion_flutter_PDF) page. Under the `Import it` section, copy the package import statement. - -2. Paste the copied import statement into the code editor and then `Save` it. - - -### Add widget code snippet in code editor - -1. Navigate to the [Example](https://pub.dev/packages/syncfusion_flutter_PDF/example) tab in [Syncfusion Flutter PDF](https://pub.dev/packages/syncfusion_flutter_PDF) and copy the widget specific codes. - -2. Paste the copied code sample into the code editor, click `Format Code`, and `Save` it. - - -### Compiling the codes - -1. Click the 'Compile Code' button located in the top right corner. -2. If there are no errors, save the process. If errors are present, fix them and compile the code again. Once the code has been successfully compiled, save the process. - - - ->**Note**: The compilation progress takes 2 to 3 minutes to complete. - -### Utilizing the custom widget - -1. Navigate to `Widget Palette` located in the left side navigation menu. -2. Click on the `Components` tab. -3. Your custom widget will be under `Custom Code Widgets`. Drag and drop the custom widget to your page. - - diff --git a/Flutter/pdf/how-to/how-to-section-images/Adding-code-snippent.png b/Flutter/pdf/how-to/how-to-section-images/Adding-code-snippent.png deleted file mode 100644 index dfea67974..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/Adding-code-snippent.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/code-snippet.png b/Flutter/pdf/how-to/how-to-section-images/code-snippet.png deleted file mode 100644 index 6908bb20c..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/code-snippet.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/compile-code.png b/Flutter/pdf/how-to/how-to-section-images/compile-code.png deleted file mode 100644 index 4c0573712..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/compile-code.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/copy-package.png b/Flutter/pdf/how-to/how-to-section-images/copy-package.png deleted file mode 100644 index b0ee783e3..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/copy-package.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/copy-version.png b/Flutter/pdf/how-to/how-to-section-images/copy-version.png deleted file mode 100644 index 079db09f1..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/copy-version.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/custom-widget.png b/Flutter/pdf/how-to/how-to-section-images/custom-widget.png deleted file mode 100644 index 675534438..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/custom-widget.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/dependency.png b/Flutter/pdf/how-to/how-to-section-images/dependency.png deleted file mode 100644 index 3d4f0f239..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/dependency.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/import-package-flutterflow.png b/Flutter/pdf/how-to/how-to-section-images/import-package-flutterflow.png deleted file mode 100644 index 9ae4d809e..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/import-package-flutterflow.png and /dev/null differ diff --git a/Flutter/pdf/how-to/how-to-section-images/page.png b/Flutter/pdf/how-to/how-to-section-images/page.png deleted file mode 100644 index daa1cc515..000000000 Binary files a/Flutter/pdf/how-to/how-to-section-images/page.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/custom-widget-on-flutterflow.md b/Flutter/xlsio/how-to/custom-widget-on-flutterflow.md deleted file mode 100644 index 675636116..000000000 --- a/Flutter/xlsio/how-to/custom-widget-on-flutterflow.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -layout: post -title: Excel(XlsIO) Widget in FlutterFlow | Syncfusion -description: You can learn here all about adding Syncfusion Flutter Excel(XlsIO) (SfXlsIO) widget in FlutterFlow Framework. -platform: flutter -control: Excel -documentation: ug ---- - -# How to add Syncfusion XlsIO widget in FlutterFlow? - -## Overview - -[FlutterFlow](https://app.flutterflow.io/dashboard) enables you to create native applications using its graphical interface, reducing the need to write extensive amounts of code. Additionally, it offers the capability to include custom widgets that are not included in the default [FlutterFlow](https://app.flutterflow.io/dashboard) widget collection. This article explains how to incorporate our SfXlsIO widget as a custom widget in [FlutterFlow](https://app.flutterflow.io/dashboard). - -### Create a new project - -Navigate to the [FlutterFlow dashboard](https://app.flutterflow.io/dashboard) and click the `+ Create New` button to create a new project. - -### Creating the custom widget - -1. Navigate to the `Custom Code` section in the left side navigation menu. -2. Click on the `+ Add` button to open a dropdown menu, then select `Widget`. -3. Update the widget name as desired. -4. Click the `View Boilerplate Code` button on the right side, represented by this icon `[>]`. -5. A popup will appear with startup code; locate the button labeled `> Copy to Editor` and click on it. -6. Save the widget. - - - -### Add (Excel)XlsIO widget as a dependency - -1. Click on `+ Add Dependency`, a text editor will appear. -2. Navigate to [Syncfusion Flutter XlsIO](https://pub.dev/packages/syncfusion_flutter_XlsIO) in [pub.dev](https://pub.dev/) and copy the dependency name and version using the `Copy to Clipboard` option. - -3. Paste the copied dependency into the text editor, then click `Refresh` and `Save` it. - ->**Note**: The live version of [Syncfusion Flutter XlsIO](https://pub.dev/packages/syncfusion_flutter_XlsIO) has been migrated to the latest version of Flutter SDK. To ensure compatibility, check [FlutterFlow](https://app.flutterflow.io/dashboard)'s current Flutter version and obtain the corresponding version of [Syncfusion Flutter XlsIO](https://pub.dev/packages/syncfusion_flutter_XlsIO) by referring to the [SDK compatibility](https://help.syncfusion.com/flutter/system-requirements#sdk-version-compatibility). - - - ->**Note**: If you are using an older version of a dependency instead of the latest one, remove the caret symbol (^) prefix in the version number after pasting the dependency. For example, change `^21.3.0` to `21.3.0`. - ->**Note**: Since [Syncfusion Flutter XlsIO](https://pub.dev/packages/syncfusion_flutter_XlsIO) depends on the [Syncfusion Flutter Core](https://pub.dev/packages/syncfusion_flutter_core) package, make sure to add it as a dependency following the same steps mentioned above. - -### Import the package - -1. Navigate to the `Installing` tab on the [Syncfusion Flutter XlsIO](https://pub.dev/packages/syncfusion_flutter_XlsIO) page. Under the `Import it` section, copy the package import statement. - -2. Paste the copied import statement into the code editor and then `Save` it. - - -### Add widget code snippet in code editor - -1. Navigate to the [Example](https://pub.dev/packages/syncfusion_flutter_XlsIO/example) tab in [Syncfusion Flutter XlsIO](https://pub.dev/packages/syncfusion_flutter_XlsIO) and copy the widget specific codes. - -2. Paste the copied code sample into the code editor, click `Format Code`, and `Save` it. - - -### Compiling the codes - -1. Click the 'Compile Code' button located in the top right corner. -2. If there are no errors, save the process. If errors are present, fix them and compile the code again. Once the code has been successfully compiled, save the process. - - - ->**Note**: The compilation progress takes 2 to 3 minutes to complete. - -### Utilizing the custom widget - -1. Navigate to `Widget Palette` located in the left side navigation menu. -2. Click on the `Components` tab. -3. Your custom widget will be under `Custom Code Widgets`. Drag and drop the custom widget to your page. - - diff --git a/Flutter/xlsio/how-to/how-to-section-images/Adding-code-snippent.png b/Flutter/xlsio/how-to/how-to-section-images/Adding-code-snippent.png deleted file mode 100644 index ae2d68195..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/Adding-code-snippent.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/code-snippet.png b/Flutter/xlsio/how-to/how-to-section-images/code-snippet.png deleted file mode 100644 index 67290a32c..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/code-snippet.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/compile-code.png b/Flutter/xlsio/how-to/how-to-section-images/compile-code.png deleted file mode 100644 index 0d6317153..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/compile-code.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/copy-package.png b/Flutter/xlsio/how-to/how-to-section-images/copy-package.png deleted file mode 100644 index d6567265c..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/copy-package.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/copy-version.png b/Flutter/xlsio/how-to/how-to-section-images/copy-version.png deleted file mode 100644 index b986a4edf..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/copy-version.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/custom-widget.png b/Flutter/xlsio/how-to/how-to-section-images/custom-widget.png deleted file mode 100644 index 675534438..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/custom-widget.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/dependency.png b/Flutter/xlsio/how-to/how-to-section-images/dependency.png deleted file mode 100644 index e876a7480..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/dependency.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/import-package-flutterflow.png b/Flutter/xlsio/how-to/how-to-section-images/import-package-flutterflow.png deleted file mode 100644 index 713352f7a..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/import-package-flutterflow.png and /dev/null differ diff --git a/Flutter/xlsio/how-to/how-to-section-images/page.png b/Flutter/xlsio/how-to/how-to-section-images/page.png deleted file mode 100644 index 759969936..000000000 Binary files a/Flutter/xlsio/how-to/how-to-section-images/page.png and /dev/null differ diff --git a/flutter-toc.html b/flutter-toc.html index 24286b944..b27ce4b9f 100644 --- a/flutter-toc.html +++ b/flutter-toc.html @@ -562,8 +562,7 @@