Releases: jonbhanson/flutter_native_splash
Releases · jonbhanson/flutter_native_splash
v0.2.7
v0.2.6
v0.2.5
v0.2.4
- Update code that adds fullscreen mode to Android so that it selects the right style (LaunchTheme) in styles.xml. This should resolve #39, #54, #67, #92, #112, and #117. Removed code that modifies MainActivity as it is not longer needed since Flutter embedding V2 uses two styles in styles.xml so full screen is set independently in the style.
v0.2.3
- Further modifications to raise pub points: The public API's need to have dartdoc comments, so all public declarations that did not need to be public were changed to private. Added doc comments for public APIs.
v0.2.2
- Corrected color of background PNG for iOS. (The channel order of a uint32 encoded color is BGRA.) (#115)
v0.2.1
- Modifications to raise pub points: Adherence to Pedantic code standard, and conditional imports to avoid losing points for lack of multiple platform support.
v0.2.0+1
v0.2.0
- Added dark mode.