-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added info on Using Unpublished Packages #244
Conversation
|
@@ -297,6 +297,101 @@ one. | |||
|
|||
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. | |||
|
|||
### Adding Unpublished Packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the community may just call it private packages. can we make the heading Adding (or maybe Using) Private or Unpublished Packages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
||
::: | ||
|
||
**Add from Public Repositories** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For SEO purpose, make this Add Packages from Public Repositories.
Same for the private repo heading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Hey @PoojaB26 you can take a look again. |
Description
Added info on Using Unpublished Packages
Linear ticket and magic word Fixes DEVR-730
Type of change