Skip to content

Instantly share code, notes, and snippets.

View 7ANV1R's full-sized avatar
😼
ʕ•́ᴥ•̀ʔっ H E L L O !

Tanvir Ibn Mizan 7ANV1R

😼
ʕ•́ᴥ•̀ʔっ H E L L O !
View GitHub Profile
@tomaszpolanski
tomaszpolanski / sliver_floating_header.dart
Created November 20, 2019 10:21
Sliver that scrolls off like SliverPersistentHeader but takes it size from it's child
import 'dart:math' as math;
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
class SliverFloatingHeader extends SingleChildRenderObjectWidget {
const SliverFloatingHeader({
Key key,
Widget child,
}) : super(key: key, child: child);
@alaminfirdows
alaminfirdows / guest-book.png
Last active May 10, 2022 11:48
My Guestbook
guest-book.png