sqflite (Flutter Package of the Week)

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • Sometimes, your app needs to save important data on the device. If it's structured data, chances are you want to use a SQL database. SQLite is a SQL database engine that is available on almost any device, including mobile phones. One of the best cross-platform SQLite packages for Flutter is package:sqflite - the topic of this video.
    Learn more about sqflite → goo.gle/2LnRwCT
    Learn everything about Flutter at → goo.gle/2WAhEN1
    Get more tips! → goo.gle/307BX6t
    Subscribe! → goo.gle/FlutterYT
  • НаукаНаука

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

  • @zangruver132
    @zangruver132 3 года назад +78

    Finally package of the week series we all waited for!

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

      It has been available for years already)

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

      I see what you did there.

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

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

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

    Thank you! It looks great!

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

    Waited for this playlist for eternity

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

      Have you tried async?

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

      ​@@alexcom_ package async??

  • @travisantoniello
    @travisantoniello 3 года назад +5

    Love the XKCD reference

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

      What's the reference?

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

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

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

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

  • @anudeepananth
    @anudeepananth 2 года назад +4

    #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?

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

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

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

    OMG I LOVE YOU GUYS.

  • @RioM8z
    @RioM8z 3 года назад +3

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

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

    really good one :)

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

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

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

    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?

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

    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?

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

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

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

    Nice!

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

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

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

    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

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

    nice !!

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

    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?

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

    Which video recordings do you use? pls reply sir

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

    Is there already stream capability?

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

    great 💙💙💙💙💙

  • @blank-vw2sb
    @blank-vw2sb 3 года назад +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

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

    Does this support flutter for macOS?

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

    floor and moor all the way!

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

    Is there also a way to use a MySQL database?

  • @Area-ym6bn
    @Area-ym6bn 3 года назад

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

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

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

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

      Those don't run on the phone typically.

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

    Good old Bobby Tables 😂

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

    Hive is very good too

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

    Is it Sequel or SQL?

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

    GetX is an awesome package

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

    Sublime :D

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

    Hive next

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

    cool! =)

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

    How to make a fully encrypted local database in Flutter?

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

    does it support encryption and blah blah blah ?

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

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

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

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

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

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

  • @gmikay
    @gmikay 3 года назад +5

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

    • @andreujuanc
      @andreujuanc 3 года назад +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 3 года назад +2

      @@andreujuanc what do u think about Hive

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

      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.

  • @user-bj2pf8pb7s
    @user-bj2pf8pb7s 3 года назад +5

    I find Moor package is the best

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

    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

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

    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 3 года назад

      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

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

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

  • @davidpanic
    @davidpanic 3 года назад +3

    But does it work on flutter web?

    • @saibotblack
      @saibotblack 3 года назад +3

      no

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

      No

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

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

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

      @@fullstack_journey nope not yet

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

    out of video stocks?

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

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

  • @ShafiqulIslam-sw6qv
    @ShafiqulIslam-sw6qv 2 года назад

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

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

    Can't use firebase?

    • @UnicGamesReviewsmore
      @UnicGamesReviewsmore 3 года назад +3

      You can!
      I think sqflite is mostly for local data

    • @jmshrv
      @jmshrv 3 года назад +4

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

  • @linhhoang-bw6od
    @linhhoang-bw6od 3 года назад

    I need realm database

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

    Flutter team videos doesn't use data🤗

  • @ViralVideoMalayalam
    @ViralVideoMalayalam 3 года назад +3

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

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

    Package name error in the title. Sqlite > sqflite

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

      Not a typo, it is the package name ;)

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

    Package of 2 weeks*

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

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

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

    Realm

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

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

  • @gourav7315
    @gourav7315 3 года назад +3

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