flexible_expansion_list 0.0.3 copy "flexible_expansion_list: ^0.0.3" to clipboard
flexible_expansion_list: ^0.0.3 copied to clipboard

A Flutter widget provide expansion lists in a flexible way.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'screen/home_screen.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flexible Expansion List Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const HomeScreen(title: 'Flexible Expansion List Demo'),
    );
  }
}
4
likes
130
pub points
62%
popularity

Publisher

unverified uploader

A Flutter widget provide expansion lists in a flexible way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flexible_expansion_list