folding_cell 1.0.0 copy "folding_cell: ^1.0.0" to clipboard
folding_cell: ^1.0.0 copied to clipboard

outdated

Simple folding cell widget implemented in Flutter. Its a widget so add it to any container widget as a child.

example/lib/main.dart

import 'package:example/demos/demos_new.dart';
import 'package:flutter/material.dart';

/*
  Old examples are in `demos_old.dart`;
 */

void main() => runApp(
      MaterialApp(
        home: SafeArea(
          child: Scaffold(
            body: Material(
              child: FoldingCellSimpleDemo(),
            ),
          ),
        ),
      ),
    );
128
likes
0
pub points
87%
popularity

Publisher

unverified uploader

Simple folding cell widget implemented in Flutter. Its a widget so add it to any container widget as a child.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on folding_cell