• This project
    • Loading...
  • Sign in

flutter_package / modal_bottom_sheet

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • modal_bottom_sheet
  • sheet
  • pubspec.yaml
  • feat: sheet improvements (#355) · 62e11d6c ...
    62e11d6c Browse Files
    * feat: sheet improvements
    
    * fix: remove unused simulation
    
    * fix: rebase
    
    * fix: update dependencies
    Jaime Blasco authored 2023-11-08 18:37:55 +0100
pubspec.yaml 327 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
name: sheet
description: A fully customizable draggable bottom sheet.
version: 1.0.0-pre
homepage: https://github.com/jamesblasco/modal_bottom_sheet

environment:
  sdk: ">=2.17.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

dev_dependencies:
  flutter_test:
    sdk: flutter
  mocktail: ^0.3.0
  lints: ^2.1.1

flutter: