Flutter Tutorial - Floor

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Facebook : / edmtdev
    Link donate : paypal.me/edmtdev
    #Flutter #FlutterEDMTDev #EDMTDev
    Floor provides a neat SQLite abstraction for your Flutter applications inspired by the Room persistence library. It comes with automatic mapping between in-memory objects and database rows while still offering full control of the database with the use of SQL. As a consequence, it's necessary to have an understanding of SQL and SQLite in order to harvest Floor's full potential.
    flutter tutorial,flutter tutorial android,flutter tutorial ios,flutter cross platform,flutter tutorial beginner,flutter tutorial for beginners android studio,flutter tutorial in android studio,flutter tutorial app,flutter tutorial android studio,flutter tutorial android studio for beginners,dart flutter tutorial,flutter tutorial for ios,flutter tutorial for beginners,flutter tutorial firebase,flutter tutorial from scratch,flutter,flutter for beginners,riverpod,floor

Комментарии • 29

  • @ka61er
    @ka61er Год назад +1

    love this database so much fast and strong = ))

  • @mahnazmahmoudi8394
    @mahnazmahmoudi8394 3 года назад +1

    Thanks
    Very good
    This video helped me a lot

    • @eddydn71
      @eddydn71  3 года назад

      You're welcome, my bro

  • @gayratbeshimov9533
    @gayratbeshimov9533 2 года назад +1

    Thanks.

  • @notsure1516
    @notsure1516 3 года назад +1

    Great work, keep doing everything just on flutter, if you can

    • @eddydn71
      @eddydn71  3 года назад +1

      I will try my bro

  • @ahmednafiunoman5040
    @ahmednafiunoman5040 2 года назад +2

    nice and informative vid..it would be more helpful if you also give the source code

  • @youssefelshiaty5343
    @youssefelshiaty5343 3 года назад +1

    Great!

    • @eddydn71
      @eddydn71  3 года назад

      You're welcome my bro

  • @ariapashtun5242
    @ariapashtun5242 3 года назад +2

    Hi thank for tutorial it really helps me for my project but can you also create video where we can add password protection to database as well content encryption it will be big help.

    • @eddydn71
      @eddydn71  3 года назад +1

      Hi, really nice idea, i will try

  • @mubasharcoder
    @mubasharcoder 3 года назад +1

    Hi, I'm beginner and followed the complete tutorial. It helped me a lot.
    I'm facing a problem. The code style in your video containing the guidelines with the widget names. Every widget name is separated from other and that white guidelines are differentiating them.
    But I've new Android Studio, here are no such guidelines. How can I get them. I'm in search of it and didn't find my answer anywhere.
    Is there any plugin or any setting, then please let me know.

    • @eddydn71
      @eddydn71  3 года назад

      Show me extractly time in video, i will check :D

    • @mubasharcoder
      @mubasharcoder 3 года назад

      @@eddydn71 14:18 I'm talking about that white UI guidelines!

  • @giacomotanduo8801
    @giacomotanduo8801 2 года назад

    Terminal says
    zsh: command not found: flutter
    when i run the build_runner on it
    The terminal of the computer find flutter and i can use the commands, i don't know why Android Studio don't

  • @guzelyusuf10
    @guzelyusuf10 3 года назад +1

    Hi, thanks for your work. I wonder which place did you write employee names?

    • @eddydn71
      @eddydn71  3 года назад

      This is just simple how to Floor work :D So we can don't focus to logic of app. We need focus to how Floor work and you can store data :D

    • @Rishiplays777
      @Rishiplays777 4 месяца назад

      The employee names are coming using the Faker package.

  • @vietlevan188
    @vietlevan188 Год назад

    Can you make a real, non-random example of this part?

  • @David-fk9qj
    @David-fk9qj 3 года назад +1

    Hey, how to insert multiple rows in a sentence like INSERT OR REPLACE INTO? i have this:
    INSERT OR REPLACE INTO clientes (codigo, empresa, nombre, e_mail) VALUES (?,?,?,?),(?,?,?,?)
    but how you pass the multiple args (here we can see 2 rows going to be inserted)in floor?

    • @eddydn71
      @eddydn71  3 года назад

      Floor accept multi items in "insert" function, so you can add to like : cart.insert(cart1,cart2,cart3....)

    • @David-fk9qj
      @David-fk9qj 3 года назад

      @@eddydn71 Hey thanks for your reply, and what about the "REPLACE"? because for ex the cart2 already exist, i need to replace it not duplicate, with native i do that with the " INSERT OR REPLACE INTO" but in floor?

  • @riyaranjit5371
    @riyaranjit5371 2 года назад

    is your update working?

  • @SampathDiss
    @SampathDiss 3 года назад +2

    Please Add Voice For Explain the code

    • @eddydn71
      @eddydn71  3 года назад +1

      I will try my bro :D

  • @putinstop5940
    @putinstop5940 Год назад

    how make migration?!?!

  • @dennycad7859
    @dennycad7859 3 года назад +1

    Hey, thanks, could you also share link with code?

    • @eddydn71
      @eddydn71  3 года назад +1

      All source code available in my tutorial, please watch and get it !