ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

107,159 results

Flutter
Flow (Flutter Widget of the Week)

Learn more about Flow → https://goo.gle/3myZaue Need to coordinate the animation of a list of widgets all behaving similarly?

2:34
Flow (Flutter Widget of the Week)

204,117 views

4 years ago

Flutter
ListTile (Flutter Widget of the Week)

Why spend hours working out the perfect item layout with rows, columns, containers, and various amounts of spacing and styling ...

1:12
ListTile (Flutter Widget of the Week)

327,971 views

6 years ago

Flutter
ListView (Flutter Widget of the Week)

Want a set of items to be viewable in a scrollable list? ListView is as simple as supplying a list of items and can be easily ...

1:29
ListView (Flutter Widget of the Week)

398,060 views

6 years ago

Flutter
Stack (Flutter Widget of the Week)

If you've ever wanted overlapping elements, then Stack is the widget for you! Stack allows you to overlay multiple widgets on top ...

1:18
Stack (Flutter Widget of the Week)

363,334 views

6 years ago

Flutter
Framework updates and new widgets  in Flutter 3.35

Khanh shares new widgets in Flutter 3.35 to help you build beautiful, flexible interfaces. From DropdownMenuFormsField ...

1:24
Framework updates and new widgets in Flutter 3.35

26,472 views

3 months ago

Flutter
Semantics (Flutter Widget of the Week)

Flutter's Semantics widget can annotate an app's UI with information about the meaning of other widgets. It has almost fifty ...

1:19
Semantics (Flutter Widget of the Week)

214,026 views

6 years ago

Flutter
Flexible (Flutter Widget of the Week)

Use Flexible for resizing your widgets in rows and columns. You can use it to adjust how much space different child widgets take ...

1:31
Flexible (Flutter Widget of the Week)

314,926 views

6 years ago

Flutter
PhysicalModel (Flutter Widget of the Week)

PhysicalModel allows you to add custom shadow effects to your app and customize its color and shape. Learn how to set up the ...

1:58
PhysicalModel (Flutter Widget of the Week)

191,094 views

4 years ago

Flutter
widgetbook (Package of the Week)

Widgetbook helps you catalog your Flutter widgets, view and test them on multiple devices with different themes, and share them ...

1:47
widgetbook (Package of the Week)

34,225 views

4 months ago

Google for Developers
Wrap (Flutter Widget of the Week)

When you run out of room in your rows and columns, try Wrap instead! The Wrap widget lays out its children like a row or column, ...

0:53
Wrap (Flutter Widget of the Week)

474,207 views

7 years ago

Flutter
AboutDialog (Flutter Widget of the Week)

Sometimes, an app needs a place to put the legalese, the version number, the licenses, and all the other small print. In fact, some ...

1:52
AboutDialog (Flutter Widget of the Week)

183,681 views

5 years ago

Flutter
Container (Flutter Widget of the Week)

Do you have a widget that needs some styling like background color, shape, or some size constraints? Try wrapping it in a ...

1:55
Container (Flutter Widget of the Week)

317,694 views

6 years ago

TECHIE BLOSSOM
08 - Align | #flutter #widgets

shorts #flutter #align #widgets Align widget helps in aligning the widget with respect to its parent. Like in the example, the logo is ...

0:58
08 - Align | #flutter #widgets

542 views

2 years ago

Google for Developers
SafeArea (Flutter Widget of the Week)

Flutter's SafeArea widget keeps pesky notification bars and phone notches from encroaching on your app's UI. It uses a ...

0:52
SafeArea (Flutter Widget of the Week)

530,455 views

7 years ago

Flutter
Builder (Flutter Widget of the Week)

Most of the time, widgets in Flutter build without looking up any extra information about their parents. Sometimes, you might write ...

1:41
Builder (Flutter Widget of the Week)

151,344 views

5 years ago

Google for Developers
Positioned (Flutter Widget of the Week)

Use the Positioned widget to position Flutter widgets in a Stack. Wrap the Stack's children with a Positioned widget and set the ...

1:28
Positioned (Flutter Widget of the Week)

328,988 views

6 years ago

Flutter
Baseline (Widget of the Week)

Learn more about Baseline → https://goo.gle/33CHSaj Positioning widgets in Flutter is usually easy - you decide where they start ...

1:18
Baseline (Widget of the Week)

98,460 views

3 years ago

Google for Developers
Hero (Flutter Widget of the Week)

Hero transitions are a common UI pattern. They let the user know that they changed screens, while keeping the focus of the ...

1:35
Hero (Flutter Widget of the Week)

486,908 views

7 years ago

Flutter
AspectRatio (Flutter Widget of the Week)

The AspectRatio widget can be used to adjust the aspect ratio of widgets in your app. Use it to keep the ratio of your widget's width ...

2:05
AspectRatio (Flutter Widget of the Week)

246,120 views

6 years ago

Flutter
AnimatedWidget (Flutter Widget of the Week)

There are many different options for animations. In many cases, an AnimatedWidget is all you need to make a widget animated.

1:46
AnimatedWidget (Flutter Widget of the Week)

140,590 views

5 years ago

Flutter
CarouselView (Widget of the Week)

The CarouselView presents a scrollable list of items, each of which can dynamically change size based on the chosen layout.

2:00
CarouselView (Widget of the Week)

49,711 views

11 months ago

Flutter Mapp
Flutter AnimatedList Widget

This is the animated list widget with flutter. I will show you how to create this animatedlist widget, you will see, its very simple with ...

3:39
Flutter AnimatedList Widget

43,901 views

3 years ago

Flutter
ExpansionPanel (Flutter Widget of the Week)

Learn more about ExpansionPanel → http://goo.gle/expansionpanel Want to create a list of items that expand to show more ...

2:11
ExpansionPanel (Flutter Widget of the Week)

216,562 views

4 years ago

Google for Developers
Transform (Flutter Widget of the Week)

Transform your Flutter app into something amazing using the Transform widget. “Perspective on Flutter” article ...

1:18
Transform (Flutter Widget of the Week)

266,896 views

6 years ago

Google for Developers
Expanded (Flutter Widget of the Week)

Expand your knowledge of Flutter with the Expanded widget! Flutter's Expanded changes the constraints sent to children of rows ...

0:56
Expanded (Flutter Widget of the Week)

485,747 views

7 years ago