-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(flutter) Flutter Documentation #2254
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Incomplete, some parts are unclear and need to wait further clarification
# Conflicts: # client/src/components.d.ts
This is the guide that goes along with the SampleApp PR on the main amplify-flutter branch. Please note that we are still waiting for Storage to be completed to finalize the sample app and the docs. This initial commit is meant to give you a general idea of how the sample apps docs will be constructed and to give you the opportunity to give feedback before we finalize more. # Conflicts: # client/src/components.d.ts # cspell.json
Sample App
- update Auth API
- add Analytics API
- Unresolved Docs Issues:
- Storage API usage in Sample App
- Final Storage API?
- Final name of package for Pubspec?
- Amplify CLI instructions not tested
- Where is amplifyconfiguration.dart file placed?
- Asking Harry how to remove API (GraphQL) and Datastore
- READ THROUGH
- Support basic starter app for Android
* storage flutter docs
* getting started section for flutter Co-authored-by: Sam Martinez <sammartinez19@gmail.com>
- Update dependencies to amplify_core: '<1.0.0' - Remove New keyword in category getting started - Add Amplify Init instructions # Conflicts: # docs/lib/analytics/fragments/flutter/getting-started/30_initAnalytics.md # docs/lib/auth/fragments/flutter/getting_started/30_initAuth.md
sammartinez
reviewed
Aug 19, 2020
| <inline-fragment platform="android" src="~/lib/analytics/fragments/native_common/getting-started/common.md"></inline-fragment> | ||
| <inline-fragment platform="flutter" src="~/lib/analytics/fragments/native_common/getting-started/common.md"></inline-fragment> | ||
|
|
||
| <!-- |
Contributor
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.
Can we kill this?
sammartinez
approved these changes
Aug 19, 2020
Contributor
sammartinez
left a comment
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.
LGTM 🌮
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Introducing flutter docs.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.