alphabet_list_view 0.1.6 copy "alphabet_list_view: ^0.1.6" to clipboard
alphabet_list_view: ^0.1.6 copied to clipboard

A ListView with sticky headers and an iOS-like clickable sidebar.

example/lib/main.dart

import 'package:alphabet_list_view_example/home.dart';
import 'package:alphabet_list_view_example/theme.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'AlphabetListView demo',
      theme: CustomTheme.theme(context),
      home: const Home(),
    );
  }
}
36
likes
0
pub points
87%
popularity

Publisher

verified publishercosee.biz

A ListView with sticky headers and an iOS-like clickable sidebar.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_sticky_header

More

Packages that depend on alphabet_list_view