1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

simple_shader: Clean up shaders/simple.frag, rebuild runners (#1715)

This commit is contained in:
Brett Morgan
2023-03-31 08:37:23 +10:00
committed by GitHub
parent a828c09e18
commit e3ca775b27
24 changed files with 433 additions and 26 deletions

View File

@@ -0,0 +1,12 @@
import Flutter
import UIKit
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}
}