Flutter With Me
Flutter With Me
  • 12
  • 187 106
Easy Animations in Flutter - Lottie
In this video we will learn about using animations in flutter with the Lottie package.
This is a very useful package when it comes to handling animations in flutter and is very easy to use.
Let me know in the comments section if you have any questions regarding the same that needs to be answered.
มุมมอง: 74

วีดีโอ

Get X SnackBar - Episode 1
มุมมอง 67ปีที่แล้ว
This video is a start to the series of using GetX package in flutter. We will be covering the installation of GetX library and also the use of snackbar and it's major attributes.
Flutter firebase authentication
มุมมอง 1.1K3 ปีที่แล้ว
This video covers the basic of how we use #firebase auth in our #flutter project to register user and sign them in. I hope you like the video. Let me know in comments on how you like the video and any more topics that you would like me to cover. Kindly subscribe to the channel and hit the like button.
Http Post Method - Flutter || Post Data to API in flutter
มุมมอง 38K3 ปีที่แล้ว
In this video we will see how to use http post method in flutter. Kindly go through the full video to get all the details of how this method works. #flutter #Http # httpFlutter #flutterpost
Get data from Api in flutter - HTTP Requests in flutter
มุมมอง 137K3 ปีที่แล้ว
In this video we will see how we can get data from API and upload that in our list. This video will be first part of the series where we will learn how to handle http requests in flutter. In the next video we will be covering on how to post request through the same principles. Let me know in comments how you find this tutorial and also any changes that you would like me to make on the same.
Upload flutter projects to GitHub
มุมมอง 2713 ปีที่แล้ว
In this video we will see how we can upload our android studio projects directly to github. Keep Supporting and don't forget to subscribe.
AutoValidateMode Flutter
มุมมอง 3.5K3 ปีที่แล้ว
in This video we will see how autovalidatemode is working for forms in flutter. Let me know in comments for any queries you may have regarding this video. Keep Supporting and don't forget to subscribe the channel.
Flutter E-commerce App using Provider - Part 4
มุมมอง 6223 ปีที่แล้ว
We are going to use the flutter change notifier provider method as provided by the provider package from flutter. We would be using the provider function here to update the values in cart. Keep Supporting and don't forget to subscribe.
Flutter E-commerce App using Provider - Part 3
มุมมอง 5053 ปีที่แล้ว
We are going to use the flutter change notifier provider method as provided by the provider package from flutter. We would be using the provider function here to display the items on list and details screens. Keep Supporting and don't forget to subscribe.
Flutter E-commerce App using Provider - Part 2
มุมมอง 4773 ปีที่แล้ว
We are going to use the flutter change notifier provider method as provided by the provider package from flutter. We would be implementing the items list and model class here, we would also be making use of getter function for different variables that will be needed throughout the project. Keep Supporting and don't forget to subscribe.
Flutter E-commerce App using Provider - Part 1
มุมมอง 1K3 ปีที่แล้ว
We are going to use the flutter change notifier provider method as provided by the provider package from flutter. This Video is only pointing towards the basic setup of the app. Keep Supporting and don't forget to subscribe.
Return list between two dates - flutter
มุมมอง 3.7K3 ปีที่แล้ว
In this video we will see how we can return the list of days between two dates. This can be useful in various different application like to-do list or a list based calendar. Do subscribe to the channel to keep getting more videos. gitLink - github.com/mayurkhullar/dateslist

