sqflite (Flutter Package of the Week)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น •

  • @zangruver132
    @zangruver132 4 ปีที่แล้ว +82

    Finally package of the week series we all waited for!

    • @fellow7000
      @fellow7000 4 ปีที่แล้ว +1

      It has been available for years already)

    • @alexcom_
      @alexcom_ 9 หลายเดือนก่อน

      I see what you did there.

  • @Sourav9063
    @Sourav9063 4 ปีที่แล้ว +3

    Waited for this playlist for eternity

    • @alexcom_
      @alexcom_ 9 หลายเดือนก่อน

      Have you tried async?

    • @Sourav9063
      @Sourav9063 9 หลายเดือนก่อน

      ​@@alexcom_ package async??

  • @travisantoniello
    @travisantoniello 4 ปีที่แล้ว +5

    Love the XKCD reference

    • @LukePighetti
      @LukePighetti 4 ปีที่แล้ว

      What's the reference?

    • @travisantoniello
      @travisantoniello 4 ปีที่แล้ว +1

      @@LukePighetti "Bobby Tables" is a reference to this comic: xkcd.com/327/

  • @benmarcus2577
    @benmarcus2577 4 ปีที่แล้ว

    Thank you so much Flutter team!!!
    I think I even asked for this video so Double thankYou; -)

  • @anudeepananth
    @anudeepananth 3 ปีที่แล้ว +5

    #askFlutter I am a native Android developer considering migrating to Flutter, I have done all the research for the core library alternatives in Flutter. One thing I am particular about is that when When working with a list of large data. In Android, we can persist this data in an SQLite local DB using the ROOM library. What's even better is that with the RemoteMediator class available in Paging 3 Android library, we can create an infinite scrolling recycler while querying data from the local DB while the network call queries new data and stores it in the DB. So the recycler queries data from the database not from a network call. So this data can be access without internet access.
    I know that the sqflite package is Flutter's alternative to ROOM in Android but can we use this database to query a paged list of items to display in the ListViewBuilder and the user scrolls?

  • @thesloveniaboy123
    @thesloveniaboy123 4 ปีที่แล้ว +2

    Thank you! It looks great!

  • @RioM8z
    @RioM8z 4 ปีที่แล้ว +3

    It is really great library. Unfortunately it is not able use it in flutter for web.

  • @muhammadyusoffjamaluddin
    @muhammadyusoffjamaluddin 4 ปีที่แล้ว +1

    OMG I LOVE YOU GUYS.

  • @blank-vw2sb
    @blank-vw2sb 4 ปีที่แล้ว +47

    As of now,
    300 likes and 0 dislikes.
    That's what I want.
    Keep the like/dislike ratio as Infinite
    Oct 9 EDIT:
    ☺️ 901 Likes
    😅 2 jealous react native devs disliked

    • @nt4f04und
      @nt4f04und 4 ปีที่แล้ว +1

      430 already lul

    • @vertene8165
      @vertene8165 4 ปีที่แล้ว +7

      Okay, so one person disliked. They must be a react native developer. XD

    • @abhinavakkiraju6213
      @abhinavakkiraju6213 4 ปีที่แล้ว +1

      yup 690 likes and one dislike

    • @franklinlegg7719
      @franklinlegg7719 4 ปีที่แล้ว +1

      No! Ratio = 453:1!

    • @muhammadibrahimkhwaja9969
      @muhammadibrahimkhwaja9969 3 ปีที่แล้ว

      2.8 K Likes and 6 Dislikes .. Flutter Rocks :)

  • @lucasgabrielbritosilveira
    @lucasgabrielbritosilveira 4 ปีที่แล้ว +1

    GetX is an awesome package

  • @wagnersantos7818
    @wagnersantos7818 4 ปีที่แล้ว

    Awesome series.... i'm excited for more videos suggesting good packages... I would love it if you put third party packages in this series.

  • @vajidali9979
    @vajidali9979 4 ปีที่แล้ว

    Which video recordings do you use? pls reply sir

  • @alifarhadali5580
    @alifarhadali5580 4 ปีที่แล้ว +1

    great 💙💙💙💙💙

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

    How long can a dart and flutter count on a fullstack?

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

    Hi, is there a full tutorial, front + connect to db + req? , thanks for attention

  • @FedJimSmith
    @FedJimSmith 4 ปีที่แล้ว +1

    will there be a future support for graph databases like Neo4j or Arango?

    • @LukePighetti
      @LukePighetti 4 ปีที่แล้ว

      Those don't run on the phone typically.

  • @bashircodes
    @bashircodes 4 ปีที่แล้ว

    Hi, flutter I have question out of this topic I was developing an application so one of the feature of the app is calling phone numbers directly inside app but so far have searched alot about this and i didn't got any answer for this question. This makes me disappointed to flutter all answers I have got are just re-directing to the default phone dailler I want like how jave do when you want call number in your app it asks permission for first time and later call direct without re-directing. Please need help me thanks

  • @ashishkhuraishy
    @ashishkhuraishy 4 ปีที่แล้ว +1

    Is it Sequel or SQL?

  • @ce9916
    @ce9916 3 ปีที่แล้ว

    In one place on the page it says that it's only for macOS as far as desktops go, but in another place it says that it's also available for Linux and Windows. Does anyone wanna know what the bottom line is?

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

    Good old Bobby Tables 😂

  • @uttiya10
    @uttiya10 4 ปีที่แล้ว

    Does this support flutter for macOS?

  • @domontowicz
    @domontowicz 4 ปีที่แล้ว

    How to immediately add items from a ready-made SQLite database to the listView without unnecessary pages of code? Why is there no custom widget that already contains a listview and a database and a search?

  • @Sheychan
    @Sheychan 4 ปีที่แล้ว

    Is there already stream capability?

  • @dstr0h
    @dstr0h 4 ปีที่แล้ว

    Is there also a way to use a MySQL database?

  • @Llink4n
    @Llink4n 4 ปีที่แล้ว

    really good one :)

  • @MDDanishAnsariDev
    @MDDanishAnsariDev 4 ปีที่แล้ว

    But how to use extension functions with sqflite like power(), floor() etc
    They are not available by default

  • @Area-ym6bn
    @Area-ym6bn 4 ปีที่แล้ว

    Why google sheet created with my flutter App using the api is not showing in google drive? Any help

  • @shrutiramnandansharma7139
    @shrutiramnandansharma7139 4 ปีที่แล้ว

    I used it and that is really great but for now I need it for desktop application.

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

      is it fast as nosql dbs like isar?

  • @shanmichaelreyes6255
    @shanmichaelreyes6255 4 ปีที่แล้ว

    floor and moor all the way!

  • @JoabeRamone
    @JoabeRamone 4 ปีที่แล้ว

    Nice!

  • @davidpanic
    @davidpanic 4 ปีที่แล้ว +3

    But does it work on flutter web?

    • @saibotblack
      @saibotblack 4 ปีที่แล้ว +3

      no

    • @petermusembi738
      @petermusembi738 4 ปีที่แล้ว

      No

    • @fullstack_journey
      @fullstack_journey 4 ปีที่แล้ว +1

      The web has IndexedDB, but not sure if flutter has reinvented the wheel for that yet

    • @sadhlife
      @sadhlife 4 ปีที่แล้ว

      @@fullstack_journey nope not yet

  • @oianmol
    @oianmol 4 ปีที่แล้ว

    does it support encryption and blah blah blah ?

  • @ViralVideoMalayalam
    @ViralVideoMalayalam 4 ปีที่แล้ว +3

    second comment, next time, will be first.coding is our addiction

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

    nice !!

  • @fantamagier
    @fantamagier 4 ปีที่แล้ว

    Hive is very good too

  • @agusavior_channel
    @agusavior_channel 3 ปีที่แล้ว +1

    This isn't work on web.
    I had to use moor.

  • @domontowicz
    @domontowicz 4 ปีที่แล้ว

    How to make a fully encrypted local database in Flutter?

  • @gmikay
    @gmikay 4 ปีที่แล้ว +5

    Hi Flutter devs, what database would you recommend to use and why?

    • @andreujuanc
      @andreujuanc 4 ปีที่แล้ว +3

      Depending on your use case. What are you building?
      Firestore is easy to start with, but security is a bit time consuming.
      FaunaDB is great.
      As for local dB SQLite is a great choice, you can store unstructured data as well

    • @silverzero9524
      @silverzero9524 4 ปีที่แล้ว +2

      @@andreujuanc what do u think about Hive

    • @brunodluka3337
      @brunodluka3337 4 ปีที่แล้ว

      If you want to store small things, try Hive, otherwise give a try to Moor. It uses sqflite but it's a way more intuitive.

  • @pranavgupta2900
    @pranavgupta2900 4 ปีที่แล้ว

    How to reduce the size of an app. I am beginner and i made xylophone App which was 100mb in size. Please share the solution.

    • @sadhlife
      @sadhlife 4 ปีที่แล้ว

      use smaller images and other assets. don't use the debug build, make a release build. split your apk per abi. if you can, move the assets to some CDN and then download it on the user's device instead of putting them in the apk. a simple xylophone app shouldn't be more than 10mb

  • @learnnow9598
    @learnnow9598 4 ปีที่แล้ว

    How to install this sqlite? I am a beginner that's why

  • @pacozaaskr14
    @pacozaaskr14 3 ปีที่แล้ว

    Why do we need database "in" mobile app? Isn't it more sustainable to use backend to access database?

    • @herymusic
      @herymusic 3 หลายเดือนก่อน +1

      It's been 3 years. Have you finally learnt why?

    • @pacozaaskr14
      @pacozaaskr14 3 หลายเดือนก่อน

      @@herymusic yep, for a small productivity app, low cost, small team with no backend budget. Sqlite is a great option. Also POC project is a great use case.

  • @ShafiqulIslam-sw6qv
    @ShafiqulIslam-sw6qv 2 ปีที่แล้ว

    I am going to learn flutter , will anyone give any suggestions How I will start flutter

  • @الماسيالمغربي
    @الماسيالمغربي 4 ปีที่แล้ว +5

    I find Moor package is the best

  • @kazemcanaanite7338
    @kazemcanaanite7338 4 ปีที่แล้ว

    Hello. I have a problem please help. I am a student of the Faculty of Iraqi Computer Science and wanted to learn the language of the arrival and create applications on Flutter but after the program was set up and the language on Android Studiio did not accept my phone and tried to resume this problem repeatedly and repeatedly and did not I hope you can help me. And that I could take his phone number to continue with him

  • @shubhamjaiswal9314
    @shubhamjaiswal9314 4 ปีที่แล้ว

    I want to join a on site flutter training
    Suggest someone in India plz

  • @fullstack_journey
    @fullstack_journey 4 ปีที่แล้ว

    Hive next

  • @gilbertgatito6666
    @gilbertgatito6666 4 ปีที่แล้ว

    Can't use firebase?

    • @UnicGamesReviewsmore
      @UnicGamesReviewsmore 4 ปีที่แล้ว +3

      You can!
      I think sqflite is mostly for local data

    • @jmshrv
      @jmshrv 4 ปีที่แล้ว +4

      Firebase is meant for storing data on the cloud. This package is for storing data locally.

  • @justapugontheinternet
    @justapugontheinternet 4 ปีที่แล้ว

    Is there a way to sync the local data to a Microsoft sql database?

  • @zxenon_
    @zxenon_ 4 ปีที่แล้ว +1

    This tends to rather be "package of any time"...

  • @TrikNgonlen
    @TrikNgonlen 4 ปีที่แล้ว

    out of video stocks?

  • @pandas_python
    @pandas_python 4 ปีที่แล้ว

    cool! =)

  • @israelhipolito
    @israelhipolito 4 ปีที่แล้ว

    Sublime :D

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

    Flutter team videos doesn't use data🤗

  • @sonsm4881
    @sonsm4881 4 ปีที่แล้ว

    Package name error in the title. Sqlite > sqflite

    • @Keneeno
      @Keneeno 4 ปีที่แล้ว

      Not a typo, it is the package name ;)

  • @linhhoang-bw6od
    @linhhoang-bw6od 4 ปีที่แล้ว

    I need realm database

  • @ERGataullin
    @ERGataullin 4 ปีที่แล้ว

    Package of 2 weeks*

  • @pugreptiles4601
    @pugreptiles4601 7 หลายเดือนก่อน

    Do y'all say 'sikjulait' ?? Why not 'askjulait' ???))

  • @duncangroenewald
    @duncangroenewald 4 ปีที่แล้ว

    Realm

  • @RomanLeBg
    @RomanLeBg 4 ปีที่แล้ว

    When github.com/isar/isar will be ready it will be something else

  • @gourav7315
    @gourav7315 4 ปีที่แล้ว +3

    Every one Knows about this plugin, Make something new, ❤️ Flutter ❤️