flutter_bootstrap icon indicating copy to clipboard operation
flutter_bootstrap copied to clipboard

BootstrapVisibility

Open tearhear18 opened this issue 3 years ago • 0 comments

line 619 if (pfx == '') { pfx = 'xs'; }

should be replaced with if (pfx == null) { pfx = 'xs';
}

i am having issue with empty return string in function bootstrapPrefixBasedOnWidth

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel master, 2.4.0-5.0.pre.181, on Mac OS X 10.15.7 19H2 darwin-x64, locale en-PH) [!] Android toolchain - develop for Android devices (Android SDK version 29.0.3) ✗ cmdline-tools component is missing Run path/to/sdkmanager --install "cmdline-tools;latest" See https://developer.android.com/studio/command-line for more details. ✗ Android license status unknown. Run flutter doctor --android-licenses to accept the SDK licenses. See https://flutter.dev/docs/get-started/install/macos#android-setup for more details. [!] Xcode - develop for iOS and macOS ✗ Xcode 11.6.0 out of date (12.0.1 is recommended). Download the latest version or update via the Mac App Store. ! CocoaPods 1.9.1 out of date (1.10.0 is recommended). CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To upgrade see https://guides.cocoapods.org/using/getting-started.html#installation for instructions. [✓] Chrome - develop for the web [✓] Android Studio (version 4.1) [✓] VS Code (version 1.58.2) [✓] Connected device (1 available)

! Doctor found issues in 2 categories.

tearhear18 avatar Aug 04 '21 01:08 tearhear18