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
- flutter tcpip client
- AlertDialog
- showDialog
- flutter tcpip server
- ListView.build
- flutter button
- c
- array
- TCPIP
- peaks
- flutter
- Server
- debug banner
- ubuntu 19 한글 입력
- Listview filtering
- dart:io
- debugShowCheckedModeBanner
- Properties.Settings.Default
Archives
- Today
- Total
목록debug banner (1)
Louie De Janeiru
Debug banner remove in Flutter
보통 MaterialApp에서 아래 flag 설정을 하면 debug banner 가 표시되지 않는다. debugShowCheckedModeBanner:false, 내 경우 위 flag 를 설정을 해도 disable 이 되지 않아 확인해 보니 go_router 를 적용하고 있는 경우는 아래과 같이 MaterilaApp.router 안에서 설정을 해주니 debug banner 가 표시되지 않는다. go_router 를 사용하는 경우 참고하자. class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Dem..
Flutter
2024. 4. 15. 14:05