Skip to content
#

ipados

Here are 262 public repositories matching this topic...

CodeEdit
jenslys
jenslys commented Apr 24, 2022

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Ability to comment out code by highlighting some code and pressing: CMD + /

Describe alternatives you've considered

n/a

Additional context

Preview from vscode:

![hightlight](https://user-images.githubusercontent.com/69081683/164970782-46ae24f1-8b36-43b0-9100-

enhancement good first issue editor
singularity-s0
singularity-s0 commented Oct 10, 2021

To prevent data reload when build() is repeatedly called, we must move network methods out of the function.

For every StatefulWidget, data load methods should be placed in initState(), and should only be called during initState() or manual refresh.

build() should only used the cached data loaded by initState().

To determine whether build() contains networking methods, si

enhancement good first issue

Improve this page

Add a description, image, and links to the ipados topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ipados topic, visit your repo's landing page and select "manage topics."

Learn more