Skip to content
#

ipados

Here are 248 public repositories matching this topic...

CodeEdit
Angelk90
Angelk90 commented Apr 2, 2022

Describe the solution you'd like

As you can see from the image, being able to have more than one shell in a project would be great.

Edit by @austincondiff:

This is the design that we will use for multiple terminals. We need this tab system in place in the status bar and the git controls moved up to the toolbar first, then in the terminal tab build the multiple terminal tabs UI, this

enhancement 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