You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ff-concepts/design-system/design-system.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -645,12 +645,12 @@ You can add the responsive style by following the instructions below:
645
645
</div>
646
646
<p></p>
647
647
648
-
### Adding Custom Fonts
648
+
### Custom Fonts
649
649
650
650
Adding Custom Fonts to your app makes it stand out from others. This section allows you to upload your own fonts. You can upload the custom font files of types `.ttf`, `.otf`, and `.woff.` Once the font is uploaded, you can use it directly from the widget or add it to the text style section to create a general theme.
651
651
652
652
:::info
653
-
Before you upload the *Custom Fonts*, make sure you have permission to use the font in your application.
653
+
Before you upload the Custom Fonts, make sure you have permission to use the font in your application.
654
654
:::
655
655
656
656
To add the *Custom Fonts*:
@@ -718,15 +718,18 @@ If you prefer watching a video tutorial, here's the one for you:
718
718
<p></p>
719
719
720
720
721
-
### Adding Custom Icons
721
+
### Custom Icons
722
+
723
+
Custom icons help reinforce your brand identity and add a unique touch to your app. Before uploading icons to FlutterFlow, you’ll first need to generate them using an icon font generator like [FlutterIcon](https://www.fluttericon.com/) or [IcoMoon](https://icomoon.io/).
724
+
725
+
We’ve also built our **[own SVG to Custom Icon Generator](https://icons.flutterflow.app)** to make the process even easier — feel free to use that instead.
722
726
723
-
Adding *Custom Icons* to your app helps you build the brand identity. Before you add the Custom Icons in FlutterFlow, you need to generate them from any icon generation site (like [fluttericon](https://www.fluttericon.com/) and [iconmoon](https://icomoon.io/)) and export them using appropriate settings.
724
727
725
728
:::info
726
-
Make sure you have permission to use the icons in your application.
729
+
Make sure you have the proper rights or licenses to use the icons in your application.
727
730
:::
728
731
729
-
To add custom icons:
732
+
**Steps to Generate and Add Custom Icons**
730
733
731
734
1. Head over to the [iconmoon](https://icomoon.io/app/#/select).
732
735
2. Import your custom icon (.svg) or select from the free icons set.
@@ -769,8 +772,10 @@ To add custom icons:
769
772
12. Now click on the **Upload Icon Info** button.
770
773
13. Select and upload the `filename.dart` under the downloaded folder (besides the fonts folder).
771
774
14. Click **Add Icons**.
772
-
15. To use a custom icon, add the **Icon** widget, move to the properties panel, and scroll down to the **Icon** section.
773
-
16. Click on the already selected icon, select the **Custom Icons** tab, and then select your icon.
775
+
776
+
#### Use the Custom Icon
777
+
778
+
To use a custom icon, add the **Icon** widget, move to the properties panel, and scroll down to the **Icon** section. Click on the already selected icon, select the **Custom Icons** tab, and then select your icon.
0 commit comments