Hive: The method 'listenable' is not defined for the class 'Box'

Created on 24 Feb 2020  路  2Comments  路  Source: hivedb/hive

Whenever I try to access listenable method, I get the error The method 'listenable' is not defined for the class 'Box'.
Hive.box('diary').listenable()

My Hive Versions

hive: 1.4.1
hive_flutter: 0.3.0+2
hive_generator: 0.7.0+2

Most helpful comment

You need to import 'package:hive_flutter/hive_flutter.dart'.

All 2 comments

You need to import 'package:hive_flutter/hive_flutter.dart'.

Thank you. It worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

juandiago picture juandiago  路  4Comments

yannickvg picture yannickvg  路  4Comments

azilvl picture azilvl  路  3Comments

yaymalaga picture yaymalaga  路  4Comments

jamesdixon picture jamesdixon  路  3Comments