![DataTable in Flutter](https://www.cdn5.niftycent.com/d/D/O/B/W/X/5/datatable-in-flutter.webp)
Use DataTable The DataTable widget allows you to build a table that automatically sizes its columns according to what's in the cell and it's easy to implement, Add DataTable Widget and define its Columns define each row and the cells in each of the... https://yash-aervadiya.hashnode.dev/datatable-in-flutter
![A Retro of My Last 3 Years](https://www.cdn5.niftycent.com/d/1/q/o/2/y/x/a-retro-of-my-last-3-years.webp)
The second post on my site: https://gladimdim.org/do-not-quit-or-how-i-resurrected-my-7-years-old-idea was 2 years ago. It was a time when I finally decided to stop wasting time (having three kids just forces you to do that, each 'free' minute is not... https://gladimdim.org/a-retro-of-my-last-3-years
![Flutter Performance Tip: Mind your build](https://www.cdn5.niftycent.com/d/D/2/6/z/2/8/flutter-performance-tip-mind-your-build.webp)
We're developers. We like fast cars and fast Flutter. Welcome to the first of many Flutter performance tips. This article also has a companion video that gives the exact same information, but with music and visuals.
![This week in Flutter #20](https://www.cdn5.niftycent.com/d/1/q/o/2/L/8/this-week-in-flutter-20.webp)
Big news this week! Google announced Dart 2.14 and Flutter 2.5: Apple Silicon support and standard lints are the prominent updates for Dart. For Flutter there are performance improvements, Material You support, camera and image picker updates, Widget... https://mvolpato.hashnode.dev/this-week-in-flutter-20
![Slivers in Flutter - Part (1)](https://www.cdn5.niftycent.com/d/k/M/M/P/p/V/slivers-in-flutter-part-1.webp)
Sliver
Slivers are basically a scrollable area, that can be customized. Slivers help us to make the scrolling fancier instead of a normal boring scroll. Slivers are useful for placing multiple scrollable widgets (ListView, GridView) inside it. It me... https://dhruvnakum.xyz/slivers-in-flutter-part-1
![Slivers in Flutter - Part (2)](https://www.cdn5.niftycent.com/d/e/4/8/R/j/Q/slivers-in-flutter-part-2.webp)
In the previous article saw, What is Slivers, CustomScrollView, SliverAppBar, SliverList with an example. Now let's explore some more Slivers.
⚽ SliverPersistentHeader
If you want more control over SliverAppBar or you want to make your own custom ... https://dhruvnakum.xyz/slivers-in-flutter-part-2
![Roadmap for Developing with Flutter](https://www.cdn5.niftycent.com/d/1/x/j/J/w/v/roadmap-for-developing-with-flutter.webp)
Syllabus for learning Flutter
Flutter is a UI toolkit developed by Google and its demands are increasing tremendously. If you want to become a Flutter mobile App developer, you’re at right place. This blog gives you the basic knowledge of how to sta... https://techfusion.hashnode.dev/roadmap-for-developing-with-flutter
![Dock is now complete](https://www.cdn5.niftycent.com/d/D/2/6/q/R/V/dock-is-now-complete.webp)
Posted a little video snippet of the fully themed and working dock... https://twitter.com/i/status/1436609220607033345 And updated the repo with the latest mockup design that finally lays out the basic UI components. https://alexmills.hashnode.dev/dock-is-now-complete
![Implement an easy login system for your next Flutter app](https://www.cdn5.niftycent.com/d/k/Q/P/V/W/Y/implement-an-easy-login-system-for-your-next-flutter-app.webp)
TLDR? Watch our YouTube video that covers this article! How to implement at_onboarding_flutter: Are you tired of setting up FireBase tables, handling usernames and passwords, and writing line after line of code setting up authentication methods an... https://blog.atsign.dev/implement-an-easy-login-system-for-your-next-flutter-app-cktex4kfb0595xas163ctbyes
![Advance Scrolling in Flutter - Part (1)](https://www.cdn5.niftycent.com/d/k/J/X/9/R/y/advance-scrolling-in-flutter-part-1.webp)
Sliver
Slivers are basically a scrollable area, that can be customized. Slivers help us to make the scrolling fancier instead of a normal boring scroll. Slivers are useful for placing multiple scrollable widgets (ListView, GridView) inside it. It me... https://dhruvnakum.xyz/advance-scrolling-in-flutter-part-1