Flutter Read Data from Local JSON Files

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2022
  • Flutter Read Local Data from JSON Files. Flutter read json files from assets. We focus on how to get or fetch data from local device.
    www.dbestech.com/tutorials/fl...
    🔥🔥🔥🔥🔥🔥📚📖📚📖📚📖📚📖📚📖Take the complete course on Udemy
    🔥🔥🔥🔥🔥🔥📚📖📚📖📚📖📚📖📚📖Take the complete course on Udemy
    www.udemy.com/course/master-f... (it's with a coupon special discount)
    📚📖📚📖📚📖👆🔼⏫🔥🔥🔥🔥🔥🔥
    👉📕Take the course on Udemy which covers facebook and apple login and notification (facebook login, apple login notification would not be covered on youtube series)
    www.udemy.com/course/flutter-...
    E-commerce app
    www.udemy.com/course/course-s...
    Learn software programming with us step by step. Make money from home by learning programming
    Complete e-commerce app
    • Flutter E-commerce App...
    Complete app for beginners
    • Flutter 3.10.0 Master ...
    Flutter Firebase Chatting App
    www.dbestech.com/tutorials/fl...
    Firebase complete study app
    • Flutter Firebase Maste...
    Complete Gym App
    • Flutter Gym App | BloC...
    Traveling App
    • Flutter Master Class T...
    Learn to build an android and iOS app
    • Flutter App Developmen...
    Learn to build a video player app
    • Flutter Video Player T...
    Learn to build a website step by step
    • Complete Flutter Web A...
    Learn to build an ebook app
    • Flutter Backend | Flu...
    Build an audio app step by step
    • Flutter Audio Player T...
    Twitter @dbestech
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Watched Many of the tutorials but this is what I was in need of ❤

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

    simplest and to the point tutorial, thanks man!

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

      Glad it helped!

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

    Nice and clean tutorial, thanks!

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

      Glad it was helpful!

  • @TaiTran-es9cq
    @TaiTran-es9cq ปีที่แล้ว +1

    That's exactly what I need right now! Very clear and clean. Thank you for your contribution.
    But the volume is a bit low. It would be great if you could please increase it more.

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

      You're welcome! and noted

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

    Hey, is there a way to pull a random line from my json file?

  • @bilalahmad-uj7mb
    @bilalahmad-uj7mb ปีที่แล้ว

    Great way to explain the top

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

      Glad it was helpful!

  • @user-di9uc1ee3h
    @user-di9uc1ee3h 7 หลายเดือนก่อน

    Clear thank you :)

    • @dbestech
      @dbestech  7 หลายเดือนก่อน +1

      You're welcome!

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

    A W E S O M E as always..

  • @projectfilm6800
    @projectfilm6800 11 หลายเดือนก่อน

    selamun aleykum, what is android studio theme? also, what plugins do you use?

  • @mohsindev
    @mohsindev 6 หลายเดือนก่อน

    love you

    • @dbestech
      @dbestech  6 หลายเดือนก่อน

      thanks

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

    Nice, can you make a simple tutorial like this on How to do CRUD operation on Json file?

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

      I covered that in my bloc tutorial.

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

    How to write ?

  • @red.rocket
    @red.rocket ปีที่แล้ว

    Please make your videos louder. Thanks in advance.

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

    ❤️❤️

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

    Image can't access from local json file.
    How to fixed it? 😐

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

      You access image url from local json file, not image. and then use the url inside Image.asset() widget

  •  ปีที่แล้ว

    Thanks, please bloc pattern local json files

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

      I have tutorials for it

  • @poki6041
    @poki6041 5 หลายเดือนก่อน

    just for people to know you gonna need to do a class for check if your json is valid for security
    then you gonna have to implant some shit like this if your json is a list
    class mymap {
    final List x;
    final List y;

    mymap.fromJson(Map json)
    : x= List.from(json['xx'] as List),
    y= List.from(json['yy'] as List),
    Map toJson() => {
    'xx': x,
    'yy': y,
    };
    }
    mymap.fromJson(jsonDecode(input)).toJson()

    • @dbestech
      @dbestech  5 หลายเดือนก่อน

      Ah. Are there any packages to do it?

    • @poki6041
      @poki6041 5 หลายเดือนก่อน

      @@dbestech yes on the website of flutter (google: flutter JSON and serialization) they said you can do it manually for tiny project or for bigger project they gived you 2 different lib for automatised it

  • @bestkids7388
    @bestkids7388 8 หลายเดือนก่อน

    I have error in rootBundle
    "Undefined name 'rootBundle'.
    Try correcting the name to one that is defined, or defining the name."

    • @todaelapps5924
      @todaelapps5924 8 หลายเดือนก่อน

      You have to import services.dart:
      import 'package:flutter/services.dart';

    • @user-in2of7vr2t
      @user-in2of7vr2t 5 หลายเดือนก่อน

      @@todaelapps5924 thank you very much

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

    Audio level too low

  • @user-fd7gj9el8u
    @user-fd7gj9el8u 5 หลายเดือนก่อน

    bad

    • @dbestech
      @dbestech  5 หลายเดือนก่อน

      Why so?