SQLITE Ultimate Guide for Flutter Developers

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 36

  • @alamin-sd8bb
    @alamin-sd8bb 2 роки тому +1

    Great explanation...step by step . 👌👌

  • @AbulAlla
    @AbulAlla 2 роки тому +1

    Just what I was looking for, lets see what I learn from this

  • @usertuserb7057
    @usertuserb7057 2 роки тому +1

    very Good job,
    New subscriber from Algeria.

  • @minhphong5418
    @minhphong5418 Рік тому +1

    Thank you so much!!!! this helps me a lot!!

  • @noblevii2822
    @noblevii2822 2 роки тому

    Thanks bro, I needed help with null safety.

  • @ai_malllu
    @ai_malllu 2 роки тому

    hey why we are using a dbsevice file here,i didnt get it?

  • @usmanAli-hw5xu
    @usmanAli-hw5xu 2 роки тому +1

    Very nice sir

  • @RanjanSigdel
    @RanjanSigdel 2 роки тому

    Hi, thank you for the tutorial it's exciting but unfortunately, I didn't understand why the Id assignment was there and what does that do @8:10 if you could please elaborate. thank you

  • @alamin-sd8bb
    @alamin-sd8bb 2 роки тому

    Do you have the video for the database ? Query and Tables ...

  • @nikhilkukreja8498
    @nikhilkukreja8498 2 роки тому +1

    Thank you ❤️

  • @itprograming2661
    @itprograming2661 2 роки тому

    Thank you so much for this. Can I ask anyone what is the GlobalKey used for?

    • @SnippetCoder
      @SnippetCoder  2 роки тому +2

      This is used for maintain the state of the form controls

  • @sajeevvasudevan-e9b
    @sajeevvasudevan-e9b Рік тому

    "Exception has occurred.
    NoSuchMethodError (NoSuchMethodError: Class '_Set' has no instance method '[]'.
    Receiver: _Set len:2
    Tried calling: []("id"))"< ------------------------------- i get this when i try to add a dropdownlist as your code base please give me a soluvation for this ....

  • @davidhadwin3566
    @davidhadwin3566 2 роки тому

    I can't proceed with the formfields as I am getting the error 'undefined name "context"' when I create the formUI widget.
    Nothing I try will remove the error.

    • @SnippetCoder
      @SnippetCoder  2 роки тому

      Contact SnippetCoder @ Twitter | Instagram | Facebook | Telegram.

    • @davidhadwin3566
      @davidhadwin3566 2 роки тому

      @@SnippetCoder It's straightforward. I have followed your code to the letter and it will not let me leave the 'context' field in the FormHelper as just 'context. It tells me that it's an undefined name. You don't have any such error but I don't see where you define the context anywhere.

    • @christiansanantonio9050
      @christiansanantonio9050 2 роки тому

      @@davidhadwin3566 Did u fix it? I also encounter the same error

  • @usmanAli-hw5xu
    @usmanAli-hw5xu 2 роки тому +1

    thank you sir

  • @mumshadahamedrifat9298
    @mumshadahamedrifat9298 2 роки тому

    How could you send parameter for table name Product.table ...Your model don't have any Product.table..Then how you did that?

  • @Tech1st
    @Tech1st 2 роки тому

    Can I get this code?

  • @sauv1k
    @sauv1k 2 роки тому +1

    Which vs code theme r u using sir? 🙈

  • @AbdullahHattab
    @AbdullahHattab 2 роки тому

    thanks for this video, but you cuts a lot some times i just wait to see the code when you scroll over it. as 47:57. try to calm down please.

  • @hiengiap7392
    @hiengiap7392 2 роки тому

    Hi, how can i get source code? thank you very much!

    • @SnippetCoder
      @SnippetCoder  2 роки тому

      github.com/SnippetCoders/flutter_sqlite

    •  2 роки тому

      Hello@@SnippetCoder , Thank you for this tutorial but the video is in 2022 but the repository is in 2020. You can update the code for this video in your repository ? Thank you.

  • @sumiharsola6043
    @sumiharsola6043 2 роки тому

    Firebase ke sath kab a rahi ha vidio

  • @mohamedmahmoudaboulmagdahm5276
    @mohamedmahmoudaboulmagdahm5276 2 роки тому

    great for explaining you are the Best
    just add something if any one need to update the home screen after adding a product edit ur code in addProduct like this
    dbService.addProduct(model).then((value) => {
    setState(() => {
    Navigator.push(
    context,
    MaterialPageRoute(
    builder: (context) => const HomePage(),
    )),
    }),
    });

  • @developeranshu3141
    @developeranshu3141 2 роки тому +1

    Thank you sir