jdraggable_view 0.0.1 copy "jdraggable_view: ^0.0.1" to clipboard
jdraggable_view: ^0.0.1 copied to clipboard

Just an Amazing Full of Features and Highly Customizable Flutter Widget to Implement Draggable Views.

JDraggableView #

JDraggableView is a versatile Flutter widget that allows you to create a draggable view with various customization options. You can easily integrate it into your Flutter app to create interactive and flexible user interfaces.

Features #

  • Create a draggable view with customizable behavior.
  • Configure the appearance of the draggable view, including the app bar, body, and more.
  • Supports pull-to-refresh functionality.
  • Contains Scroll Controller .
  • Built-in state management using Provider.

Installation #

To use JDraggableView in your Flutter project, add it to your pubspec.yaml:

dependencies:
  jdraggable_view: 0.0.1
copied to clipboard

Usage #

Import JDraggableView in your file

import 'package:jdraggable_view/jdraggable_view.dart';
copied to clipboard

Then Use it like a Scaffold:

 @JDraggableView(
  title: Text('Draggable View Example'),
  body: <Widget>[
  ],
)
copied to clipboard

Additional information #

Provided By Just Codes Developers

3
likes
160
points
17
downloads
screenshot

Publisher

verified publisherjucodes.com

Weekly Downloads

2024.07.06 - 2025.01.18

Just an Amazing Full of Features and Highly Customizable Flutter Widget to Implement Draggable Views.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on jdraggable_view