Matt Carroll

Results 146 issues of Matt Carroll

[SuperTextField] - Create a controller that supports undo/redo. This PR creates an `EventSourcedAttributedTextEditingValue`, which holds text, a selection, and a composing region, along with a history of commands that were...

**Description** A package that runs a desktop app, which supports visual editing of slides in a slideshow, as well as playing the slideshow. Similar to Keynote and Powerpoint. **Requirements** Project...

**Description** Flutter and Dart developers want to show Flutter and Dart code. It's important that the code styling experience be top notch. [slick_slides](https://pub.dev/packages/slick_slides) already has great code styling. Port that...

**Description** Make it possible to define an entire slideshow with one or multiple Markdown files. The slideshow player loads the Markdown and dynamically generates slides at runtime. This also implies...

**Description** Load PPTX slideshow documents and present them through flutter_deck, and also export to PPTX. **Requirements** - [ ] PPTX deserialization - [ ] PPTX serialization - [ ] Support...

The Leak Tracker currently identifies non-leaks as leaks in Flutter tests for disposable objects. The following is an example of such a false-positive: ```dart void main() { testWidgets("my widget text",...

package:leak_tracker_flutter_testing

I setup a custom fork following instructions: https://fvm.app/documentation/advanced/custom-version However, the reported Flutter version is `0.0.0-unknown`: How should I resolve this? When running `fvm flutter pub get` I get the following...

Running `fvm list` can show Flutter installations as "Needs setup" but doesn't provide any instructions for how to resolve that. What does it mean to "setup" the Flutter distro? I...

When I run `fvm list` it complains about my custom fork name not following semvar: But the directions for naming forked versions doesn't mention semvers: https://fvm.app/documentation/advanced/custom-version Either the docs should...

Hi, I just got done implementing a use-case with `image` in Static Shock. I noticed that you have a number of Markdown guides, but no dedicated guide website. Would you...