.github
android
api
assets
buildtools
debian
drift_schemas
ios
Flutter
Runner
Runner.xcodeproj
Runner.xcworkspace
RunnerTests
RunnerTests.swift
SolarNotifyService
SolarShare
SolarWidget
.gitignore
Podfile
Podfile.lock
SolarWidgetExtension.entitlements
lib
linux
macos
snap
test
web
windows
.gitignore
.metadata
.roadsignrc
CODE_OF_CONDUCT.md
README.md
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
roadsign.toml
13 lines
285 B
Swift
13 lines
285 B
Swift
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.
|
|
}
|
|
|
|
}
|