8:19
How to Create a Reusable Flutter Package ? | Tutorial | Dart
Command : flutter create --template=package PackageName In this tutorial, we will study how to create a reusable package in ...
14:23
How to build a package in Dart
Learn best practices for building Dart and Flutter packages for distribution using Pub. See how to run tests, collect code coverage, ...
6:31
How to make a Flutter Package? Build and Publish First Package
In this video, I'll show you how to build and publish your first Flutter package complete with code walkthrough. Timestamps: 0:00 ...
2:45
Packages versus Plugins? | Decoding Flutter
What is the difference between a package and a plugin? Learn how these bundles of code contribute to your app's functionality ...
2:57
Learn more about product → https://goo.gle/3oAtlne Tired of writing tedious boilerplate for simple data classes? Try Freezed, a ...
13:46
How to Create Dart Packages for Your Flutter Apps
Written tutorial here: https://codewithandrea.com/videos/2020-06-01-how-to-create-dart-packages-flutter-apps/ How to create ...
15:16
How to write really good Flutter code
Explore the principles of writing high-quality, maintainable Flutter code, and how tooling like Widget Previews, DevTools, MCP ...
1:44
path_provider (Package of the Week)
Learn more about path_provider → https://goo.gle/3m1iPDF Are you tired of making users download the same data every time ...
1:26
flutter_lints (Package of the Week)
When you see your Dart code underlined in squigglies, it means that the Dart analyzer has spotted possible improvements in your ...
10:30
Creating local/internal package in flutter app | package creation in flutter project | custom widget
Creating internal package that can be used within the flutter project. Source Code: ...
12:00
Publish Flutter Package in 7 Easy Steps
One of the most underrated features in Flutter is how easy it is to publish a package on pub.dev. If you are ready with the source ...
1:21
Learn more about get_it → https://goo.gle/3HZugEA If you've ever had to organize non-widget resources like data repositories or ...
2:00
fl_chart (Package of the Week)
Use fl_chart for visualizing information in a number of common graphs, including line, bar, and pie charts. fl_chart on pub ...
1:47
home_widget (Package of the Week)
HomeWidget is a Plugin to make it easier to create HomeScreen widgets on Android and iOS. HomeWidget does not allow writing ...
2:14
firebase_vertexai (Package of the Week)
firebase_vertexi on pub.dev → https://goo.gle/3z3Im8P Get started with Gemini API using the Vertex AI for Firebase Dart SDK ...
3:07
dart_mcp (Package of the Week)
Pub.dev → https://goo.gle/4r6edLi Explore the dart_mcp package, a powerful framework for building Model Context Protocol ...
2:36
Learn more about mason → https://goo.gle/3bka1Xk Ever wished `flutter create` was more flexible, maybe even creating YOUR ...
3:55
Creating Responsive UI in Flutter - Flutter ScreenUtil
Maximize Your App's Appeal Across Devices! 🖥️ Learn how to harness the power of the Flutter ScreenUtil package to ...
1:12:09
Flutter Creating Package (Most Easy Guide Ever)
I'm working on a project that needed a country picker UI, so I decided to build a comprehensive Flutter package instead of using ...
1:13
Use Gap to add space between widgets without keeping track of whether its parent is a Row or Column. Gap on pub.dev ...