Skip to content

Instantly share code, notes, and snippets.

View barriehadfield's full-sized avatar

Barrie Hadfield barriehadfield

  • Norwich, UK
View GitHub Profile
@barriehadfield
barriehadfield / firestore_animated_list.dart
Created January 18, 2020 17:58 — forked from slightfoot/firestore_animated_list.dart
Firestore Animated List implementation.
// Copyright 2017, the Flutter project authors. Please see the AUTHORS file
// for details. 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 'dart:collection';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';