Skip to content

Instantly share code, notes, and snippets.

View nidegen's full-sized avatar

Nicolas Degen nidegen

  • Echo Labs AG
  • Züri
View GitHub Profile
@nidegen
nidegen / marker_generator.dart
Last active November 11, 2023 11:16 — forked from itsJoKr/marker_generator.dart
Quick way to convert the widget to marker, not supposed to work with images.
import 'package:flutter/material.dart';
import 'dart:typed_data';
import 'package:flutter/rendering.dart';
import 'dart:ui' as ui;
/// This just adds overlay and builds [_MarkerHelper] on that overlay.
/// [_MarkerHelper] does all the heavy work of creating and getting bitmaps
class MarkerGenerator {
final Function(List<Uint8List>) callback;
final List<Widget> markerWidgets;
autoload -Uz compinit && compinit
# Load version control information
autoload -Uz vcs_info
precmd() { vcs_info }
# Format the vcs_info_msg_0_ variable
zstyle ':vcs_info:git:*' formats '%F{yellow}(%b)%f'
# Enable tab completion for `..` and `.`
zstyle ':completion:*' special-dirs true