New to Flutter? Learn how to add user interactivity to your app with this cookbook → http://goo.gle/3GLi93e You'll learn: 👉 How to respond to taps 🆕 How to create a custom widget ⚙ The difference between stateless and stateful widgets
Flutter Dev
Technology, Information and Internet
Mountain View, California 90,720 followers
Google's framework for building beautiful, natively compiled, multi-platform applications from a single codebase.
About us
Google’s UI toolkit to build apps for mobile, web, and desktop from a single codebase.
- Website
-
https://flutter.dev/
External link for Flutter Dev
- Industry
- Technology, Information and Internet
- Company size
- 10,001+ employees
- Headquarters
- Mountain View, California
- Type
- Public Company
Updates
-
🔍 Make menu items searchable and filterable with the DropdownMenu widget. #WidgetOfTheWeek #ThrowbackThursday
-
How do you take an app designed for conventional mobile devices and make it beautiful on a wide range of devices? Here's a 3-step approach from Google engineers ↓ Step 1: Abstract 🤔 First, identify the widgets that you plan to make dynamic. Analyze the constructors for those widgets and abstract out the data that you can share. Step 2: Measure 📏 Next, evaluate your screen size to decide how to display your UI. You can use either MediaQuery and LayoutBuilder to determine the size of your display area. Step 3: Branch 🌳 Then, decide what sizing breakpoints to use when choosing what version of the UI to display. Your choice shouldn't depend on the type of device, but on the device's available window size. More on adaptive design → http://goo.gle/4o6jRwR
-
Breaking down three different types of UI tests in Flutter: 🥇 Golden tests 🔎 Finder tests 🎨 PaintPattern tests #DecodingFlutter #ThrowbackThursday
-
🔴 Add audio recording or audio streaming to your app with the Record package. Learn how with this #WidgetOfTheWeek ↓
-
Leverage the Dart MCP Server to enhance your Dart and Flutter development experience 💻✨ In this blog, explore useful tools provided by the Dart MCP Server and learn how to configure the server for use in popular development environments and tools → https://goo.gle/3H1CzEY
-
New video alert! 🎥 We're diving into building cross-platform mobile apps with Flutter and Firebase. Learn how Flutter's architecture and tools, combined with Firebase's backend services, streamline creating high-quality iOS and Android apps → https://goo.gle/4o5OUsy
-