avirias / Grey

A material designed music player developed in Flutter
MIT License
526 stars 193 forks source link

having issues in database_client and now_playing #18

Open Usama-Laeeq opened 4 years ago

MickLesk commented 4 years ago

are u found the error & can post that?

AshutoshPatole commented 4 years ago

error: The getter 'Columns' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:38) error: The getter 'count' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:52) error: The setter 'count' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\database\database_client.dart:53) error: The getter 'timestamp' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:55) error: The setter 'timestamp' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\database\database_client.dart:56) error: The getter 'isFav' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:58) error: The setter 'isFav' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\database\database_client.dart:59) error: The method 'toMap' isn't defined for the class 'Song'. (undefined_method at [musicplayer] lib\database\database_client.dart:61) error: The getter 'count' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:74) error: The setter 'count' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\database\database_client.dart:75) error: The getter 'timestamp' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:77) error: The setter 'timestamp' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\database\database_client.dart:78) error: The getter 'isFav' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:80) error: The setter 'isFav' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\database\database_client.dart:81) error: The method 'toMap' isn't defined for the class 'Song'. (undefined_method at [musicplayer] lib\database\database_client.dart:87) error: The method 'toMap' isn't defined for the class 'Song'. (undefined_method at [musicplayer] lib\database\database_client.dart:90) error: The getter 'Columns' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\database\database_client.dart:107) error: The method 'toMap' isn't defined for the class 'Song'. (undefined_method at [musicplayer] lib\database\database_client.dart:232) error: The method 'toMap' isn't defined for the class 'Song'. (undefined_method at [musicplayer] lib\database\database_client.dart:236) error: The setter 'timestamp' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\pages\now_playing.dart:138) error: The getter 'count' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\pages\now_playing.dart:139) error: The setter 'count' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\pages\now_playing.dart:140) error: The setter 'count' isn't defined for the class 'Song'. (undefined_setter at [musicplayer] lib\pages\now_playing.dart:142) error: The getter 'count' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\pages\now_playing.dart:142) error: The getter 'isFav' isn't defined for the class 'Song'. (undefined_getter at [musicplayer] lib\pages\now_playing.dart:145)

Fix this please.

avirias commented 4 years ago

I have updated the Song class from the plugin here is the class. btw I'm working on another plugin