Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
kenresoft committed Aug 8, 2024
1 parent f28cc1d commit ceac478
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=C:\Users\user\AndroidStudioPlugins\flutter
FLUTTER_APPLICATION_PATH=C:\Users\user\AndroidStudioProjects\PROJECTS\packages\riff_switch
FLUTTER_ROOT=C:\Users\amadi\AndroidStudioPlugins\flutter
FLUTTER_APPLICATION_PATH=C:\Users\amadi\AndroidStudioProjects\Flutter\packages\riff_switch
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib\main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=0.0.1
FLUTTER_BUILD_NUMBER=0.0.1
FLUTTER_BUILD_NAME=0.0.4
FLUTTER_BUILD_NUMBER=0.0.4
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7
DART_OBFUSCATION=false
Expand Down
8 changes: 4 additions & 4 deletions ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=C:\Users\user\AndroidStudioPlugins\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\user\AndroidStudioProjects\PROJECTS\packages\riff_switch"
export "FLUTTER_ROOT=C:\Users\amadi\AndroidStudioPlugins\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\amadi\AndroidStudioProjects\Flutter\packages\riff_switch"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=0.0.1"
export "FLUTTER_BUILD_NUMBER=0.0.1"
export "FLUTTER_BUILD_NAME=0.0.4"
export "FLUTTER_BUILD_NUMBER=0.0.4"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
Expand Down
2 changes: 1 addition & 1 deletion lib/src/riff_switch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ class _SimpleSwitchState extends State<_SimpleSwitch> with TickerProviderStateMi
assert(height <= width / 2, '\n\nHeight must not be greater than half of the width. \nYour supplied height is: $height and width is: $width\n');
}

debugPrint(width.toString());
// debugPrint(width.toString()); // Commented this out
return UnconstrainedBox(
child: Container(
width: width,
Expand Down
8 changes: 4 additions & 4 deletions macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=C:\Users\user\AndroidStudioPlugins\flutter
FLUTTER_APPLICATION_PATH=C:\Users\user\AndroidStudioProjects\PROJECTS\packages\riff_switch
FLUTTER_ROOT=C:\Users\amadi\AndroidStudioPlugins\flutter
FLUTTER_APPLICATION_PATH=C:\Users\amadi\AndroidStudioProjects\Flutter\packages\riff_switch
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=0.0.1
FLUTTER_BUILD_NUMBER=0.0.1
FLUTTER_BUILD_NAME=0.0.4
FLUTTER_BUILD_NUMBER=0.0.4
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
Expand Down
8 changes: 4 additions & 4 deletions macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=C:\Users\user\AndroidStudioPlugins\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\user\AndroidStudioProjects\PROJECTS\packages\riff_switch"
export "FLUTTER_ROOT=C:\Users\amadi\AndroidStudioPlugins\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\amadi\AndroidStudioProjects\Flutter\packages\riff_switch"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=0.0.1"
export "FLUTTER_BUILD_NUMBER=0.0.1"
export "FLUTTER_BUILD_NAME=0.0.4"
export "FLUTTER_BUILD_NUMBER=0.0.4"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.4
homepage: https://github.com/kenresoft/riff_switch

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.4.1 <4.0.0'

flutter: ">=1.17.0"

Expand Down

0 comments on commit ceac478

Please sign in to comment.