Coder Social home page Coder Social logo

Flutter Web AssetNotFoundException about hive HOT 9 CLOSED

isar avatar isar commented on August 23, 2024
Flutter Web AssetNotFoundException

from hive.

Comments (9)

simc avatar simc commented on August 23, 2024 1

Thanks!

from hive.

simc avatar simc commented on August 23, 2024

What does the hive.ddc.js.errors log file say?

from hive.

mkiisoft avatar mkiisoft commented on August 23, 2024

@leisim I wasn't aware of a log, let me try to install it again and check the logs (I'll update this response)

UPDATE:

Error compiling dartdevc module:hive|lib/hive.ddc.js

[error] Target of URI doesn't exist: 'package:hive/src/backend/storage_backend_stub.dart'. (package:hive/src/box/box_impl.dart, line 14, col 8)

Please fix all errors before compiling (warnings are okay).
}

from hive.

mkiisoft avatar mkiisoft commented on August 23, 2024

Done, apparently is an URI issue.

from hive.

simc avatar simc commented on August 23, 2024

This is strange... I don't manage to reproduce the error. Could you explain me how you get this error?

from hive.

mkiisoft avatar mkiisoft commented on August 23, 2024

I'm using Flutter Web:

[✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Mac OS X 10.14.5 18F132, locale en-US)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 10.2.1)
[✓] iOS tools - develop for iOS devices
[✓] Android Studio (version 3.4)
[✓] IntelliJ IDEA Community Edition (version 2019.1.3)
[!] Connected device

Flutter 1.7.8+hotfix.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 20e59316b8 (3 weeks ago) • 2019-07-18 20:04:33 -0700
Engine • revision fee001c93f
Tools • Dart 2.4.0

This is my .yaml

environment:
  # You must be using Flutter >=1.5.0 or Dart >=2.3.0
  sdk: '>=2.3.0-dev.0.1 <3.0.0'

dependencies:
  flutter_web: any
  flutter_web_ui: any
  firebase: any
  service_worker: ^0.2.3
  hive: ^0.3.0+1

dev_dependencies:
  build_runner: ^1.6.5
  build_web_compilers: '>=1.0.0 <2.0.0'
  pedantic: ^1.8.0+1

flutter:
  uses-material-design: true

dependency_overrides:
  flutter_web:
    git:
      url: https://github.com/flutter/flutter_web
      path: packages/flutter_web
  flutter_web_ui:
    git:
      url: https://github.com/flutter/flutter_web
      path: packages/flutter_web_ui

All I did was adding:

import 'package:hive/hive.dart';

tried to compile the code and I got that error when using: webdev serve

from hive.

simc avatar simc commented on August 23, 2024

Perfect thanks... I'll fix it 👍

from hive.

simc avatar simc commented on August 23, 2024

The new version (0.4.0) should fix your problem.

from hive.

simc avatar simc commented on August 23, 2024

Here is a demo using flutter_web: https://leisim.github.io/hive/demo

from hive.

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.