Skip to content

Instantly share code, notes, and snippets.

View Mastersam07's full-sized avatar
๐Ÿš€
building amazing things

Samuel Abada Mastersam07

๐Ÿš€
building amazing things
View GitHub Profile
@Mastersam07
Mastersam07 / bottom_sheet.dart
Created February 1, 2024 18:24 — forked from slightfoot/bottom_sheet.dart
Modal Bottom Sheet with Input Fields fix for Flutter (Fix issue with overlap with keyboard and fix for tapping to dismiss)
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';