ความคิดเห็น

  • @my_wave_app
    @my_wave_app 4 หลายเดือนก่อน

    thanks for this tutorial video it really helped me to build my mobile app, (analytics dashboard for social media content creator) which is now live! it has been few days only but this video was very helpful! API was a bit trickier but could make it work :) cheers

  • @uzzmasaiyed
    @uzzmasaiyed 8 หลายเดือนก่อน

    Great video, you solved my problem thanxalot

  • @mohamednizam5298
    @mohamednizam5298 10 หลายเดือนก่อน

    Great vid helps alot. Your example to list days between specified days. What about if for specified month and year meaning if i specified march it will list all days within that month. Thanks again

  • @aleksandraweber4220
    @aleksandraweber4220 ปีที่แล้ว

    Hi :). I'm doing everything like you and here what happens: '_Map<String, dynamic>' is not a subtype of type 'Iterable<dynamic>' What am I doing wrong if you don't have this issue? I start to become powerless...

  • @bensosfrequents
    @bensosfrequents ปีที่แล้ว

    This tutorial ignores two important things that video makers keeps ignorering all the times. (1) Showing an error if network is not available. (2) Detecting if returned Map(data) is empty and show "not data text" or something and probably showing a loading spinner for the slow networks instead of keeping users waiting on a blank screen, but loading spinner isn't important. Anyways it was a great tutorial. Many thanks

  • @mohamedwaleed4610
    @mohamedwaleed4610 ปีที่แล้ว

    how to print the results in an alert instead of console ? please anyone tell me how to do this🤚

  • @kishores-ik4zw
    @kishores-ik4zw ปีที่แล้ว

    but if we used it in Feb month get a result is not as perfect i thing so

  • @Sidiqtoha
    @Sidiqtoha ปีที่แล้ว

    how to get addreas ?

  • @NAABRecordsLtd
    @NAABRecordsLtd ปีที่แล้ว

    Unfortunatelly the sound is weak ! i like your work by the way ! thank you

  • @Twu77
    @Twu77 ปีที่แล้ว

    But what if json data it self is non-string type ? i tried to use my boolean type json but it wont work

  • @haeven6938
    @haeven6938 ปีที่แล้ว

    Yo!!! you just got a new subscriber, your lecture is suscint and clear. Wow!!! i love you sir. Keep up the good work. i'll definitly watch all your videos and drop feedbacks.

  • @AndrewTSq
    @AndrewTSq 2 ปีที่แล้ว

    in future videos, can you try to make the audio volume a bit better? I can hardly hear you even at high volume.

  • @abdullamustafa2276
    @abdullamustafa2276 2 ปีที่แล้ว

    Thank You very match

  • @vmedia7048
    @vmedia7048 2 ปีที่แล้ว

    youre an absolute knob for not leaving the code

  • @pagadalamahidharsri6344
    @pagadalamahidharsri6344 2 ปีที่แล้ว

    Flutter task: First Screen - Prepare a list using a api call Second Screen - create another screen where u can fill the details related to list and write validations for fields. And filled details should add to the first screen listings

  • @pagadalamahidharsri6344
    @pagadalamahidharsri6344 2 ปีที่แล้ว

    Flutter task: First Screen - Prepare a list using a api call Second Screen - create another screen where u can fill the details related to list and write validations for fields. And filled details should add to the first screen listings

  • @karolcu2618
    @karolcu2618 2 ปีที่แล้ว

    you' are amazing! Thanks for the video

  • @theanh4843
    @theanh4843 2 ปีที่แล้ว

    flutter can enable or disable airplane mode on thirts with android. Thank you

  • @vathanachiem9879
    @vathanachiem9879 2 ปีที่แล้ว

    I have a problem with syntax Errorr : itemCount:snapshot.data.length, /// return ListView.builder( itemCount:snapshot.data.length, itemBuilder:(context,i){ return ListTile( title: Text(snapshot.data![i].fistname), ); /// Please help me

  • @johnmungandi4413
    @johnmungandi4413 2 ปีที่แล้ว

    Thank you so much it's helpful 👍

  • @akshayvilawadekar5266
    @akshayvilawadekar5266 2 ปีที่แล้ว

    The type 'Map<String, dynamic>' used in the 'for' loop must implement Iterable.

  • @sundar8601
    @sundar8601 2 ปีที่แล้ว

    Simplicity is your asset. Great!

  • @VQN_Code
    @VQN_Code 2 ปีที่แล้ว

    how to get street in address in that link

  • @backyardfreestyler7866
    @backyardfreestyler7866 2 ปีที่แล้ว

    You are really good

  • @crazyworld3662
    @crazyworld3662 2 ปีที่แล้ว

    after i put data how to show this data in next screen with name,job,id,create at please replay me.

  • @lokeshvaishnav7989
    @lokeshvaishnav7989 2 ปีที่แล้ว

    You doing too good very impressed 👍👍👍 Please make more videos on flutter

  • @kabeerahmed7633
    @kabeerahmed7633 2 ปีที่แล้ว

    Dear Please post new Tutorials The way you teach is So amazing i searched alot on youtube but noone teaches like you Do please it has been long you havent post any video

  • @alihyder7266
    @alihyder7266 2 ปีที่แล้ว

    Sir please make a video on Flutter Integrate DataBase

  • @chemuhammadiqmalchemohamed2041
    @chemuhammadiqmalchemohamed2041 2 ปีที่แล้ว

    Ty bosss

  • @ggsap
    @ggsap 2 ปีที่แล้ว

    Inverted commas?? They are called quotes

  • @dev.faizan
    @dev.faizan 2 ปีที่แล้ว

    great

  • @AliJawad-q5d
    @AliJawad-q5d 2 ปีที่แล้ว

    Bro. If you can reply. Can you please tell us how to implement search and create a new page with the user details in it?

  • @bougarytamega5059
    @bougarytamega5059 2 ปีที่แล้ว

    thank you so much, it really helps me!

  • @GlobalSpotlight
    @GlobalSpotlight 2 ปีที่แล้ว

    It keeps showing loading data.

  • @sat_talk
    @sat_talk 2 ปีที่แล้ว

    Thanks.. in case I only supplied autovalidate code in Form and it started working..Pl. don't stop making videos in flutter.. in long term it would be beneficial to you

  • @lalremlianbtlung9042
    @lalremlianbtlung9042 2 ปีที่แล้ว

    How do I populate data to the model after retrieving a data from an API?

  • @chiragsingh5701
    @chiragsingh5701 2 ปีที่แล้ว

    import 'dart:convert'; import 'package:api_call/main.dart'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'main.dart'; void main() { runApp(Myapp()); } class Myapp extends StatefulWidget { const Myapp({Key? key}) : super(key: key); @override State<Myapp> createState() => _MyappState(); } class _MyappState extends State<Myapp> { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar: AppBar( title: Text("My Api"), ), body: Container( child: Card( child: FutureBuilder(future: getdata(),builder: (context,AsyncSnapshot snapshot){ if(snapshot.data==null) { return Container(child: Center(child: Text("loading data"),),); } else { return ListView.builder(itemCount: snapshot.data!.length,itemBuilder: (context,i){ return ListTile( title: Text(snapshot.data[i].name), subtitle: Text(snapshot.data[i].userName), ); }); } },), ), ), ), ); } } class User { final String name,email,userName; User(this.name, this.email, this.userName); } Future getdata() async { var response= await http.get(Uri.https('jsonplaceholder.typicode.com', 'users')); var jsondata=jsonDecode(response.body); List<User> users=[]; for(var u in jsondata) { User user=User(u["name"], u["email"], u["username"]); users.add(user); } print(users.length); return users; }

  • @coyoute2
    @coyoute2 2 ปีที่แล้ว

    Nuur há 8 meses se você tiver problemas com o data.length; corrija-o colocando 'AsyncSnapshot' antes do snapshot no parâmetro do construtor; construtor: (contexto, instantâneo AsyncSnapshot) vlwww

  • @EyupJohn
    @EyupJohn 2 ปีที่แล้ว

    Video is useful but needs some changes like: you need to add json.encode() to body. For example: body: json.encode({ "test": "test"}) and add headers after the body, like: headers: { 'Content-type': 'application/json', 'Accept': 'application/json'}) if you're having "The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<DataModel>', is a potentially non-nullable type." error message, then you can change future type to Future<bool> and use it like a function returning bool value (after checking it's statusCode ofc.) And also don't forget to add "await" before calling the function. Anyways, thanks for the video.

    • @EyupJohn
      @EyupJohn 2 ปีที่แล้ว

      By the time you saw my message, this solution way may also been out dated.

    • @iremyonet3207
      @iremyonet3207 ปีที่แล้ว

      Hi, I'm having the same issue.

  • @proboy1739
    @proboy1739 2 ปีที่แล้ว

    It is really a helpful lecture for understanding Please tell me the shortcut to wrap a widget inside a widget

  • @TienLenTrinh
    @TienLenTrinh 2 ปีที่แล้ว

    hey bro if api have Millions, hundreds of thousands of data, is it okay to use a for loop?

  • @relebohilenkaki8355
    @relebohilenkaki8355 2 ปีที่แล้ว

    The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<DataModel>', is a potentially non-nullable type. I am getting this error in future function method. Please Help

  • @mikoajlech7958
    @mikoajlech7958 2 ปีที่แล้ว

    @Flutter With Me Is there code on Github?

  • @xtinctstyle
    @xtinctstyle 2 ปีที่แล้ว

    I'm getting cart.length = 0 but i dont know why. class Inventory extends ChangeNotifier { List<Items> _items = []; List<Items> _cart = []; Items? _activeItem; Inventory(){ _items = [ Items( id: 1, qty: 1, name: 'French Fries', price: 15, pic: '', ), Items( id: 2, qty: 1, name: 'Bacon', price: 5, pic: '', ) ]; notifyListeners(); } List<Items> get items => _items; List<Items> get cart => _cart; Items? get activeItems => _activeItem; setActiveItem(Items? item) { _activeItem = item; } addOneItemToBasket(Items item) { Items inCart = _cart.firstWhere((element) => element.id == item.id, orElse: () => item); if(inCart != null) { inCart.qty += 1; } else { _cart.add(item); } notifyListeners(); } removeOneItemFromBasket(Items item) { Items inCart = _cart.firstWhere((element) => element.id == item.id, orElse: () => item); if(inCart != null && inCart.qty == 1) { _cart.remove(item); } else { inCart.qty -= 1; } notifyListeners(); } getCartQty() { int total = 0; for(int i = 0; i < cart.length; i++) { total += cart[i].qty; } print("cart len: " + cart.length.toString()); // <-- This is zero; print(total.toString()); return total; } }

  • @yassinabdulla368
    @yassinabdulla368 2 ปีที่แล้ว

    thanks it helped alot

  • @xtinctstyle
    @xtinctstyle 2 ปีที่แล้ว

    I get this error when trying to run app "The return type 'Null' isn't a 'Items', as required by the closure's context." cased by inventory.dart "Items _activeItem = null;". How do i solve this?

  • @ibnualwi9784
    @ibnualwi9784 2 ปีที่แล้ว

    sir, any chance we can fetch data from json using streambuilder ?

  • @danishshaikh1790
    @danishshaikh1790 2 ปีที่แล้ว

    Very informative and helpful video. Love from PAKISTAN.

  • @yassinabdulla368
    @yassinabdulla368 2 ปีที่แล้ว

    thanks, it helped a lot

  • @drew230
    @drew230 2 ปีที่แล้ว

    I've been struggling with this. Instant sub