Skip to content

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

License

Notifications You must be signed in to change notification settings

AymanYassinn/JDraggable_View

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

Import JDraggableView in your file

import 'package:jdraggable_view/jdraggable_view.dart';

Then Use it like a Scaffold:

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

Additional information

Provided By Just Codes Developers

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages