flutter_scroll_to_index 3.0.0 flutter_scroll_to_index: ^3.0.0 copied to clipboard
flutter滚动组件封装
import 'package:flutter/material.dart';
import 'test_page.dart';
void main() {
runApp(MaterialApp(home: ScrollToIndexTestPage(),));
}