728x90 Dialog2 flutter 축하하는 화면 (Confetti example) Confetti는 색종이 조각이라는 뜻이다. flutter에 색종이 조각이 막 날리는 화면 library가 있다 https://pub.dev/packages/confetti confetti | Flutter Package Blast colorful confetti all over the screen. Celebrate in app achievements with style. Control the velocity, angle, gravity and amount of confetti. pub.dev https://www.youtube.com/watch?v=dGMVyUY4-6M 꽤 괜찮은 것을 볼 수 있다. 이걸 설정값을 바꿔보자~ 관련 예제 코드는 아래와 같다 class MyConfetti extends S.. 2023. 4. 21. animated dialog in Flutter https://medium.flutterdevs.com/animate-dialogs-in-flutter-b7cac136e1d3 Animate Dialogs In Flutter A dialog resembles a popup window to give a few alternatives to users(options like acknowledging/decay) medium.flutterdevs.com scale animation을 쓰면 좀 자연스러운 UX를 제공할 수 있을 것 같아서 사용해보기로 했다. 써봤는데 잘 동작하지만 종료 후에 애니메이션 자국이 남는다 (그림자인 것 같음).. 결국 그냥 Get.dialog로 불러오기로 했다.. 2022. 10. 27. 이전 1 다음 728x90