Code Monkey home page Code Monkey logo

Comments (4)

brendan-duncan avatar brendan-duncan commented on August 21, 2024

I'm not entirely sure what the problem might be. The one bit that I would investigate is _generateItemArchive is marked as async, and the full function doesn't seem to be shown here, so is there something actually asynchronous about it? Maybe use an await when calling it?

from archive.

shariful2011 avatar shariful2011 commented on August 21, 2024

I tried _generateItemArchive to call as await but got an error as following:
The await expression can only be used in an asynchronous function.
Try marking the function body with either 'async' or 'async*'.dart(await_in_wrong_context) - the method already as aync. _generateItemArchive is async as it uses Sqflite package for SQLite.

Problem is not _generateItemArchive, I tried with only encoder.addFile(File('${documentsDirectory.path}/TestDB.db')); with same result as invalid zip file for test purpose.

from archive.

brendan-duncan avatar brendan-duncan commented on August 21, 2024

Ok, throws out that theory :-). You said there's an exception thrown from encoder.close(). What exception is that?

from archive.

shariful2011 avatar shariful2011 commented on August 21, 2024

I think I found a clue, let me dig more and provide you details. You are right about the problem is in the async method. As my app data flow has changed a little bit I have to create one more level for an item to get its photo.

from archive.

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.