history_service 1.0.1 history_service: ^1.0.1 copied to clipboard
3 simple functionalities that helps you manage any kind of history.
import 'package:history_service/history_service.dart';
void main() {
History history = History();
history.add('dataToStore', 'pathToHistoryFolder');
}