Skip to content

Instantly share code, notes, and snippets.

View EnduringBeta's full-sized avatar

Ross Llewallyn EnduringBeta

View GitHub Profile
@EnduringBeta
EnduringBeta / main.dart
Last active May 20, 2022 04:01
Bottom App Bar + Sheet Causes Dimple
// This is an example Dart file that shows a bug or strange behavior
// that I'd like to get feedback on. When this BottomSheet closes,
// it leaves a "dimple", or small dip, in the BottomAppBar. It's
// certainly connected to the Floating Action Button and defining the
// floatingActionButtonLocation, but I don't know how to avoid it.
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
@EnduringBeta
EnduringBeta / main.dart
Last active October 28, 2022 20:03
dashing-hyacinth-2585
import 'dart:math';
/// Block Party Technical Exercise using Dart
/// By Ross Llewallyn
/// Completed in about 45 minutes
///
/// Run (assuming you have Dart on your machine) using: `dart maxPairTest.dart`
/// Run on DartPad here: https://dartpad.dev/?id=c85169d3058f229a27edc250a063fecc
/// GitHub Gist here: https://gist.github.com/EnduringBeta/c85169d3058f229a27edc250a063fecc