Mike Miller
Mike Miller
You can set a minTextSize but is it possible to set a maxTextSize? I'm getting this error when I try to add autofit:maxTextSize="16sp": Error:(45) attribute 'com.mypackage:maxTextSize' not found
Quicksave
Adds a quicksave feature in the form of a save icon on the top right side of the screen. Tapping this icon overwrites your most recent manual save with a...
After following the steps [here](https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion) for adding git_completion to Mac, when I type "git checkout mm-" and press tab, I see all the branches that ever started with mm-, including...
Clippy doesn't seem to play nice with unicode characters. If I run: await clippy.write('►'); And then paste, I get: ‚ñ∫ I expect to get: ► I've only tried running this...
With the code below, MemoryFileSystem is taking 10 times longer to write to a file than it takes when switching out with LocalFileSystem. ``` import 'dart:io'; import 'package:file/file.dart' as f;...
I'd like to copy a file from the MemoryFileSystem to the LocalFileSystem (basically, write it to disk). When I try to run the following, I get the below error (localFileSystemPath...
With the code below, MemoryFileSystem is taking 10 times longer to write to a file than it takes when switching out with LocalFileSystem. ``` import 'dart:io'; import 'package:file/file.dart' as f;...
I'd like to copy a file from the MemoryFileSystem to the LocalFileSystem (basically, write it to disk). When I try to run the following, I get the below error (localFileSystemPath...