![K13 заметки. Локализация во Flutter](https://www.cdn5.niftycent.com/d/1/G/r/5/l/6/k13-zametki-lokalizaciya-vo-flutter.webp)
Раздел в официальной документации , описывающий локализацию (интернализацию)
Проблематика:
Пользователи говорят на разных языках. У пользователя есть какой-то дефолтный язык. А еще пользователь может хотеть переключать языки в процессе работы с п... https://sveta.hashnode.dev/k13-zametki-lokalizaciya-vo-flutter-cktvp5mvz04u33gs1gzl116vy
![What exactly is a broker?](https://www.cdn5.niftycent.com/d/1/B/w/b/G/b/what-exactly-is-a-broker.webp)
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](https://www.cdn5.niftycent.com/d/D/P/E/4/J/b/get-started-in-flutter-a-flutter-guide.webp)
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](https://www.cdn5.niftycent.com/d/D/P/E/4/N/Y/stepper-widget-in-flutter.webp)
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.](https://www.cdn5.niftycent.com/d/k/Q/P/M/Y/g/flutter-and-admob-a-blog-around-monetizing-your-flutter-app-with-admob.webp)
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?](https://www.cdn5.niftycent.com/d/D/m/r/m/5/b/why-you-shouldn-t-use-flutter-web-for-your-websites-right-now.webp)
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](https://www.cdn5.niftycent.com/d/1/R/x/w/Z/P/automatically-assigning-platform-ios-with-version-10-0-on-target-runner-because-no-platform-was-specified-flutter.webp)
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](https://www.cdn5.niftycent.com/d/1/N/M/j/V/j/flutter-basics-flexible-widgets.webp)
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](https://www.cdn5.niftycent.com/d/e/5/0/L/J/v/this-week-in-flutter-21.webp)
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](https://www.cdn5.niftycent.com/d/e/a/M/y/o/9/automatically-assigning-platform-ios-with-version-10-0-on-target-runner-because-no-platform-was-specified-flutter-error.webp)
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