-
Notifications
You must be signed in to change notification settings - Fork 26
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
docs: Move the rest of FAQ.md to docs.shorebird.dev #17
Conversation
I haven't measured recently, but I expect the code push library to add less than | ||
one megabyte to Flutter apps. `flutter build apk --release` vs. | ||
`shorebird build apk --release` should give you a rough idea. We know of ways | ||
we can make this smaller when that becomes a priority. If size is a blocker | ||
for you, please let us know! |
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.
Filed #19 so we can at least give a ballpark idea of the size difference, which should help readers determine whether/how much of a blocker this might be.
a user opens a web app it downloads the latest version from the server if | ||
needed. | ||
|
||
If you have a use case for code push with Fluter web, we'd love to know! |
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.
If you have a use case for code push with Fluter web, we'd love to know! | |
If you have a use case for code push with Fluter web, [we'd love to know](https://github.com/shorebirdtech/shorebird/issues/new?assignees=&labels=feature&template=feature_request.md&title=feat%3A+)! |
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.
Probably needs to be formatted
@@ -28,7 +156,7 @@ For more information about why we had to fork Flutter see | |||
|
|||
## When do updates happen? | |||
|
|||
Shorebird udpater is currently hard-coded to run on app startup. It runs on | |||
Shorebird updater is currently hard-coded to run on app startup. It runs on |
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.
Shorebird updater is currently hard-coded to run on app startup. It runs on | |
The Shorebird updater is currently hard-coded to run on app startup. It runs on |
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.
Left a few suggestions, but lgtm!
I did some small updates to the FAQs as I moved them. I did not make any attempt to sort these by frequency.