Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/projects/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Previously, FlutterFlow offered several methods to share resources between proje

With Libraries, you can publish the complete FlutterFlow project as a library and import it as a dependency into other projects.

:::tip[possible usecases]
:::tip[possible use cases]

- **Modular Development**: Build large-scale apps by separating them into smaller, independently managed projects (e.g., UI library, backend integrations, etc.).
- **Team Collaboration**: Share reusable UI components, custom functions, or API integrations across multiple apps within a team.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/ui/pages/page-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ trigger specific actions in response to a phone shake gesture.

This action trigger lets you bind keyboard shortcuts to actions. This is incredibly helpful for improving accessibility and enhancing user experience, especially in web and desktop apps.

:::tip[Possible usecases]
:::tip[Possible use cases]

- **Create New Issues in Project Management Apps:** In project management apps like Linear, users can press `C` to quickly open a form for creating a new issue or task.
- **Form Submission:** Users can press a key combination (e.g., `Ctrl + Enter`) to submit a form.
Expand Down
Loading