edge_sidebar 0.0.1-beta.1 copy "edge_sidebar: ^0.0.1-beta.1" to clipboard
edge_sidebar: ^0.0.1-beta.1 copied to clipboard

A Flutter package that provides a customizable side panel widget inspired by Samsung's Edge Panel. This widget can be positioned on any side of the screen (left, right, top, or bottom) and includes sm [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add edge_sidebar

With Flutter:

 $ flutter pub add edge_sidebar

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

dependencies:
  edge_sidebar: ^0.0.1-beta.1

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

Import it

Now in your Dart code, you can use:

import 'package:edge_sidebar/edge_side_bar.dart';
import 'package:edge_sidebar/edge_side_bar_widget.dart';
import 'package:edge_sidebar/edge_side_panel_scaffold.dart';
10
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a customizable side panel widget inspired by Samsung's Edge Panel. This widget can be positioned on any side of the screen (left, right, top, or bottom) and includes smooth animations, customizable styling, and a flexible layout system.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on edge_sidebar