- 24
- 459
Nikhil Soni
เข้าร่วมเมื่อ 18 ก.ค. 2022
What'sApp Clone in Flutter [Part - 2] | flutter series | lecture - 17
www.figma.com/design/1Vri4gjOU9aIQ41LQTXX8y/Whatsapp-Ui-Design-(Community)?node-id=74-4932&p=f&t=HjIv5YyJaV6ZSw3D-0
In this video you will learn building what'sApp clone
🔥 Don’t forget to LIKE, SUBSCRIBE, and TURN ON NOTIFICATIONS for more Flutter tutorials and app development tips!
#google #flutter #androiddevelopers #dart #ios #android #Flutter #FlutterUI #ButtonWidgets #fluttertutorialforbeginners
In this video you will learn building what'sApp clone
🔥 Don’t forget to LIKE, SUBSCRIBE, and TURN ON NOTIFICATIONS for more Flutter tutorials and app development tips!
#google #flutter #androiddevelopers #dart #ios #android #Flutter #FlutterUI #ButtonWidgets #fluttertutorialforbeginners
มุมมอง: 5
วีดีโอ
What'sApp Clone in Flutter [Part - 1] | flutter series | lecture - 16
มุมมอง 117 ชั่วโมงที่ผ่านมา
www.figma.com/design/1Vri4gjOU9aIQ41LQTXX8y/Whatsapp-Ui-Design-(Community)?node-id=74-4932&p=f&t=HjIv5YyJaV6ZSw3D-0 In this video you will learn building what'sApp clone 🔥 Don’t forget to LIKE, SUBSCRIBE, and TURN ON NOTIFICATIONS for more Flutter tutorials and app development tips! #google #flutter #androiddevelopers #dart #ios #android #Flutter #FlutterUI #ButtonWidgets #fluttertutorialforbeg...
ClipRRect, ReorderableListView in Flutter | flutter series | lecture - 14
มุมมอง 5วันที่ผ่านมา
In this video, explore how to use Flutter's ClipRRect for adding rounded corners to widgets and ReorderableListView for creating interactive, draggable lists. Perfect for designing beautiful UIs and building dynamic, user-friendly apps. 💡 Key Topics Covered: ClipRRect: Rounded corners for images and containers. ReorderableListView: Drag and drop to reorder items. Practical examples and coding d...
Expended, Flexible, Wrap, Align, AspectRatio, GridView, ListView | flutter series | lecture - 14
มุมมอง 8วันที่ผ่านมา
In this video, we dive into some of the most essential Flutter widgets to create responsive and dynamic UIs. Learn when and how to use these powerful tools to make your app layouts efficient and visually appealing. What You'll Learn: Expanded: Maximize space within a Row or Column. Flexible: Fine-tune flexibility with optional constraints. Wrap: Arrange widgets dynamically to avoid overflow. Al...
AnimationContainer, Hero, Fade, Scale, Slide In Flutter | flutter series | lecture - 13
มุมมอง 2414 วันที่ผ่านมา
"Flutter Animations: AnimatedContainer, Hero, Fade, Scale & Slide Explained!" Bring your Flutter apps to life with smooth animations! In this video, we cover: AnimatedContainer: Add dynamic property changes with transitions. Hero Animation: Create seamless screen transitions with shared elements. Fade Transition: Gradually appear or disappear UI elements. Scale Transition: Add zoom-in or zoom-o...
BottomNavBar, Drawer, Card, ListTile In Flutter | flutter series | lecture - 12
มุมมอง 2321 วันที่ผ่านมา
Here’s an example of a TH-cam description for a video covering Bottom Navigation Bar, Drawer, Card, ListTile, and Floating Action Button in Flutter: "Flutter UI Components: BottomNavBar, Drawer, Card, ListTile & FAB" Learn how to build interactive Flutter UIs using essential widgets like: Bottom Navigation Bar: Easily navigate between screens. Drawer: Add side navigation for better user experie...
SingleChildScrollView, Scafflod, AppBar In Flutter | flutter series | lecture - 11
มุมมอง 1921 วันที่ผ่านมา
Learn about three essential Flutter widgets: SingleChildScrollView, Scaffold, and AppBar! 1️⃣ SingleChildScrollView: Make your app content scrollable effortlessly. Ideal for layouts where content might exceed the screen size vertically or horizontally. 2️⃣ Scaffold: The backbone of any Flutter app. Use it to structure your app's UI, providing features like a drawer, bottom navigation bar, and m...
Calculator In Flutter | flutter series | lecture - 10
มุมมอง 4121 วันที่ผ่านมา
Want to create your own calculator app in Flutter? 🚀 This tutorial is perfect for beginners and walks you through designing and coding a fully functional calculator app from scratch. What you'll learn: ✅ Designing a responsive UI with GridView for buttons. ✅ Using state management (setState/GetX/Provider) to handle calculations. ✅ Adding button functionality for operations like addition, subtra...
ElevatedButton, TextButton, OutlineButton, IconButton | flutter series | lecture - 9
มุมมอง 3021 วันที่ผ่านมา
Are you exploring Flutter and wondering which button widget to use in your app? This video covers the essentials of Flutter's button widgets: ElevatedButton: Perfect for highlighting primary actions with elevation. TextButton: A lightweight, flat button for secondary actions. OutlinedButton: Great for subtle, bordered buttons that don’t overpower the UI. IconButton: Ideal for clickable icons to...
Textfield, Checkbox, Radio, Switch, Slider | flutter series | lecture - 8
มุมมอง 1928 วันที่ผ่านมา
In this video, we’ll explore Flutter’s most commonly used input widgets to make your apps interactive and user-friendly: ✔ TextField - Capture user input with customizable text fields. ✔ Checkbox - Add tickable boxes for user selections. ✔ Radio - Implement exclusive options with radio buttons. ✔ Switch - Toggle settings with smooth on/off switches. ✔ Slider - Adjust values using a draggable sl...
Image, Icon, Column, Row, Sizedbox, Padding | flutter series | lecture - 7
มุมมอง 2828 วันที่ผ่านมา
🎯 Get Ready to Master Essential Flutter Widgets! In this video, we’ll explore some of the most commonly used widgets in Flutter to create visually stunning and responsive layouts: ✔ Image - Display images from assets, network, or memory effortlessly. ✔ Icon - Add beautiful icons to your app using Flutter’s rich icon library. ✔ Column & Row - Arrange your widgets in vertical or horizontal layout...
Container, Text and Center Widget| flutter series | lecture - 6
มุมมอง 5828 วันที่ผ่านมา
🎯 Learn the Basics of Flutter Layout with Container and Center Widgets! In this video, we break down the power of three essential Flutter widgets: ✔ Container - The versatile widget for creating custom layouts, adding padding, margins, borders, colors, and more. ✔ Center - The simplest way to perfectly center your child widget in any layout. ✔ Text Here's what you'll learn: ✅ How to customize a...
OOPs, syntax, stateless & statefull widgets | flutter series | lecture - 5
มุมมอง 40หลายเดือนก่อน
Welcome to Flutter Made Simple! In this video, we're diving into the core concepts of Object-Oriented Programming (OOP) in Flutter, exploring the Dart syntax that powers your apps, and breaking down the difference between Stateless and Stateful widgets. Here's what you'll learn: ✅ What is OOP, and how it applies in Flutter development. ✅ How to write clean and effective Dart code with proper sy...
loops , map, operators in flutter | flutter series | lecture-4
มุมมอง 21หลายเดือนก่อน
#google #flutter #androiddevelopers #dart #ios #android
if -else and loops in flutter | lecture-3
มุมมอง 36หลายเดือนก่อน
#google #flutter #androiddevelopers #dart #ios #android
variables and data-type in dart lecture - 2
มุมมอง 9หลายเดือนก่อน
variables and data-type in dart lecture - 2
flutter installation set-up lecture - 1
มุมมอง 31หลายเดือนก่อน
flutter installation set-up lecture - 1
Login / signup screen with firebase... Lec-3
มุมมอง 26 หลายเดือนก่อน
Login / signup screen with firebase... Lec-3
Login or Signup Screen With firebase Lec - 2
มุมมอง 27 หลายเดือนก่อน
Login or Signup Screen With firebase Lec - 2
Flutter firebaseCLI Initialization lec-1
มุมมอง 87 หลายเดือนก่อน
Flutter firebaseCLI Initialization lec-1
C language || even-odd, array, while-loop || part 2 || nikhil soniii
มุมมอง 2ปีที่แล้ว
C language || even-odd, array, while-loop || part 2 || nikhil soniii
C language || part 1|| basic to advanced || turboo c++ software || Nikhil soniii
มุมมอง 7ปีที่แล้ว
C language || part 1|| basic to advanced || turboo c software || Nikhil soniii