K13 заметки. Локализация во Flutter

Раздел в официальной документации , описывающий локализацию (интернализацию)
Проблематика:

Пользователи говорят на разных языках. У пользователя есть какой-то дефолтный язык. А еще пользователь может хотеть переключать языки в процессе работы с п... https://sveta.hashnode.dev/k13-zametki-lokalizaciya-vo-flutter-cktvp5mvz04u33gs1gzl116vy

What exactly is a broker?

A broker is a person or company who works as a go-between for an investor and a securities exchange. When a company works as an agent for a customer and charges the consumer a commission for its services, it is referred to as a broker. or
What exac... https://mikeetech.hashnode.dev/what-exactly-is-a-broker

Get Started In Flutter - A Flutter Guide

What is Flutter? Flutter is a mobile UI technology & SDK from Google that enables you to create cross-platform applications for Android, IOS, Linux, Mac and Windows all from one codebase written using dart.

Going into this article I can assume that ... https://meshamakes.hashnode.dev/get-started-in-flutter-a-flutter-guide

Stepper Widget in Flutter

Ever wonder, how to deal with large forms or forms in which one wants to proceed to the next step only when previous steps are done. Well, Flutter has something for you in its widget collection known as Stepper. Let's dive right in... Stepper Steppe... https://tannatsri.me/stepper-widget-in-flutter

Flutter and AdMob: A blog around monetizing your Flutter app with AdMob.

Introduction

Mobile applications are a great way to earn revenue from your programming skills. There are many ways to earn money apart from the app store revenue. You can add ads to your apps and monetize them. Google is the biggest player in the on... https://dhruvnakum.xyz/flutter-and-admob-a-blog-around-monetizing-your-flutter-app-with-admob

Why you shouldn't use Flutter Web for your websites right now?

Flutter is an amazing framework developed by Google for mobile development in May 2017. You can create Android and Ios mobile applications with a single codebase. But in early 2021, Flutter web stable was released. But the question is, is it worth us... https://monik.hashnode.dev/why-you-shouldnt-use-flutter-web-for-your-websites-right-now

Automatically assigning platform `iOS` with version `10.0` on target `Runner` because no platform was specified - Flutter

If you had this error when trying to build Flutter app on iPhone 12 Pro Max this is the solution that worked for me:

Go in the flutter_project/ios, open the Runner.xcodeproj, and change the iOS version to 10.0, in the Deployment Info, if you have ve... https://gbozhinov.com/automatically-assigning-platform-ios-flutter

Flutter Basics: Flexible widgets

In flutter, widgets are often placed inside rows or columns to decide their layout on the screen. By default, the widgets inside the row or column is placed next to each other but that can be controlled by setting the mainAxisAlignment property to s... https://nivedita.tech/flutter-basics-flexible-widgets

This week in Flutter #21

Have you seen the universal_widget by Goon Nguyen? The amount of code you save to create interesting animations is promising, but I wonder if your code will become too difficult to understand when a new developer joins your team. In other news, Micro... https://mvolpato.hashnode.dev/this-week-in-flutter-21

Automatically assigning platform `iOS` with version `10.0` on target `Runner` because no platform was specified. Flutter Error

If you had this error when trying to build Flutter app on iPhone 12 Pro Max this is the solution that worked for me:

Go in the flutter_project/ios, open the Runner.xcodeproj, and change the iOS version to 10.0, in the Deployment Info, if you have ve... https://gbozhinov.com/automatically-assigning-platform-ios-flutter-error


Search