Skip to content

Instantly share code, notes, and snippets.

View Simple-Complexity's full-sized avatar

Orrett Douglas-Prawl Simple-Complexity

View GitHub Profile
@Simple-Complexity
Simple-Complexity / speed_dial_floating_action_button.dart
Created December 22, 2017 22:31
A speed dial fab implementation for Flutter
import 'package:flutter/material.dart';
import 'dart:math';
import 'package:hone/common/defaults.dart';
enum ExpandDirection {
UP,
DOWN,
}