Skip to content

Instantly share code, notes, and snippets.

View EnduringBeta's full-sized avatar

Ross Llewallyn EnduringBeta

View GitHub Profile
@aparrish
aparrish / twitterbot.md
Last active May 23, 2022 01:03
Make-A-Twitter-Bot Workshop
import 'dart:math';
import 'package:flutter/material.dart';
@immutable
class ExpandableFab extends StatefulWidget {
const ExpandableFab({
super.key,
this.initialOpen,
this.distance,
@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