Git Product home page Git Product logo

Comments (6)

hnvn avatar hnvn commented on August 17, 2024

Have you tested on a real device yet?

from flutter_downloader.

hnvn avatar hnvn commented on August 17, 2024

And, this issue occurs on demo project, doesn't it?

from flutter_downloader.

catoldcui avatar catoldcui commented on August 17, 2024

And, this issue occurs on demo project, doesn't it?

Yeah, mainly similar to your demo project.

Have you tested on a real device yet?

Just in simulator, not test in a real IOS device. I dev in IOS simulator, release for android. It works in Andorid device.

from flutter_downloader.

hnvn avatar hnvn commented on August 17, 2024

I've just tested the demo project on iOS (iPhone X simulator), it works well. I have no idea about your matter.

from flutter_downloader.

catoldcui avatar catoldcui commented on August 17, 2024

Thanks, you are right. I run your example directly, it works fine. But I integrated with
sqflite in my project. Maybe some conflict occurs. Not sure about this.

I'll check with this.

from flutter_downloader.

catoldcui avatar catoldcui commented on August 17, 2024

I found the cause;

When the insert sql is error, when fields contains ". I'll try to fix this issue with a PR.

For my case, I use param header like {"HOST": "xxx","Authorization": "xxx"}, the " is not be converted. This breaks the sql.

2019-01-27 01:12:55.048666+0800 Runner[68308:30516352] execute query: INSERT INTO task (task_id,url,status,progress,file_name,saved_dir,headers,resumable,show_notification,open_file_from_notification,time_created) VALUES ("xxx","xxx",1,0,"xxx","xxx","{"HOST": "xxx","Authorization": "xxx"}",0,0,0,1548522775048)

from flutter_downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.