• 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
  • chore(deps): bump lints from 3.0.0 to 4.0.0 in /sheet (#402) · 323e3a9b ...
    323e3a9b Browse Files
    Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0.
    - [Release notes](https://github.com/dart-lang/lints/releases)
    - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/dart-lang/lints/compare/v3.0.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: lints
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 2024-11-18 18:35:28 +0100
pubspec.yaml 350 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
name: sheet
description: A fully customizable draggable bottom sheet.
version: 1.0.0
homepage: https://github.com/jamesblasco/modal_bottom_sheet

environment:
  sdk: ">=3.3.0 <4.0.0"

dependencies:
  flutter:
    sdk: flutter
  meta: ^1.9.1
   
dev_dependencies:
  flutter_test:
    sdk: flutter
  mocktail: ^1.0.3
  lints: ">=3.0.0 <5.0.0"

flutter: