diff --git a/example/lib/packages/sqflite/page.dart b/example/lib/packages/sqflite/page.dart index fe3d48e..81609d1 100644 --- a/example/lib/packages/sqflite/page.dart +++ b/example/lib/packages/sqflite/page.dart @@ -185,13 +185,4 @@ class _SqflitePageState extends AppState { curve: Curves.ease, ); } - - void _scrollToBottom() { - // scroll to top - _scrollController.animateTo( - _scrollController.position.maxScrollExtent, - duration: const Duration(milliseconds: 10), - curve: Curves.ease, - ); - } } diff --git a/example/pubspec.yaml b/example/pubspec.yaml index dd253be..b63eab4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: flutter_cache_manager: ^3.3.0 ## https://pub.dev/packages/photo_view photo_view: ^0.14.0 - ## https://pub.dev/packages/path @todo + ## https://pub.dev/packages/path path: ^1.8.2 ## https://os-git.omprussia.ru/non-oss/flutter/flutter-plugins/-/tree/master/packages/xdga_directories