gallery
gallery copied to clipboard
[Shrine] example doesn't match with material studies shrine specs
I just downloaded and run the Shrine demo App, so far I can identify these issues:
1 - The login screen has a login button missing text and theme:

2 - There's no Launch Screen, as described in the study here: https://material.io/design/material-studies/shrine.html#motion
3 - The search and options icon just open the login screen.
Although 1 is fixed, 2 and 3 are still occuring.

app forked from : https://github.com/efortuna/shrine_with_square
As mentioned by @darshankawar
I can reporduce the issue from the latest master inside /dev/integration_tests/flutter gallery
✓] Flutter (Channel master, 1.22.0-10.0.pre.88, on Mac OS X 10.15.6 19G2021,
locale en-GB)
• Flutter version 1.22.0-10.0.pre.88 at
/Users/tahatesser/Code/flutter_master
• Framework revision e10bdbbd9d (18 hours ago), 2020-09-07 11:40:03 -0700
• Engine revision ac8b9c4c52
• Dart version 2.10.0 (build 2.10.0-86.0.dev)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/tahatesser/Code/sdk
• Platform android-30, build-tools 30.0.2
• ANDROID_HOME = /Users/tahatesser/Code/sdk
• 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.7)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.7, Build version 11E801a
• CocoaPods version 1.9.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 4.0)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 49.0.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.14.1
[✓] Connected device (4 available)
• RMX2001 (mobile) • EUYTFEUSQSRGDA6D • android-arm64
• Android 10 (API 29)
• iPhone 11 (mobile) • 73130414-6DF8-4E37-B9AF-F81FA0F9068B • ios
• com.apple.CoreSimulator.SimRuntime.iOS-13-7 (simulator)
• Web Server (web) • web-server • web-javascript
• Flutter Tools
• Chrome (web) • chrome • web-javascript
• Google Chrome 85.0.4183.83
• No issues found!
I'm going to close this as it is a remnant of the Material 2 case studies. For those interested in learning more about Shrine and the other Material 2 case studies, check out the Material (2) Studies collection.
For the latest in Material 3, including new case studies, check out the Material blog or newer case studies like the Now in Android app.
For some resources and examples in Flutter, consider checking out the following:
-
Wonderous (web demo, App Store, Google Play, source code) A Flutter app that showcases Flutter's support for elegant design and rich animations.
-
Material 3 Demo (web demo, source code) A Flutter app that showcases Material 3 features in the Flutter Material library.
Thank you!