Text Widget in Flutter

What is a text widget ?

The function of displaying a string in a Flutter app is handled by a text widget, as we know everything Flutter offers to style the UI is a widget. The text widget can simply be used by creating the text widget class and pass... https://jeetbhalu.hashnode.dev/text-widget-in-flutter

Created 1mo | Apr 11, 2024, 11:40:04 AM


Login to add comment

Other posts in this group

Topic: 12 Understanding Design Patterns in Flutter

Hello devs, Today we talk about different types of design patterns in Flutter. These design patterns help us to write clean and understandable code for flutter projects. There are so many design patte

May 15, 2024, 4:40:07 AM | Hashnode flutter
Setting Up Flutter and Building a Small Application on macOS

Introduction Flutter is a popular framework for building cross-platform applications with a single codebase. In this guide, we'll walk through the process of setting up Flutter on macOS and building a

May 15, 2024, 4:40:06 AM | Hashnode flutter
Flutter là gì?

Flutter là một nền tảng phát triển ứng dụng di động và web đa nền tảng của Google. Flutter cho phép bạn viết một lần code và chạy trên nhiều thiết bị khác nhau mà không cần phải viết nhiều code riêng

May 14, 2024, 7:30:09 PM | Hashnode flutter
Top 10 Flutter Plugins to Enhance Your App Development

In the rapidly evolving world of mobile app development, selecting the right tools can significantly boost productivity and functionality. As a leading Flutter development company, we understand the i

May 14, 2024, 10:30:04 AM | Hashnode flutter
Simplifying State Management in Flutter with GetX

Introduction: State management is a crucial aspect of building robust and efficient mobile applications, particularly in Flutter. With various state management solutions available, developers often fa

May 14, 2024, 5:50:08 AM | Hashnode flutter
Beginner's Guide to Flutter Networking with HTTP Package

What is Networking in flutter? Networking in Flutter involves establishing and managing communication between a Flutter app and a remote server or API over the network. It encompasses tasks such as ma

May 14, 2024, 5:50:07 AM | Hashnode flutter
Topic: 11 Understanding Canvas in Flutter

Hello Devs, Today we talk about Canvas in Flutter. Sometimes, We need something more customized or fancy. That's where the Canvas widget comes in! In this guide, we'll dive into how you can use the Ca

May 13, 2024, 6:40:03 AM | Hashnode flutter