Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pageButtonTextStyles property does not work #36

Open
FlutterClutter opened this issue Jun 12, 2019 · 0 comments
Open

pageButtonTextStyles property does not work #36

FlutterClutter opened this issue Jun 12, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@FlutterClutter
Copy link

FlutterClutter commented Jun 12, 2019

Bug Description
When i try to change the color of the buttons from white to any other color, either by setting the pageButtonTextStyles property or by setting the skip- done- back- or nextText property to a Text Widget with wanted characteristics, they stay white. I'm using intro_views_flutter Version 2.6.0

To Reproduce

  1. Set the pageColor property to Colors.white
  2. Change the button color to any other than white, using one of the properties above
  3. Buttons are still not visible

Smartphone:

  • Tested on a Samsung Galaxy S7

Flutter doctor output
`[✓] Flutter (Channel master, v1.6.2, on Mac OS X 10.13.4 17E199, locale de-DE)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✗] iOS toolchain - develop for iOS devices
✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
Download at: https://developer.apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
✗ libimobiledevice and ideviceinstaller are not installed. To install with Brew, run:
brew update
brew install --HEAD usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install ideviceinstaller
✗ ios-deploy not installed. To install:
brew install ios-deploy
✗ CocoaPods not installed.
CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the
Dart side.
Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
For more info, see https://flutter.dev/platform-plugins
To install:
brew install cocoapods
pod setup
[✓] Android Studio (version 3.1)
[!] IntelliJ IDEA Ultimate Edition (version 2018.3.5)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] Connected device (1 available)
`

@mzdm mzdm added the bug Something isn't working label Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants