Skip to content

Commit 9908e96

Browse files
committed
Address review comments
1 parent 2920c19 commit 9908e96

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Binary file not shown.

docs/resources/projects/libraries.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,21 @@ When users import or update the library, they can override the default route nam
295295

296296
Library pages can also be used in the NavBar, allowing users to add reusable flows into the app’s primary navigation structure. For example, in a Super App, you can import ride booking, food delivery, or payment pages from separate libraries and add them directly to the bottom navigation, giving users quick access to each module.
297297

298-
To display a library page on the NavBar, navigate to **Project Dependencies > FlutterFlow Libraries**, then click on **Pages** for the relevant library to open its resources. In the list of pages, locate the desired page and click **Nav Bar Settings**, then enable **Show on NavBar**. You can also customize additional settings, such as label and icon, as needed.
298+
:::tip
299+
Want to learn more about building modular Super Apps using libraries? Check out our [**blog post**](https://blog.flutterflow.io/scaling-super-apps-modular-architecture-with-flutterflow-libraries/).
300+
:::
301+
302+
To display a library page on the NavBar, navigate to **Project Dependencies > FlutterFlow Libraries**, then click on **Pages** for the relevant library to open its details. In the list of pages, locate the desired page and click **Nav Bar Settings**, then enable **Show on NavBar**. You can also customize additional settings, such as label and icon, as needed.
299303

300304
To confirm, go to the **Nav Bar & App Bar** section, where you’ll see the library page listed as part of the NavBar items.
301305

306+
:::info
307+
NavBar settings for regular pages are available directly within the Page Settings panel in the builder. However, for library pages, these settings are managed through the Library Details dialog.
308+
309+
![NavBar-settings-for-regular-and-library-page](imgs/NavBar-settings-for-regular-and-library-page.avif)
310+
:::
311+
312+
302313
<div style={{
303314
position: 'relative',
304315
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding

0 commit comments

Comments
 (0)