Skip to content

Instantly share code, notes, and snippets.

View JulianBissekkou's full-sized avatar
🏠
Working from home

Julian Bissekkou JulianBissekkou

🏠
Working from home
View GitHub Profile
@mjohnsullivan
mjohnsullivan / scroll_detection.dart
Created July 11, 2018 17:13
Detect when a scrollable widget starts or stops scrolling
// Copyright 2018 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 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override