implicitly_animated_reorderable_list 0.4.2 icon indicating copy to clipboard operation
implicitly_animated_reorderable_list: ^0.4.2 copied to clipboard

discontinued

A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

import 'package:example/ui/ui.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    SystemChrome.setSystemUIOverlayStyle(
      const SystemUiOverlayStyle(
        statusBarColor: Colors.transparent,
      ),
    );

    return MaterialApp(
      title: 'Implicitly Animated Reorderable List Example',
      theme: ThemeData.light().copyWith(
        accentColor: Colors.amber.shade800,
        dividerTheme: DividerThemeData(
          thickness: 1,
          color: Colors.grey.shade300,
        ),
      ),
      debugShowCheckedModeBanner: false,
      home: const LanguagePage(),
    );
  }
}
392
likes
80
pub points
91%
popularity

Publisher

unverified uploader

A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

async, flutter, meta

More

Packages that depend on implicitly_animated_reorderable_list