flutter_list_view 1.1.17 copy "flutter_list_view: ^1.1.17" to clipboard
flutter_list_view: ^1.1.17 copied to clipboard

outdated

Provide enhanced list view include jump index, keep position etc.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'route.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Section View Demo',
      routes: SectionViewRoute.routes,
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
    );
  }
}
91
likes
0
pub points
93%
popularity

Publisher

unverified uploader

Provide enhanced list view include jump index, keep position etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_list_view