duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

Getting different output in debug and release mode. #84

Open darshitArkay opened 4 years ago

darshitArkay commented 4 years ago

After running this project in the emulator, then I built a fresh flutter project to make some UI customization according to requirements the app is running fine in the emulator (debug mode), but when I build release apk to test it in my device the layout is overlapping with each other and I'm not getting the proper output. I'm running the same code which is defined in this repository. Please help..!

flutter doctor -v

[✓] Flutter (Channel stable, 1.20.2, on Mac OS X 10.15.6 19G2021, locale en-IN) • Flutter version 1.20.2 at /Users/sureshkerai/AndroidStudioProjects/flutter • Framework revision bbfbf1770c (3 weeks ago), 2020-08-13 08:33:09 -0700 • Engine revision 9d5b21729f • Dart version 2.9.1

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1) • Android SDK at /Users/sureshkerai/Library/Android/sdk • Platform android-30, build-tools 30.0.1 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.6) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.6, Build version 11E708 • CocoaPods version 1.9.3

[✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 48.1.2 • Dart plugin version 193.7547 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] VS Code (version 1.48.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.13.2

[✓] Connected device (1 available) • AOSP on IA Emulator (mobile) • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)

• No issues found!

  • The output I got (release mode)

Screenshot_20200903-135336

  • The output I want (debug mode)

Screenshot_20200903-135210