Skip to content
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

feat: Flutter V2 Gen1 Docs Update #7499

Merged
merged 89 commits into from May 21, 2024
Merged

feat: Flutter V2 Gen1 Docs Update #7499

merged 89 commits into from May 21, 2024

Conversation

khatruong2009
Copy link
Contributor

@khatruong2009 khatruong2009 commented May 6, 2024

Description of changes:

  • Updating docs to reflect changes made in amplify-flutter V2

Related GitHub issue #, if available:

Instructions

If this PR should not be merged upon approval for any reason, please submit as a DRAFT

Which product(s) are affected by this PR (if applicable)?

  • amplify-cli
  • amplify-ui
  • amplify-studio
  • amplify-hosting
  • amplify-libraries

Which platform(s) are affected by this PR (if applicable)?

  • JS
  • Swift
  • Android
  • Flutter
  • React Native

Please add the product(s)/platform(s) affected to the PR title

Checks

  • Does this PR conform to the styleguide?

  • Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly.

  • Are any files being deleted with this PR? If so, have the needed redirects been created?

  • Are all links in MDX files using the MDX link syntax rather than HTML link syntax?

    ref: MDX: [link](https://docs.amplify.aws/)
    HTML: <a href="https://docs.amplify.aws/">link</a>

When this PR is ready to merge, please check the box below

  • Ready to merge

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

khatruong2009 and others added 20 commits May 3, 2024 16:44
* Update the flutter mobile support doc.

* Add file name.

* Add Safe Area.
* storage: update swift storage with storage path

* chore: update swift storage docs with storage path

* chore: update storage getting started content

* chore: add callout warning to file access level

* chore: update gen2 callout

* chore: convert fragments to inline filter

* update storage path example

* Android Gen2 Storage

* remove upload from getting started

* Add Using Storagepath

* add content to storage path page

* Expand storagepath

* improve doc

* update callout message

* modify file access level callout

* add accidental remove

* gramatical issues

* Update src/pages/[platform]/build-a-backend/storage/download/index.mdx

Co-authored-by: Jordan Nelson <nejrd@amazon.com>

* Update src/pages/[platform]/build-a-backend/storage/upload/index.mdx

Co-authored-by: Jordan Nelson <nejrd@amazon.com>

* Update src/pages/[platform]/build-a-backend/storage/storagepath/index.mdx

Co-authored-by: Jordan Nelson <nejrd@amazon.com>

* Update src/pages/[platform]/build-a-backend/storage/list/index.mdx

Co-authored-by: Jordan Nelson <nejrd@amazon.com>

* Update src/pages/[platform]/build-a-backend/storage/remove/index.mdx

Co-authored-by: Jordan Nelson <nejrd@amazon.com>

* Bump Android version

---------

Co-authored-by: Tuan Pham <phantum@amazon.com>
Co-authored-by: Jordan Nelson <nejrd@amazon.com>
…7023)

* chore: add kotlin update to docs and formatting changes for new flutter build.gradle creation

* chore: remove steps for apps created with flutter 3.16 and earlier
Co-authored-by: Muhammed Salih Guler <muhammedsalihguler@gmail.com>
* chore: remove v0 flutter fragment

* chore: remove move flutter fragment

* chore: remove the move page from the directory and remove move from pages completely
* chore: fix broken links by adding inline filters

* chore: remove the line instead of use InlineFilter since flutter is the only platform with this page

* chore: remove getting started link under storage subheading that was being used as a placeholder
hdworld11
hdworld11 previously approved these changes May 20, 2024
renebrandel
renebrandel previously approved these changes May 20, 2024
@renebrandel renebrandel enabled auto-merge (squash) May 20, 2024 18:12
Jordan-Nelson
Jordan-Nelson previously approved these changes May 20, 2024
@@ -1256,9 +1256,6 @@ export const directory = {
{
path: 'src/pages/gen1/[platform]/build-a-backend/storage/copy/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/storage/move/index.mdx'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please coordinate with @katiegoines to get a redirect in place for this page.

jacoblogan
jacoblogan previously approved these changes May 20, 2024
Jordan-Nelson
Jordan-Nelson previously approved these changes May 20, 2024
@renebrandel renebrandel merged commit 0926392 into main May 21, 2024
11 checks passed
@renebrandel renebrandel deleted the flutter-v2-gen2 branch May 21, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redirects-needed Redirects need to be created for deleted pages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet