Skip to content

Commit 4859d78

Browse files
author
Rody Davis
committed
updating
1 parent f7b3c0f commit 4859d78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/ios/Flutter/flutter_export_environment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
33
export "FLUTTER_ROOT=/usr/local/Caskroom/flutter/1.2.1/flutter"
4-
export "FLUTTER_APPLICATION_PATH=/Users/rodydavis/Developer/GitHub/packages/native_widgets/example"
4+
export "FLUTTER_APPLICATION_PATH=/Users/rodydavis/Developer/GitHub/packages/plugins/community/native_widgets/example"
55
export "FLUTTER_TARGET=lib/main.dart"
66
export "FLUTTER_BUILD_DIR=build"
77
export "SYMROOT=${SOURCE_ROOT}/../build/ios"

example/macos/Flutter/GeneratedPluginRegistrant.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//
22
// Generated file. Do not edit.
33
//
4-
import Foundation
4+
55
import FlutterMacOS
6+
import Foundation
67

78

89
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {

0 commit comments

Comments
 (0)