Benjamin Meyer
Benjamin Meyer
# Current bug behavior A null check operator exception is thrown when trying to load (cache) infinite tiled maps # Expected behavior The map is loaded in chunks or the...
# Description Currently a `TsxProvider` needs a getter for the filename it can provider. This PR seeks to introduce a new base class `TsxProviderBase` which instead uses a `bool checkProvidable(String...
# What could be improved Remove requirement for `dart:ui` and therefore the Flutter SDK # Why should this be improved Currently this package/parser is only usable with the Flutter SDK....
# Description This adds the ability to export maps as well as import them into json and tmx formats ## Checklist - [X] The title of my PR starts with...
# Description This PR makes this package compatible with the Dart SDK. In order to achieve this I changed 3 things: - Replace `dart:ui`'s Color with a simple ColorData class...
# What could be improved Exporting Maps from this package to tmx and json # Why should this be improved I will be creating an exporter (at least for xml/tmx)...
# Current bug behaviour The `TiledObject.parse()` function tries to find a `` child of ``. However according to the TMX Documentation and the dartdoc comment above the class such an...
# What could be improved Instead of checking by filename TsxProvider (or a new base class) could provide a function to check if a source can be resolved by the...
When pasting in large strings the cursor and text disappears completly, however this behaviour also appears when editing large strings as you can see in the attached video! Cheers, Benjamin...
First of all, thank you for this package it made development so much easier for me! When adding or removing an entry in a List that is shown in the...