반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- nestjs공부
- querydsl
- Kafka
- nestjs
- 스프링
- 플러터 공부
- 자료구조공부
- JPA예제
- 스프링 공부
- JPA 공부
- 기술면접공부
- nestjs스터디
- 프로그래머스
- 자바공부
- K8S
- 코테공부
- 플러터 개발
- 카프카
- 스프링부트
- 스프링공부
- 기술공부
- DDD
- JPA스터디
- Flutter
- JPA
- 알고리즘공부
- Axon framework
- 스프링부트공부
- JPA공부
- 코테준비
Archives
- Today
- Total
목록flutter popup (1)
DevBoi
[Flutter] 팝업 띄우기
1. 별도 메소드 작성 Future _dialogBuilder(BuildContext context) { return showDialog( context: context, builder: (BuildContext context) { return AlertDialog( title: const Text('Basic dialog title'), content: const Text( 'A dialog is a type of modal window that\n' 'appears in front of app content to\n' 'provide critical information, or prompt\n' 'for a decision to be made.', ), actions: [ TextButton( sty..
[Mobile]/[Flutter]
2023. 7. 23. 12:29