Skip to content
#

ipados

Here are 241 public repositories matching this topic...

CodeEdit
austincondiff
austincondiff commented Mar 22, 2022

Describe the bug
I should be able to click the icons surrounding area to activate it rather than the icon itself. Add active state to inactive and active icons.

To Reproduce
Steps to reproduce the behavior:
Notice in the navigator and inspector sidebar docks, I can click the icon but unlike Xcode, not the area around the icon to activate it.

Expected behavior
I should be able

bug good first issue
LocationSimulator
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