Coding an App Day 3 - SQL database in Flutter

Поделиться
HTML-код
  • Опубликовано: 25 мар 2024
  • Creating an SQL database in flutter
    Stock footage: artgrid.io/Kalle-353717
    Camera gear
    Main Camera: amzn.to/48cR80a
    B- Cam: amzn.to/48cR80a
    Main lens: amzn.to/49vuxga
    B-cam lens: amzn.to/49rnXY1
    Main light: amzn.to/49xJRZX
    Fill light: amzn.to/3w9f0Et
    Softbox main light: amzn.to/3ukLiMq
    Microphone: amzn.to/49fbOWM
    Audio recorder: amzn.to/3waPsa9
    CONTACT: contact@kalletech.com
    Follow me on instagram: / kallehallden

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

  • @eikeimnetz
    @eikeimnetz 2 месяца назад +20

    what a sick upload frequency!! But dont feel forced to keep it like this. I love your new content and love to see you back again

  • @amer_anjro
    @amer_anjro 2 месяца назад +13

    Hi Hallden, I’m really enjoying your app development series and it’s inspired me to start my own project. It’s great to see the challenges you face and how you solve them. Thanks for the motivation. Your passion and enjoyment are truly infectious, I also want to extend my deepest gratitude and support for you to continue this excellent series. Keep up the great work! 🤩🤩

  • @youMatterItDoesGetBetter
    @youMatterItDoesGetBetter 2 месяца назад +3

    The cinematography programmer is BACK BABY!

  • @JoaoSilva-hv2cd
    @JoaoSilva-hv2cd 2 месяца назад +3

    Loving the new content! Have been following your work for like 4 years now, and it is truly inspiring. I think it is your honesty that makes everything better :) Big love from Portugal!

  • @Kyjor_
    @Kyjor_ 2 месяца назад +5

    Glad to see you back! Missed these

  • @ray-huang
    @ray-huang 2 месяца назад

    I love your learning progress! Looking forward more videos in this series.

  • @user-kx5nr9hz2t
    @user-kx5nr9hz2t 2 месяца назад +2

    great to see you building the app :)

  • @globalPsychologyFacts
    @globalPsychologyFacts 2 месяца назад

    At last, the kind of content I have always wanted from you. Keep it up Kalle 👍

  • @developmentallychallenged
    @developmentallychallenged 2 месяца назад +2

    I like this series, I'll keep watching so long as you keep going. Helps motivate me to do my work too haha

  • @Unbreathable
    @Unbreathable 2 месяца назад +2

    Just as a side note, there is a package called drift that can automate all of this for you using code generation. It might be really useful for you when you want to add new features cause it makes stuff like migrations super easy as well. Your approach is totally fine, too, but drift might just be a little faster for you.

  • @prajyotp4981
    @prajyotp4981 2 месяца назад

    Loved it when you used it !!!

  • @alexmercerind
    @alexmercerind 2 месяца назад

    im loving it, the series

  • @Golosarii
    @Golosarii 2 месяца назад

    very good , nice video . I am currently using gpt in c++ myself, and as a tutor, I can say a very great thing.

  • @NabinKatwal-fg4gn
    @NabinKatwal-fg4gn 2 месяца назад +1

    He's finally back! Great upload frequencies as well as quality content. That's what i missed. Also what's your breakfast recipe?

  • @vadi25
    @vadi25 2 месяца назад

    i use hive for local dbs and it just works fine and built for flutter, but im learning a lot from your approach

  • @Phil-sm6ze
    @Phil-sm6ze 2 месяца назад

    I am really looking forward to the finished project. I am actually looking for something just like that, to track the time i am putting into my master's Thesis. Hope you are able to finish this soon :D Great work so far. Please keep it up :) love the vids

  • @alexmercerind
    @alexmercerind 2 месяца назад

    You can try using package:drift by the way. It's typesafe wrapper around SQLite, very good API built around it. Great progress.

  • @berkkaanturan
    @berkkaanturan 2 месяца назад +23

    Can you give the recipe of your breakfast please ?

    • @amarj5899
      @amarj5899 2 месяца назад +1

      yes please

    • @sunnyheheheh9401
      @sunnyheheheh9401 2 месяца назад

      😂

    • @Hallden_
      @Hallden_  2 месяца назад +3

      Here it is:
      Kale
      Spinach
      Mango
      Oats
      Protein powder
      Coconut oil melted
      (In that order)

    • @berkkaanturan
      @berkkaanturan 2 месяца назад

      @@Hallden_ THANKS sir. Can you edit with scales each one ?

  • @eisahbaasit796
    @eisahbaasit796 2 месяца назад

    Great vids man!

  • @flat9safety
    @flat9safety 2 месяца назад

    You may want to consider using an ORM to to do your database instantiation. It takes care of a ton of details under the hood so you don't have to do a bunch of raw sql

  • @bhavyakantawala19
    @bhavyakantawala19 2 месяца назад +1

    Hello, I get a lot of Motivation for Android and IOS Development from you thanks!!

  • @bastianjrgensen9513
    @bastianjrgensen9513 2 месяца назад

    Enjoying a lot. Thanks! Just wondering, why don’t you upgrade to GPT4 or Claude 3 Opus?

  • @dominick253
    @dominick253 2 месяца назад +1

    I think I needed this video. Coming from JavaScript. I want to write an iOS and Android app and flutter look pretty good. I really like it but for some reason I can't get the database to work properly, sqflite... I've gotten 10 plus other database working for websites and stuff like that no problem.
    I think I need to take a step back and just go look at the documentation and start from scratch.
    Usually I've pretty good luck with Chet GPT. But for flutter database it seemed to hallucinate a lot. Maybe it was just a specific use I was trying to do?

    • @Unbreathable
      @Unbreathable 2 месяца назад

      Try drift, it has pretty good documentation tbh

  • @venom4x
    @venom4x 2 месяца назад

    Hey is there a reason why you aren’t using no-code app building platforms like FlutterFlow, bubble etc.?

  • @zanepearton5766
    @zanepearton5766 2 месяца назад

    🔥

  • @japhethhirpa
    @japhethhirpa Месяц назад

    I've seen you use Chat GPT quite a bit. Do you think that this is overall better or worse for your learning progress as a programmer?

  • @nica3658
    @nica3658 2 месяца назад

    hey Kalle! I'd love a video with a little update on what happened with the workout app. I know you made it open source and a lot of work has been done since... Is it still a thing? Are you gonna keep working on it?
    thanks!

  • @fran.debernardi
    @fran.debernardi 2 месяца назад

    Guys, so Hallden is basically doing a realtime database like the firebase one but with SQL lite? Because for what i saw he is not building an API, he is directly communicating with the database, am I right?

  • @theperfectionist1607
    @theperfectionist1607 2 месяца назад

    Love Mr Robot

  • @komalanshyamala5593
    @komalanshyamala5593 Месяц назад

    hey so would anyone use Gemini(bard) instead of chatGPT.

  • @sasd570
    @sasd570 2 месяца назад

    Hey I have been watching this new series of yours why not open source the code ?

  • @fernandojsantos09
    @fernandojsantos09 2 месяца назад

    Is it worthy to build a Flutter application? I ask it because of the way google treats its products.

  • @raoufpercy
    @raoufpercy 2 месяца назад

    Nice title

  • @Karolkens
    @Karolkens 2 месяца назад

    Beside programming you could easly do Lifestyle Vlogs :D, how to dress, style hair, how to workout :P

  • @luqmaanmohideen8422
    @luqmaanmohideen8422 2 месяца назад +1

    is that a macbook air or pro

  • @RoninPrincess
    @RoninPrincess 2 месяца назад

    Uh where have you been? I just got this video on my feed and I was lead to believe that you quit youtube 😅

  • @ayanahmed8180
    @ayanahmed8180 2 месяца назад +1

    bruh the light mode chat gpt hurts my eyes lol

  • @poisondart5586
    @poisondart5586 2 месяца назад +2

    First Sir !

    • @Hallden_
      @Hallden_  2 месяца назад +3

      Yes you are sire! As always I tip my hat unto thee

  • @nordices
    @nordices 2 месяца назад

    Breakfast recipe please

    • @Hallden_
      @Hallden_  2 месяца назад +1

      Here it is:
      Kale
      Spinach
      Mango
      Oats
      Protein powder
      Coconut oil melted
      (In that order)

  • @arthurfleischman
    @arthurfleischman 2 месяца назад

    Do you want some help? i worked a lot with local databases, and multiple dbs from flutter, discord?

  • @myworldworks
    @myworldworks 2 месяца назад +1

    Kale. What’s up with the video title?

    • @linked3
      @linked3 2 месяца назад

      it's deliberate

  • @yashpatel-vf8zq
    @yashpatel-vf8zq 2 месяца назад

    pay for GPT4 and you don't have to worry about code not working..

  • @ksreenivas3933
    @ksreenivas3933 2 месяца назад

    Live coding please

  • @0lsza
    @0lsza 2 месяца назад +1

    Hey, love your recent content but I wanna mention something. Your titles are cool, but probably only to people who know this shit and even then not necessarily to new people. I would recommend making your titles more suitable for larger audience if you want to grow it. They are so cool and I love them but I really dont think new people feel interested by them

  • @opencode1
    @opencode1 2 месяца назад

    You use a lot of chat gtp bro !!! Maybe you should pay someone

  • @darshgupta6276
    @darshgupta6276 2 месяца назад

    Bro I've just been a bit curious about this for a while- all of your videos I've seen about you coding on any particular day only shows footage from inside your house. Don't you hang out with your friends? Don't you like have a girlfriend or something? I'm just curious haha

    • @mikelovesbacon
      @mikelovesbacon 2 месяца назад

      Maybe his friends don't want to be on RUclips? This is a coding channel, why would his videos not be about coding?

    • @darshgupta6276
      @darshgupta6276 2 месяца назад

      @@mikelovesbacon chill bro lowkey it just seems lonely 💀 and I'm wondering

  • @salehmir9205
    @salehmir9205 2 месяца назад

    Now that's a clickbait title 😄

  • @viragszabo7711
    @viragszabo7711 2 месяца назад

    second haha

  • @maven6093
    @maven6093 2 месяца назад +1

    first

  • @i_youtube_
    @i_youtube_ 2 месяца назад

    Weird title!