-
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove renderer on Dart:io platforms (#1723)
* Remove renderer on dart:io platforms * Tests + changelog * Update CHANGELOG.md * Fix tests * fix more tests
- 8.13.1
- 8.13.0
- 8.13.0-beta.3
- 8.13.0-beta.2
- 8.13.0-beta.1
- 8.12.0
- 8.12.0-beta.2
- 8.12.0-beta.1
- 8.11.2
- 8.11.1
- 8.11.0
- 8.11.0-beta.2
- 8.11.0-beta.1
- 8.10.1
- 8.10.0
- 8.10.0-beta.2
- 8.10.0-beta.1
- 8.9.0
- 8.8.0
- 8.8.0-alpha.1
- 8.7.0
- 8.6.0
- 8.6.0-alpha.2
- 8.5.0
- 8.4.0
- 8.4.0-beta.1
- 8.3.0
- 8.2.0
- 8.1.0
- 8.0.0
- 8.0.0-beta.2
- 7.20.2
- 7.20.1
- 7.20.0
- 7.19.0
- 7.18.0
- 7.17.0
- 7.16.1
- 7.16.0
- 7.15.0
- 7.14.0
- 7.13.2
- 7.13.1
- 7.13.0
Showing
11 changed files
with
85 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import 'renderer.dart'; | ||
|
||
FlutterRenderer getRenderer() { | ||
return FlutterRenderer.skia; | ||
} | ||
FlutterRenderer? getRenderer() => null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters