Skip to content

Commit 57f08f3

Browse files
Apply suggestions from code review
Co-authored-by: pinkeshmars <[email protected]>
1 parent d447a7d commit 57f08f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ff-concepts/adding-customization/common-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ When using a library dependency in your project, you can also access its compone
365365
366366
#### Get Library Values
367367
368-
Similar to the `FFAppState` class, FlutterFlow generates an `FFLibraryValues` class, which is also an abstract class. This class provides access to the **[Library Values](../../resources/projects/libraries.md#library-values)** if the project is a Library.
368+
Similar to `FFAppState`, FlutterFlow generates an abstract `FFLibraryValues` class for library projects, which provides direct access to **[Library Values](../../resources/projects/libraries.md#library-values)**.
369369
370370
To access Library Values directly in custom code:
371371
@@ -398,7 +398,7 @@ int getRandomIndex(List<int> indexList) {
398398
```
399399
400400
#### Manually add Library Imports
401-
If you do not see a library import in your project, you can manually import it and assign a custom alias.
401+
If the library import doesn’t appear in your project automatically, you can manually add it and assign a custom alias. For example, to import a library’s custom actions into your project’s Custom Widget resource, add the import yourself as shown below:
402402
403403
For example, let's import the library's custom actions into the user project's Custom Widget resource.
404404

0 commit comments

Comments
 (0)