Skip to content

Instantly share code, notes, and snippets.

View YeungKC's full-sized avatar

YeungKC YeungKC

View GitHub Profile
@YeungKC
YeungKC / clamping_custom_scroll_view.dart
Created July 4, 2021 14:56
clamping_custom_scroll_view
// Copyright 2019 The Fuchsia 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/gestures.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'clamping_viewport.dart';
let jobs = [
{ start: 1, end: 4, value: 5 },
{ start: 3, end: 5, value: 1 },
{ start: 0, end: 6, value: 8 },
{ start: 4, end: 7, value: 4 },
{ start: 3, end: 8, value: 6 },
{ start: 5, end: 9, value: 3 },
{ start: 6, end: 10, value: 2 },
{ start: 8, end: 11, value: 4 },
]
@YeungKC
YeungKC / cloudSettings
Last active January 21, 2021 09:46
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-01-21T09:46:49.110Z","extensionVersion":"v3.4.3"}