Skip to content

Commit da7ffee

Browse files
committed
address review comments
1 parent 91fccd4 commit da7ffee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ff-concepts/adding-customization/custom-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ one.
297297

298298
When adding a pubspec dependency to your custom code in FlutterFlow, you’ll need two pieces of [information](#setup-code): the Package name with its Version number and the Import statement.
299299

300-
### Adding Unpublished Packages
300+
### Using Private or Unpublished Packages
301301
FlutterFlow supports the use of unpublished packages, which allows you to integrate packages that are not yet available on **pub.dev**. This capability is particularly useful when working with custom, forked, or private packages hosted on public or private repositories. By leveraging this, you can enhance your app’s functionality with customized or proprietary libraries tailored to your specific needs.
302302

303303
:::info[Possible Use Cases]
@@ -308,7 +308,7 @@ FlutterFlow supports the use of unpublished packages, which allows you to integr
308308

309309
:::
310310

311-
**Add from Public Repositories**
311+
#### Add Packages from Public Repositories
312312

313313
For packages hosted on public repositories (e.g., GitHub), you can add them to your FlutterFlow project by specifying the repository URL in the following format.
314314

@@ -378,7 +378,7 @@ Here’s exactly how you do it:
378378
</div>
379379
<p></p>
380380

381-
**Add from Private Repositories**
381+
#### Add Packages from Private Repositories
382382

383383
For packages hosted in private repositories, you’ll need to authenticate access. This can be done using HTTPS with a personal access token.
384384

0 commit comments

Comments
 (0)