Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, flutter
Sign in

flutter

flutter bottom navigation bar tap

[Flutter] Appbar 상단바와 하단바 예제

지금 정리할 내용은 NavigationBar와는 달리, 화면내에서 추가로 사용될 상단바와 하단바에 대해서 이야기해보고자 한다. 분명 많은 플러그인과 방법이 있겠지만, 사용해보고 좋았던 플러그인과 위젯을 기록해두려 한다. 1. 상단바로 좋은 TabBar https://pub.dev/packages/contained_tab_bar_view contained_tab_bar_view | Flutter Package Encapsulates TabController, TabBar and TabBarView into a single customizable Widget. pub.dev 플러터 2.0 3.0에서 지원되며, 널안정성을 갖추고 있다. 사용 예제 // Example 1 import 'package:contai..
wono | discuss |
flutter bottom navigation bar tap

[Flutter] 8. BottomNavigationBar(하단 내비게이션 바)

지난 포스트에서 서랍 메뉴를 이용한 내비게이션을 해보았습니다. 서랍 이외에 내비게이션을 활용할 수 있는 위젯 중 하나는 하단바(BottomNavigationBar) 입니다. 이번 포스트에서는 다음 내용을 다루고 있습니다. BottomNavigationBar 란 스캐폴드에 BottomNavigationBar 추가 NamedRoute, Route 설정하기 BottomNavigationBar 란 BottomNavigationBar는 화면 하단에 표시되는 위젯입니다. 서랍(Drawer)은 여러개의 항목을 사용 수 있지만 BottomNavigationBar는 2~3개 정도의 항목을 사용하는게 일반적인듯 합니다. BottomNavigationBar는 Scaffold내에서 사용이 가능하고, 스캐폴드 내의 bottom..
wono | discuss |
flutter getx translator sheet enoosoft

GetX Google Sheets 번역코드 생성기

GetX 패키지의 .tr 번역을 사용할때 일일이 언어 코드별로 localization.g.dart 코드를 작성해야되기 때문에 매우 불편하고 지루합니다. 이 프로그램은 Google sheet 의 번역 데이터 시트를 통해 GetX 의 localization.g.dart 소스코드를 자동으로 생성해주는 프로그램 Github: gs_translation입니다.
wono | discuss |
flutter getx translator

getx_translator | Dart package

For generating language strings file for Flutter. Easy translation with google sheet.
wono | discuss |
flutter flame wakelock plus sleep

wakelock_plus | Flutter package

Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, Linux, and web.
wono | discuss |
flutter flame wakelock sleep

[Flutter] 화면이 꺼지지 않게 하기

Flutter로 만든 앱을 실행하고 있을 때 또는 앱 내에서 특정 기능을 수행할 때 휴대폰의 화면이 꺼지지 않게 하기 위해 wakelock 패키지를 사용하는 방법에 대해서 알아봅시다.
wono | discuss |
flutter flame dart steer

flutter_color_shooter/lib/helpers/mover.dart at d16109477e9a31e2a99947a6b991904ff5a32ee2 · ironheade/flutter_color_shooter

Contribute to ironheade/flutter_color_shooter development by creating an account on GitHub.
wono | discuss |
flutter flame game steering

flame_steering_behaviors | Flutter package

Flame Steering Behaviors brings steering algorithms to the behavior pattern, built by Very Good Ventures.
wono | discuss |
flutter flame game

4. Player Movement and Input Handling - Ski Master | Flutter + Flame Game Development

Source and asset:▫ Github repo: https://github.com/ufrshubham/ski_master▫ Tiny Ski Assets: https://www.kenney.nl/assets/tiny-skiTools and packages :▫ Tiled: ...
wono | discuss |
flutter draw shape polygon pentagon

Flutter: Drawing Polygons using ClipPath (4 Examples) - KindaCode

This practical, code-centric article shows you how to draw a triangle, quadrangle, pentagon, and hexagon using ClipPath in Flutter. Triangle Screenshot:
wono | discuss |
flutter vector2

Vector2 class - vector_math library - Dart API

API docs for the Vector2 class from the vector_math library, for the Dart programming language.
wono | discuss |
flutter dart number format

How to convert large number to shorten K/M/B in Dart

How can I create function that convert large number into shorten number with character in Dart? like 1000 => 1K 10000 => 10K 1000000 => 1M 10000000 => 10M 1000000000 => 1B
wono | discuss |
flutter getx bottom

[Flutter][GetX] GetX로 BottomNavigationBar 만들기

0. 소개 이전에 StatefulWidget으로 만들었던 BottomNavigationBar를 GetX controller를 이용해 만들어보겠습니다. GetX 라이브러리에서는 StatefulWidget 사용을 지양하니 섞어 사용중이시라면 GetX 방식으로 바꾸시는걸 권장드립니다. [Flutter] 하단탭바, BottomNavigationBar 만들기 이거 탭바라고 자주불렀는데, 플러터에선 BottomNavigationBar라고 하네요. 플러터에서 탭바는 상단에 있는 이거라고 합니다. 현재 만들 것은 TabBar가 아닌 BottomNavigationBar 입니다. 시작 1️⃣ BottomNavg.. dokit.tistory.com 이전글 1. GetX Controller 만들기 // BottomNaviga..
wono | discuss |
flutter getx tabbar

[Flutter] [GetX] 만보기 앱 개발일지 - 2 | getX 패턴을 사용하여 애니메이션 조작이 필요한 위젯들 만들기

개발자들을 위한 블로그 서비스. 어디서 글 쓸지 고민하지 말고 벨로그에서 시작하세요.
wono | discuss |
flutter flame galaxyblaster

I just released a game made with Flutter and Flame. Galaxy Blast is an incremental space shooter inspired by Asteroids. Would love to hear your feedback!

wono | discuss |
flutter flame fadein

flutter flame fadein colorfilter example

``` final paint = Paint(); // paint.color = Colors.white.withOpacity(0.02); // paint.color = Colors.transparent; // paint.color = const Color(0x0F000000); paint.color = const Color.fromRGBO(0, 0, 0, 0.2); paint.colorFilter = ColorFilter.mode(ParticleHelper.randomMaterialColor(), BlendMode.srcATop); final sprite1 = SpriteComponent( sprite: sprite, size: 128, anchor: Anchor.center, paint: paint, ); // sprite1.add(OpacityEffect.to(0.02, EffectController(duration: 0))); sprite1.add(OpacityEffect.fadeIn(EffectController(duration: 1))); add(sprite1); ```
wono | discuss |
flutter flame tunneling

Issues · flame-engine/flame

A Flutter based game engine. Contribute to flame-engine/flame development by creating an account on GitHub.
wono | discuss |
flutter material icon symbol issue

Support Material Symbols · Issue #102560 · flutter/flutter

Developer documentation Design doc To take into consideration: 3 separate variable fonts for outlined, rounded, and sharp styles advantages provided by using a variable font possibly not using static consts Related issues: automatic upda...
wono | discuss |
flutter material icon symbol

[Icons] Missing Google Font Icons (eg Camping) in Flutter · Issue #142386 · flutter/flutter

Use case As a Flutter Developer, I can use the Icon Class in Dart to access the Camping Google Fonts Icon, so I can have a consistent user experience and code base for Icons supported by Google Fonts. There are some missing Google Font I...
wono | discuss |
flutter canvas text

How do you use a TextPainter to draw text?

The documentation for CustomPainter's paint method says, "To paint text on a Canvas, use a TextPainter". So within my MyCustomPainter's paint method I have the following: TextSpan span = new TextS...
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms