Search is not available for this dataset
url
stringlengths
28
28
title
stringlengths
17
100
published
stringlengths
20
20
id
stringlengths
16
31
videoId
stringlengths
11
11
text
stringlengths
2
370
start
float64
0
2.36k
end
float64
2.22
2.37k
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1479.0
nIiHM41PPbQ
And the same with page three, blah, blah, blah.
1,479
1,482
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1482.0
nIiHM41PPbQ
But if you go back up, you'll see that it starts requesting page one and two again.
1,482
1,487
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1487.0
nIiHM41PPbQ
So we'll only request the page if it's bigger than the current page.
1,487
1,493
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1493.0
nIiHM41PPbQ
The first thing we'll do is we'll check if the current page, if the page request is bigger than the current page.
1,493
1,503
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1503.0
nIiHM41PPbQ
If it's same, we don't care.
1,503
1,506
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1506.0
nIiHM41PPbQ
We only request if it's bigger.
1,506
1,509
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1509.0
nIiHM41PPbQ
Let's see if that'll work.
1,509
1,511
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1511.0
nIiHM41PPbQ
So quest page one request page two, which pays for, you see how messed up it is.
1,511
1,519
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1519.0
nIiHM41PPbQ
And now once we go over that, we then have to sit the current page equal to the page request.
1,519
1,530
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1530.0
nIiHM41PPbQ
Otherwise, it won't know.
1,530
1,533
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1533.0
nIiHM41PPbQ
And so let's restart because the list is all messed up request page one loads.
1,533
1,541
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1541.0
nIiHM41PPbQ
When it's done, request page two loads after decreases time.
1,541
1,546
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1546.0
nIiHM41PPbQ
We'll make it two seconds.
1,546
1,549
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1549.0
nIiHM41PPbQ
Quest page three and loads.
1,549
1,551
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1551.0
nIiHM41PPbQ
And now when you go back up, nothing is requested.
1,551
1,555
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1555.0
nIiHM41PPbQ
And also as you go back down, nothing is requested until you get to the new page.
1,555
1,562
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1562.0
nIiHM41PPbQ
Perfect.
1,562
1,563
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1563.0
nIiHM41PPbQ
So we fixed all of that.
1,563
1,565
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1565.0
nIiHM41PPbQ
We can remove the to do.
1,565
1,568
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1568.0
nIiHM41PPbQ
Don't request the information once it's been requested.
1,568
1,572
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1572.0
nIiHM41PPbQ
And now the only thing left to do is nothing.
1,572
1,579
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1579.0
nIiHM41PPbQ
I guess this is where you make your information request.
1,579
1,584
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1584.0
nIiHM41PPbQ
And yeah, now I just want to see how we can make this easier to manage on the outside.
1,584
1,592.52
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1592.52
nIiHM41PPbQ
And I was not so the so the first thing I want to do is I first want to identify everything
1,592.52
1,598.68
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1598.68
nIiHM41PPbQ
that can be put into that can be taken out and abstracted in the sense that it's not
1,598.68
1,604.6
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1604.6
nIiHM41PPbQ
required to be implemented.
1,604.6
1,607.56
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1607.56
nIiHM41PPbQ
So for instance, if I look at the list view itself, the list view, the user of the code
1,607.56
1,613.88
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1613.88
nIiHM41PPbQ
won't have to give the item count.
1,613.88
1,615.88
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1615.88
nIiHM41PPbQ
We can just give the items because everything else depends on the item.
1,615.88
1,620
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1620.0
nIiHM41PPbQ
So we'll have a list where we just pass in the data source or the items.
1,620
1,625.96
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1625.96
nIiHM41PPbQ
I'll just call it items.
1,625.96
1,627.92
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1627.92
nIiHM41PPbQ
And then inside, we will have all of this code.
1,627.92
1,630.88
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1630.88
nIiHM41PPbQ
We won't have the index will list item even available to the user.
1,630.88
1,635.84
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1635.8400000000001
nIiHM41PPbQ
Well, like we were, but in terms of the encapsulation, we can keep this hidden if we wanted to.
1,635.84
1,642.32
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1642.32
nIiHM41PPbQ
All we'll pass in is the item created and we'll pass back the index so that the outside
1,642.32
1,651.72
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1651.72
nIiHM41PPbQ
user can decide at this point what they want to do.
1,651.72
1,656.4
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1656.3999999999999
nIiHM41PPbQ
So all of this will be hidden.
1,656.4
1,658.56
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1658.56
nIiHM41PPbQ
Only this code will have and the index will be will be coming from the callback function.
1,658.56
1,664.08
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1664.08
nIiHM41PPbQ
This will stay the same because that is the UI that the user wants to define from the
1,664.08
1,669.04
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1669.04
nIiHM41PPbQ
outside.
1,669.04
1,670.24
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1670.24
nIiHM41PPbQ
So yeah, we can start by building that will create a new widget for ourselves.
1,670.24
1,676.28
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1676.28
nIiHM41PPbQ
We'll call it continuous scrolling list for dot will import in and then we'll create a
1,676.28
1,689.76
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1689.76
nIiHM41PPbQ
new stateless widget called continuous scrolling list.
1,689.76
1,697.64
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1697.64
nIiHM41PPbQ
Now if something like this exists, I apologize.
1,697.64
1,701.08
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1701.0800000000002
nIiHM41PPbQ
The only reason I'm doing this is to show you the way I create my tutorials and this is
1,701.08
1,705.76
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1705.76
nIiHM41PPbQ
the next tutorial.
1,705.76
1,707.52
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1707.5200000000002
nIiHM41PPbQ
And by the end of this, you should see the production code that I'll be sharing with
1,707.52
1,711.16
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1711.16
nIiHM41PPbQ
you.
1,711.16
1,712.16
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1712.16
nIiHM41PPbQ
And then you'll see how I get to that point.
1,712.16
1,714
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1714.0
nIiHM41PPbQ
So I'm just going to copy all of that for now.
1,714
1,718.24
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1718.24
nIiHM41PPbQ
We'll return that.
1,718.24
1,721.36
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1721.36
nIiHM41PPbQ
And then what we want is a list of items.
1,721.36
1,728.4
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1728.3999999999999
nIiHM41PPbQ
We can either we can type that and I'll just call this items.
1,728.4
1,733.24
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1733.24
nIiHM41PPbQ
This just means we can pass in any type.
1,733.24
1,735.2
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1735.1999999999998
nIiHM41PPbQ
So it won't be it won't be specific to the string type that we just passed in.
1,735.2
1,741.4
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1741.4
nIiHM41PPbQ
We'll use these items, the index away, we can import and we'll move this out.
1,741.4
1,751.2
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1751.2
nIiHM41PPbQ
What we'll do is passing the callback function that takes an integer and we'll just say,
1,751.2
1,761.8
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1761.8000000000002
nIiHM41PPbQ
actually, actually, we'll actually only need this.
1,761.8
1,768.2
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1768.2
nIiHM41PPbQ
We want to pass in.
1,768.2
1,772.44
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1772.44
nIiHM41PPbQ
I want to tell this list index threshold first start index threshold.
1,772.44
1,779.08
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1779.0800000000002
nIiHM41PPbQ
It's definitely required property.
1,779.08
1,781.24
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1781.24
nIiHM41PPbQ
Oh, man, my keyboard keeps switching.
1,781.24
1,786.16
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1786.16
nIiHM41PPbQ
It's required.
1,786.16
1,790.12
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1790.1200000000001
nIiHM41PPbQ
Items are required.
1,790.12
1,791.8
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1791.8
nIiHM41PPbQ
And then when it gets to the index threshold, we want to have a function that returns an
1,791.8
1,799.56
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1799.56
nIiHM41PPbQ
integer, not even half.
1,799.56
1,801.88
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1801.8799999999999
nIiHM41PPbQ
We don't have to know the index.
1,801.88
1,804.72
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1804.72
nIiHM41PPbQ
Actually we do turns an integer threshold reached.
1,804.72
1,811.6
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1811.6
nIiHM41PPbQ
This will also be required first start threshold reached.
1,811.6
1,819.24
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1819.24
nIiHM41PPbQ
This will be moved out.
1,819.24
1,820.92
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1820.92
nIiHM41PPbQ
So let's leave that for now.
1,820.92
1,824.52
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1824.52
nIiHM41PPbQ
Actually, it's coming to doubt.
1,824.52
1,830.48
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1830.48
nIiHM41PPbQ
So when that is reached, we'll go and say threshold reached and we'll pass in the index.
1,830.48
1,836.72
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1836.72
nIiHM41PPbQ
Then as we get back to the home view, we want to use our continuous, continuous scrolling
1,836.72
1,845.84
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1845.84
nIiHM41PPbQ
list and we can now give it an index threshold.
1,845.84
1,852.56
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1852.56
nIiHM41PPbQ
We have our threshold set up as limit request threshold.
1,852.56
1,856.64
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1856.6399999999999
nIiHM41PPbQ
The items will pass in will be the items from the model and the threshold reached function
1,856.64
1,863.32
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1863.32
nIiHM41PPbQ
will provide us an index where we can then use this schedule binding at a post frame
1,863.32
1,872.48
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1872.48
nIiHM41PPbQ
callback for the duration and on that we can then use and we can request more data and
1,872.48
1,882.24
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1882.24
nIiHM41PPbQ
will pass in index divided by threshold, which will do the request for us.
1,882.24
1,894.04
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1894.04
nIiHM41PPbQ
And what's the other thing?
1,894.04
1,895.04
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1895.04
nIiHM41PPbQ
Key.
1,895.04
1,896.04
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1896.04
nIiHM41PPbQ
We don't need to pass in the key.
1,896.04
1,897.04
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1897.04
nIiHM41PPbQ
Let's just see if that does anything.
1,897.04
1,899.36
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1899.36
nIiHM41PPbQ
Oh yeah, there's no value to the thing.
1,899.36
1,902.72
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1902.7199999999998
nIiHM41PPbQ
So the continuous scrolling list that child index with this needs to have a child, which
1,902.72
1,911
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1911.0
nIiHM41PPbQ
will be all of the, no, with all my UI.
1,911
1,917.56
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1917.56
nIiHM41PPbQ
Here we go.
1,917.56
1,921.96
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1921.96
nIiHM41PPbQ
This needs to take in a child, which will pass in as the item list item and we'll pass
1,921.96
1,938
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1938.0
nIiHM41PPbQ
the list item through here.
1,938
1,941.72
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1941.72
nIiHM41PPbQ
And then in the home view for the continuous scrolling list, we can pass in a list item
1,941.72
1,951.84
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1951.84
nIiHM41PPbQ
which will be this container and that will be it.
1,951.84
1,957.2
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1957.1999999999998
nIiHM41PPbQ
We'll use the model items.
1,957.2
1,959.56
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1959.56
nIiHM41PPbQ
No, that's not going to work.
1,959.56
1,962.12
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1962.12
nIiHM41PPbQ
We need the index on the outside.
1,962.12
1,968.12
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1968.12
nIiHM41PPbQ
Maybe we'll just pass the bolder.
1,968.12
1,969.4
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1969.3999999999999
nIiHM41PPbQ
We'll pass the complete bolder.
1,969.4
1,972.36
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1972.36
nIiHM41PPbQ
Instead of this, we will pass in not the list item itself.
1,972.36
1,977.6
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1977.6
nIiHM41PPbQ
We'll have a function that takes in a bold context and an integer.
1,977.6
1,984.88
https://youtu.be/nIiHM41PPbQ
Flutter Tutorial | Build a continuos scrolling list | My code refactor process
2019-09-20T17:34:59Z
nIiHM41PPbQ-t1984.8799999999999
nIiHM41PPbQ
And this is going to be the item bolder.
1,984.88
1,987.88