Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
974 contributions in the last year
Activity overview
Contribution activity
October 2020
-
Hixie/cuddlyworld-ide
Dart
•
Built by
Created a pull request in flutter/engine that received 14 comments
Refactor platform message logic
This laids the groundwork for sending messages through ChannelBuffers with channel-specific callbacks rather than a single onPlatformMessage callback.
- Introduce `MaxLengthEnforcement`
- Remove `nullOk` in `MediaQuery.of`
- remove unused ignore
- Add onAppPrivateCommand to TextField
- stock app rewrite using router
- Make FlutterErrorDetails.exception non-nullable as documented
- migrate material to nullsafety
- Reland "migrate some material files to nullsafety (#67078)"
- [flutter_tools] flutter logs no longer requires supported device
- [null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js
- migrate some material files to nullsafety
- [null-safety] migrate app dependencies of flutter driver
- Dispose of images after using them
Created an issue in flutter/flutter that received 9 comments
Window manager decorations are overridden by Flutter desktop apps
I use a window manager with very specific window decorations (ratpoison) but applications built with Flutter don't function well with that setup: t…
- Classes dropdown should be organized
- Merge things and locations
- Console widget should be renamed Settings
- Login button should use OutlinedButton
- Login button in Console widget should have a callback
- Landmarks needs a button to automatically create the reverse connection
- "Add to world" should give feedback
- TThingPosition dropdown should be more helpful
- Group items in the catalog by what they are part of
- Hardcode editors for Mass and Size that are more helpful (e.g. give the actual ranges)
- Tab order should have catalog in its own scope
- Delete button on editor
- Add some buttons for common actions
- username and password and login fields are centered instead of top-aligned
- Avoid duplicate identifiers by automatically making identifiers unique
- "Add to world" feature
- Scrolling the console doesn't work right
- We save while we load.
- Create custom editor fields for the various types of properties
- command history in console
- Store currently selected thing, selected tab, scroll positions on the items/locations tabs and editor
- We need to store data on disk
- dart:ui docs are inconsistent regarding template names
- GLib asserts
- Apps don't repaint on Linux when raised if they haven't been resized (noticeable on ratpoison)
- MaterialApp.router constructor documentation is sparse
- Default analysis options for Flutter projects
- Tab/TabBar/TabBarView documentations improvements
- Tabs invisible by default when not in AppBar
- Inconsistency detected by ld.so: ../elf/dl-tls.c: 493: _dl_allocate_tls_init: Assertion `listp->slotinfo[cnt].gen <= GL(dl_tls_generation)' failed!
- Can't see "Linux Fuchsia" logs
- Consider cleaning up PR template
- We should consider removing examples/catalog
- Consider Theme.of()! and other related topics