hive-db-tutorial icon indicating copy to clipboard operation
hive-db-tutorial copied to clipboard

result after compiling the code

Open leeroy-destroyer opened this issue 5 years ago • 2 comments

the code compiles successfully but the screen just remains white when the app attempts to run. How can i fix this? Emulator settings were

Open GL ES render - swift shader Open GL ES API level - render maximum

leeroy-destroyer avatar Jun 04 '20 00:06 leeroy-destroyer

i got this error

lib/main.dart:11:23: Error: Too many positional arguments: 1 allowed, but 2 found. Try removing the extra positional arguments. Hive.registerAdapter(ContactAdapter(),0);

klvnco avatar Jun 14 '20 12:06 klvnco

Delete the zero and the comma

leeroy-destroyer avatar Jun 16 '20 17:06 leeroy-destroyer