swayze
swayze copied to clipboard
Nobody Puts Rows in a Corner
### Related to Fixes a very small typo ### Context ### Approach
### Given Package published on pub.dev ### When Checking Scores tab, ### Then The package failed to pass static analysis, and supported platforms shows as "Unknown Platforms".  **Expectation** Should...
### Related to NA ### Context When running Swayze on the web we can't use `Platform` ### Approach Use `TargetPlatform` as we already do in other places of Swayze.
### Related to NA ### Context Add "simple" swayze example ### Approach I picked up our internal example and stripped it down. There are a lot of features that are...
## Summary Create an example app which shows some of the most common use cases
### Context For rare situations, you may want to render a different background for the active selection and then paint over that with the selected cell content. This wrapper enables...
### Related to Added the ability to change the column header width/row header height - for example to handle different fonts/zooming. Also allow adjusting the initiate table cell width and...
### Context Bugfix for fill selection handle, that creates artefacts in frozen rows and columns ### Approach Check if the handle needs to be drawn on both sides of frozen...
### Context Added the ability to style the frozen cell separator line ### Approach Updated the table and header line rendering to check if it is the last row/column and...
### Related to Includes the following: feat/add-example feat/flutter-3 ### Context Add a Table Select header widget with styles and unit tests. ### Approach Created a simple widget to draw a...