flutter_master_detail 1.1.5 copy "flutter_master_detail: ^1.1.5" to clipboard
flutter_master_detail: ^1.1.5 copied to clipboard

A package that simplifies building flexible adaptive master detail views for different screen sizes

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_master_detail

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_master_detail: ^1.1.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_master_detail/flutter_master_detail.dart';
3
likes
90
pub points
42%
popularity

Publisher

unverified uploader

A package that simplifies building flexible adaptive master detail views for different screen sizes

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

animations, collection, cupertino_icons, flutter, flutter_sticky_header, responsive_builder, stacked

More

Packages that depend on flutter_master_detail