infitio / flutter-adhara

Manage huge data easily on your flutter apps thereby creating a seamless offline experience...
https://pub.dartlang.org/packages/adhara
BSD 2-Clause "Simplified" License
12 stars 5 forks source link

Use Map for dataInterface property in class Config #2

Open jonahfang opened 5 years ago

jonahfang commented 5 years ago

It will avoid to write all data interface logic in one big class.

tiholic commented 5 years ago

Multiple data interfaces are good. A list will be better than a map.