New post on /r/flutterdev subreddit:
Widget Testing in Flutter
https://youtu.be/7N1qRivtCWI
September 12, 2020 at 02:37PM by immacoder
https://ift.tt/3mej4tN
Widget Testing in Flutter
https://youtu.be/7N1qRivtCWI
September 12, 2020 at 02:37PM by immacoder
https://ift.tt/3mej4tN
YouTube
Widget Testing with Flutter
Widget Testing with Flutter
After Unit Testing, the next logical step you should take is Widget Testing. Widget Testing tests the UI and makes sure appropriate things occur as the user uses the app.
Unit Testing: https://youtu.be/4d6hEaUVvuU
Integration…
After Unit Testing, the next logical step you should take is Widget Testing. Widget Testing tests the UI and makes sure appropriate things occur as the user uses the app.
Unit Testing: https://youtu.be/4d6hEaUVvuU
Integration…
New tweet from FlutterDev:
🎉 Make your app text exciting with animated_text_kit! Catch the latest #PackageoftheWeek to learn how to use this package to make your text pop, rotate, scale, & more. Tune in to see how to implement it in your app. Watch ⚡ → https://t.co/DFA9BkRfcx https://t.co/PyGEpD1Vmw— Flutter (@FlutterDev) Jun 11, 2021
June 11, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1403404220410302467
🎉 Make your app text exciting with animated_text_kit! Catch the latest #PackageoftheWeek to learn how to use this package to make your text pop, rotate, scale, & more. Tune in to see how to implement it in your app. Watch ⚡ → https://t.co/DFA9BkRfcx https://t.co/PyGEpD1Vmw— Flutter (@FlutterDev) Jun 11, 2021
June 11, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1403404220410302467
YouTube
animated_text_kit (Flutter Package of the Week)
Learn more about animated_text_kit → http://goo.gle/pub-dev-animated_text_kit
Make your app text pop, rotate, scale, and more with animated_text_kit. Learn some of the ways you can make your text shine and how to implement it into your app.
This video is…
Make your app text pop, rotate, scale, and more with animated_text_kit. Learn some of the ways you can make your text shine and how to implement it into your app.
This video is…
New post on /r/flutterdev subreddit:
animated_text_kit (Flutter Package of the Week)
https://youtube.com/watch?v=foQTKCQqVWk&feature=share
June 11, 2021 at 09:30PM by Pixelreddit
https://ift.tt/3vgP6Zh
animated_text_kit (Flutter Package of the Week)
https://youtube.com/watch?v=foQTKCQqVWk&feature=share
June 11, 2021 at 09:30PM by Pixelreddit
https://ift.tt/3vgP6Zh
YouTube
animated_text_kit (Flutter Package of the Week)
Learn more about animated_text_kit → http://goo.gle/pub-dev-animated_text_kit
Make your app text pop, rotate, scale, and more with animated_text_kit. Learn some of the ways you can make your text shine and how to implement it into your app.
This video is…
Make your app text pop, rotate, scale, and more with animated_text_kit. Learn some of the ways you can make your text shine and how to implement it into your app.
This video is…
New tweet from FlutterDev:
💙 #WidgetoftheWeek goes to... ✨ MouseRegion ✨ Ever wondered how to capture a mouse over a widget? MouseRegion lets you know when a mouse is in a certain space! Just wrap it around a widget and listen for the enter, exit, or hover events. Learn more → https://t.co/og9SI1pemC https://t.co/QHXbCoZHsJ— Flutter (@FlutterDev) Jun 30, 2021
June 30, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1410289584026570753
💙 #WidgetoftheWeek goes to... ✨ MouseRegion ✨ Ever wondered how to capture a mouse over a widget? MouseRegion lets you know when a mouse is in a certain space! Just wrap it around a widget and listen for the enter, exit, or hover events. Learn more → https://t.co/og9SI1pemC https://t.co/QHXbCoZHsJ— Flutter (@FlutterDev) Jun 30, 2021
June 30, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1410289584026570753
YouTube
MouseRegion (Flutter Widget of the Week)
Learn more about MouseRegion → https://goo.gle/MouseRegion
Have you ever wondered how to detect if a mouse is over a widget? Wrap your widget with MouseRegion to detect when a mouse enters, exits, or hovers over it. You can even change what the cursor looks…
Have you ever wondered how to detect if a mouse is over a widget? Wrap your widget with MouseRegion to detect when a mouse enters, exits, or hovers over it. You can even change what the cursor looks…
New post on /r/flutterdev subreddit:
MouseRegion (Flutter Widget of the Week)
https://youtube.com/watch?v=1oF3pI5umck&feature=share
June 30, 2021 at 07:11PM by Pixelreddit
https://ift.tt/3yezzv7
MouseRegion (Flutter Widget of the Week)
https://youtube.com/watch?v=1oF3pI5umck&feature=share
June 30, 2021 at 07:11PM by Pixelreddit
https://ift.tt/3yezzv7
YouTube
MouseRegion (Flutter Widget of the Week)
Learn more about MouseRegion → https://goo.gle/MouseRegion
Have you ever wondered how to detect if a mouse is over a widget? Wrap your widget with MouseRegion to detect when a mouse enters, exits, or hovers over it. You can even change what the cursor looks…
Have you ever wondered how to detect if a mouse is over a widget? Wrap your widget with MouseRegion to detect when a mouse enters, exits, or hovers over it. You can even change what the cursor looks…
New post on /r/flutterdev subreddit:
HeroMode (Flutter Widget of the Week)
https://youtube.com/watch?v=AaIASk2u1C0&feature=share
August 12, 2021 at 07:01PM by Pixelreddit
https://ift.tt/3CHDJyq
HeroMode (Flutter Widget of the Week)
https://youtube.com/watch?v=AaIASk2u1C0&feature=share
August 12, 2021 at 07:01PM by Pixelreddit
https://ift.tt/3CHDJyq
YouTube
HeroMode (Flutter Widget of the Week)
Learn more about HeroMode → https://goo.gle/HeroMode
Have a Hero transition but unsure how to stop the animation from higher in the widget tree? By wrapping the Hero in HeroMode, you can enable or disable the animation power it has.
Dartpad → https:/…
Have a Hero transition but unsure how to stop the animation from higher in the widget tree? By wrapping the Hero in HeroMode, you can enable or disable the animation power it has.
Dartpad → https:/…
New tweet from FlutterDev:
☝️ Have a Hero but don't want it? 🤩 Use HeroMode! By wrapping the Hero in HeroMode, you can enable or disable the animation power it has in the widget tree. Watch to learn more → https://t.co/5AWbxhTBVW #WidgetoftheWeek https://t.co/jtRKyE99W9— Flutter (@FlutterDev) Aug 12, 2021
August 12, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1425872282526834688
☝️ Have a Hero but don't want it? 🤩 Use HeroMode! By wrapping the Hero in HeroMode, you can enable or disable the animation power it has in the widget tree. Watch to learn more → https://t.co/5AWbxhTBVW #WidgetoftheWeek https://t.co/jtRKyE99W9— Flutter (@FlutterDev) Aug 12, 2021
August 12, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1425872282526834688
YouTube
HeroMode (Flutter Widget of the Week)
Learn more about HeroMode → https://goo.gle/HeroMode
Have a Hero transition but unsure how to stop the animation from higher in the widget tree? By wrapping the Hero in HeroMode, you can enable or disable the animation power it has.
Dartpad → https:/…
Have a Hero transition but unsure how to stop the animation from higher in the widget tree? By wrapping the Hero in HeroMode, you can enable or disable the animation power it has.
Dartpad → https:/…
New post on /r/flutterdev subreddit:
4 Quick Tips For Flutter Learning - Shorts by Roman Just Codes
https://youtube.com/watch?v=qQQ7BXK43B4&feature=share
September 15, 2021 at 05:15PM by romanjustcodes
https://ift.tt/3nBMIfu
4 Quick Tips For Flutter Learning - Shorts by Roman Just Codes
https://youtube.com/watch?v=qQQ7BXK43B4&feature=share
September 15, 2021 at 05:15PM by romanjustcodes
https://ift.tt/3nBMIfu
YouTube
4 Quick Tips For Flutter Learning - Shorts by Roman Just Codes
#shorts00:08 - Tip #1: Use SVGs and Icon Fonts00:16 - Tip #2: Avoid Large Build Methods00:25 - Tip #3: Don't settle for the default widgets00:46 - Tip #4: Bu...
New post on /r/flutterdev subreddit:
Flow (Flutter Widget of the Week)
https://youtube.com/watch?v=NG6pvXpnIso&feature=share
October 07, 2021 at 07:00PM by Pixelreddit
https://ift.tt/3lkl8BV
Flow (Flutter Widget of the Week)
https://youtube.com/watch?v=NG6pvXpnIso&feature=share
October 07, 2021 at 07:00PM by Pixelreddit
https://ift.tt/3lkl8BV
YouTube
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? If so, try the Flow widget!
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips! → https://goo.gle/FlutterWidget…
Need to coordinate the animation of a list of widgets all behaving similarly? If so, try the Flow widget!
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips! → https://goo.gle/FlutterWidget…
New tweet from FlutterDev:
🌀 Find your flow 🌀 Watch the #WidgetoftheWeek and learn how the Flow can help orchestrate your widgets, plus: ✔️ Animate your widgets in 'paintChildren' ✔️ Pass that animation to your delegate ✔️ Optimize performance with shouldRepaint 📺 👉 https://t.co/qo08FYXF0z https://t.co/LIoiwFRJsk— Flutter (@FlutterDev) Oct 7, 2021
October 07, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1446165935514177543
🌀 Find your flow 🌀 Watch the #WidgetoftheWeek and learn how the Flow can help orchestrate your widgets, plus: ✔️ Animate your widgets in 'paintChildren' ✔️ Pass that animation to your delegate ✔️ Optimize performance with shouldRepaint 📺 👉 https://t.co/qo08FYXF0z https://t.co/LIoiwFRJsk— Flutter (@FlutterDev) Oct 7, 2021
October 07, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1446165935514177543
YouTube
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? If so, try the Flow widget!
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips! → https://goo.gle/FlutterWidget…
Need to coordinate the animation of a list of widgets all behaving similarly? If so, try the Flow widget!
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips! → https://goo.gle/FlutterWidget…
New post on /r/flutterdev subreddit:
One of the reasons I love #Flutter is that it offers built-in #widgets for almost everything you can think of 🤩 Want to build checkbox tiles? You can use #CheckboxListTile as shown here! 💙
https://ift.tt/3aFRxNa
October 15, 2021 at 07:34AM by VandadNahavandipoor
https://ift.tt/3mPZDbM
One of the reasons I love #Flutter is that it offers built-in #widgets for almost everything you can think of 🤩 Want to build checkbox tiles? You can use #CheckboxListTile as shown here! 💙
https://ift.tt/3aFRxNa
October 15, 2021 at 07:34AM by VandadNahavandipoor
https://ift.tt/3mPZDbM
GitHub
flutter-tips-and-tricks/checkboxlisttile-in-flutter.md at main · vandadnp/flutter-tips-and-tricks
A Collection of Flutter and Dart Tips and Tricks. Contribute to vandadnp/flutter-tips-and-tricks development by creating an account on GitHub.
New tweet from FlutterDev:
🔴🟡🟢 Looking to add indicator dots to a wizard or series of pages? #WidgetoftheWeek has you covered! Easily use TabPageSelector to add the indicator dots to any widgets you like for a complete tabbed experience. Watch 👉 https://t.co/iFd9OaMf62 https://t.co/6SGnNF3ZUJ— Flutter (@FlutterDev) Oct 21, 2021
October 21, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1451239415213445126
🔴🟡🟢 Looking to add indicator dots to a wizard or series of pages? #WidgetoftheWeek has you covered! Easily use TabPageSelector to add the indicator dots to any widgets you like for a complete tabbed experience. Watch 👉 https://t.co/iFd9OaMf62 https://t.co/6SGnNF3ZUJ— Flutter (@FlutterDev) Oct 21, 2021
October 21, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1451239415213445126
YouTube
TabPageSelector (Flutter Widget of the Week)
Learn more about TabPageSelector → https://goo.gle/30wVfac
Need to add progress indicator dots to a wizard or series of pages? If so, try the TabPageSelector widget!
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese…
Need to add progress indicator dots to a wizard or series of pages? If so, try the TabPageSelector widget!
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese…
New post on /r/flutterdev subreddit:
TabPageSelector (Flutter Widget of the Week)
https://youtube.com/watch?v=Q628ue9Cq7U&feature=share
October 21, 2021 at 07:56PM by Pixelreddit
https://ift.tt/3AXteoI
TabPageSelector (Flutter Widget of the Week)
https://youtube.com/watch?v=Q628ue9Cq7U&feature=share
October 21, 2021 at 07:56PM by Pixelreddit
https://ift.tt/3AXteoI
YouTube
TabPageSelector (Flutter Widget of the Week)
Learn more about TabPageSelector → https://goo.gle/30wVfac
Need to add progress indicator dots to a wizard or series of pages? If so, try the TabPageSelector widget!
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese…
Need to add progress indicator dots to a wizard or series of pages? If so, try the TabPageSelector widget!
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese…
New tweet from FlutterDev:
🎃📱 Happy Hallo-#WidgetoftheWeek Learn how to use the Theme widget to give your app users a fa-boo-lous trick-or-treat UX 👻 Get spooky 👉 https://t.co/YwpZmha9Ba https://t.co/PU3mH0Vchu— Flutter (@FlutterDev) Oct 29, 2021
October 29, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1454138498198409223
🎃📱 Happy Hallo-#WidgetoftheWeek Learn how to use the Theme widget to give your app users a fa-boo-lous trick-or-treat UX 👻 Get spooky 👉 https://t.co/YwpZmha9Ba https://t.co/PU3mH0Vchu— Flutter (@FlutterDev) Oct 29, 2021
October 29, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1454138498198409223
YouTube
Theme (Flutter Hallowidget of the Week)
Learn more about Theme → https://goo.gle/3nF9QIl
Looking to customize your app's colors and fonts? Try using the Theme widget!
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.
Learn everything about…
Looking to customize your app's colors and fonts? Try using the Theme widget!
This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.
Learn everything about…
New tweet from FlutterDev:
📲 Don’t waste your user’s data Be a pro and use the cached_network_image package to avoid redownloading images 👌 Check out #PackageoftheWeek → https://t.co/kvfdUtKSUl https://t.co/RC4szTdQnk— Flutter (@FlutterDev) Nov 11, 2021
November 11, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1458864664603934720
📲 Don’t waste your user’s data Be a pro and use the cached_network_image package to avoid redownloading images 👌 Check out #PackageoftheWeek → https://t.co/kvfdUtKSUl https://t.co/RC4szTdQnk— Flutter (@FlutterDev) Nov 11, 2021
November 11, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1458864664603934720
YouTube
CachedNetworkImage (Package of the Week)
Learn more about CachedNetworkImage → https://goo.gle/3wovaGc
A picture is worth 1,000 words, but is it worth 2,000? Use CachedNetworkImage to stop re-downloading images in your Flutter apps 🌄💙
This video is also subtitled in Chinese, Indonesian, Italian…
A picture is worth 1,000 words, but is it worth 2,000? Use CachedNetworkImage to stop re-downloading images in your Flutter apps 🌄💙
This video is also subtitled in Chinese, Indonesian, Italian…
New post on /r/flutterdev subreddit:
CachedNetworkImage (Package of the Week)
https://youtube.com/watch?v=fnHr_rsQwDA&feature=share
November 11, 2021 at 07:41PM by Pixelreddit
https://ift.tt/30f0riC
CachedNetworkImage (Package of the Week)
https://youtube.com/watch?v=fnHr_rsQwDA&feature=share
November 11, 2021 at 07:41PM by Pixelreddit
https://ift.tt/30f0riC
YouTube
CachedNetworkImage (Package of the Week)
Learn more about CachedNetworkImage → https://goo.gle/3wovaGc
A picture is worth 1,000 words, but is it worth 2,000? Use CachedNetworkImage to stop re-downloading images in your Flutter apps 🌄💙
This video is also subtitled in Chinese, Indonesian, Italian…
A picture is worth 1,000 words, but is it worth 2,000? Use CachedNetworkImage to stop re-downloading images in your Flutter apps 🌄💙
This video is also subtitled in Chinese, Indonesian, Italian…
New post on /r/flutterdev subreddit:
DropdownButton (Widget of the Week)
https://youtube.com/watch?v=ZzQ_PWrFihg&feature=share
February 28, 2022 at 09:46PM by Pixelreddit
https://ift.tt/KYQJgwy
DropdownButton (Widget of the Week)
https://youtube.com/watch?v=ZzQ_PWrFihg&feature=share
February 28, 2022 at 09:46PM by Pixelreddit
https://ift.tt/KYQJgwy
YouTube
DropdownButton (Widget of the Week)
Learn more about DropdownButton → https://goo.gle/3sjfe7J
DartPad → https://goo.gle/3JTjOj1
Need to provide users with a way to select a value from a list of options? There’s a widget for that. Add an easy to use dropdown menu to your app with DropdownButton!…
DartPad → https://goo.gle/3JTjOj1
Need to provide users with a way to select a value from a list of options? There’s a widget for that. Add an easy to use dropdown menu to your app with DropdownButton!…