website icon indicating copy to clipboard operation
website copied to clipboard

[Page Issue] : Networking Cookbook - Show "delete" tutorial after "fetch" and "update" cookbook.

Open jaiakash opened this issue 2 years ago • 1 comments

Page URL

https://docs.flutter.dev/cookbook

Page source

https://github.com/flutter/website/blob/f3f2a0a3b1546bfc8f7029ed7b92601288130010/src/cookbook/index.md

Describe the problem

Screenshot from 2022-05-14 14-38-02

In the networking of cookbook page, the deleting cookbook comes before the fetch or update page. Methodically delete should be shown after the fetch and update page. In any of the tutorial, first GET, POST, PUT are shown then the DELETE operation is demonsatrated.

Expected fix

Put the delete page after the update page

Additional context

I will make a PR too for the same.

jaiakash avatar May 14 '22 09:05 jaiakash

See this https://github.com/jaiakash/flutterwebsite/blob/main/src/cookbook/index.md

jaiakash avatar May 14 '22 09:05 jaiakash