A flutter package to create bottom sheets, both persistent and modal, with both material and cupertino designs.
Note: This plugin is still under development and some functionalities might not work properly. Pull Requests are welcomed.
Add this to your package's pubspec.yaml file:
dependencies:
flutter_bottom_sheet: ^0.1.3
You can install packages from the command line:
with Flutter:
$ flutter packages get
Alternatively, your editor might support flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:flutter_bottom_sheet/flutter_bottom_sheet.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.1.3 | Feb 4, 2019 |
|
|
0.1.2 | Feb 3, 2019 |
|
|
0.1.1 | Feb 3, 2019 |
|
|
0.0.1 | Feb 3, 2019 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
100
|
Overall:
Weighted score of the above.
[more]
|
50
|
We analyzed this package on Feb 20, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Detected platforms: Flutter
References Flutter, and has no conflicting libraries.
Format lib/flutter_bottom_sheet.dart
.
Run flutter format
to format lib/flutter_bottom_sheet.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.68.0 <3.0.0 | ||
flutter | 0.0.0 | ||
Transitive dependencies | |||
collection | 1.14.11 | ||
meta | 1.1.6 | 1.1.7 | |
sky_engine | 0.0.99 | ||
typed_data | 1.1.6 | ||
vector_math | 2.0.8 | ||
Dev dependencies | |||
flutter_test |