Flutter Read Text File From Assets

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 18

  • @theseusRJ7
    @theseusRJ7 2 роки тому

    bro you literally saved my 2 days worth of hustle. cant thank you enough

  • @yoapps137
    @yoapps137 Рік тому +2

    Great.. but, whats the best way to save a textfile in the app(but not in assets)... so if a user decompiles the apk, they cant view our textfile?

  • @JDMian
    @JDMian 3 роки тому

    Your quality is increased now. Keep it up.

  • @adnanqureshi1768
    @adnanqureshi1768 2 роки тому

    your are a life saver mate!❤

  • @dursungul6774
    @dursungul6774 2 роки тому +1

    what about writing file in asset folder ?

  • @1kumuda
    @1kumuda Рік тому

    How to write to the file? Say I run the above program and good job is displayed, now I will change the text file content to bad job and want to display that on screen. How do I do that without restarting the whole application?

  • @erengunduzvar
    @erengunduzvar Рік тому

    Thanks a lot man.

  • @alstu5836
    @alstu5836 Рік тому

    How can i get specific data from text file ? I want to create Questions and Answers.

    • @HussainHumdani
      @HussainHumdani  Рік тому

      Save data in .json file format and then read that file, parse json data to dart object and consume in your app.

  • @TienLenTrinh
    @TienLenTrinh 2 роки тому

    Hey bro???Is real text file different from real rtf file???

  • @carklikafa
    @carklikafa 11 місяців тому

    There are 10 names in my text file. A name to a line... how can i just get the name in 5. line ?
    for example:
    1. Alex
    2. Jasmin
    3. Ali
    4. Leo
    5. Jack //----> just get this name
    6. Omar
    7. Ronaldo
    8. Messi
    9. Chris
    10. Joe

  • @nawzhingrade
    @nawzhingrade Рік тому

    Thanks bro

  • @faizy3132
    @faizy3132 2 роки тому

    how to view .rtf file (RICH TEXT FORMAT)

  • @khaledhisham3624
    @khaledhisham3624 2 роки тому

    thank you so much