Skip to content
#

ipados

Here are 241 public repositories matching this topic...

CodeEdit
austincondiff
austincondiff commented Mar 22, 2022

Describe the bug
The inspector sidebar should fill the available window height.

To Reproduce
Steps to reproduce the behavior:

  1. Open a project
  2. Notice that the inspector sidebar is below toolbar and does not fill the available window height

Expected behavior
The inspector sidebar should include the toolbar to fill the available window height.

Screenshots
<img widt

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