Flutter Apprentice (Fourth Edition): Learn to Build Cross-Platform Apps » MIRLIB.RU - ТВОЯ БИБЛИОТЕКА
"Bon Appetit": Страви на вогнищі "Bon Appetit": Страви на вогнищі Chinese Debt Capital Markets: An Emerging Global Market with Chinese Characteristics Chinese Debt Capital Markets: An Emerging Global Market with Chinese Characteristics SME Underground Mining Handbook SME Underground Mining Handbook A Concise History of Korea: From Antiquity to the Present, 4th Edition A Concise History of Korea: From Antiquity to the Present, 4th Edition History and Memory in the Carolingian World History and Memory in the Carolingian World Marbleworkers in the Athenian Agora (Agora Picture Book) Marbleworkers in the Athenian Agora (Agora Picture Book) Native Plant Gardening for Birds, Bees & Butterflies: Rocky Mountains Native Plant Gardening for Birds, Bees & Butterflies: Rocky Mountains Live Natural: A Relaxed Approach to Creating Healthy Homes Live Natural: A Relaxed Approach to Creating Healthy Homes «Смачне життя»: Українська кухня вiд Заходу до Сходу «Смачне життя»: Українська кухня вiд Заходу до Сходу Algorithms and Data Structures with Python: An interactive learning experience: Comprehensive introduction to data structures Algorithms and Data Structures with Python: An interactive learning experience: Comprehensive introduction to data structures Data Analysis Foundations with Python: Master Python and Data Analysis using NumPy, Pandas, Matplotlib Data Analysis Foundations with Python: Master Python and Data Analysis using NumPy, Pandas, Matplotlib Феминизация истории в культуре XIX века. Русское искусство и польский вектор Феминизация истории в культуре XIX века. Русское искусство и польский вектор Жизнь и труды Клаузевица Жизнь и труды Клаузевица Путешествие в мир химии (2-е издание) Путешествие в мир химии (2-е издание) Искусственный интеллект для .NET: речь, язык и поиск. Конструирование умных приложений с использованием Microsoft Cognitive Services APIs Искусственный интеллект для .NET: речь, язык и поиск. Конструирование умных приложений с использованием Microsoft Cognitive Services APIs Задачи с решениями по высшей математике, теории вероятностей, математической статистике, математическому программированию (2020) Задачи с решениями по высшей математике, теории вероятностей, математической статистике, математическому программированию (2020)
"Bon Appetit": Страви на вогнищі "Bon Appetit": Страви на вогнищі Chinese Debt Capital Markets: An Emerging Global Market with Chinese Characteristics Chinese Debt Capital Markets: An Emerging Global Market with Chinese Characteristics SME Underground Mining Handbook SME Underground Mining Handbook A Concise History of Korea: From Antiquity to the Present, 4th Edition A Concise History of Korea: From Antiquity to the Present, 4th Edition History and Memory in the Carolingian World History and Memory in the Carolingian World Marbleworkers in the Athenian Agora (Agora Picture Book) Marbleworkers in the Athenian Agora (Agora Picture Book) Native Plant Gardening for Birds, Bees & Butterflies: Rocky Mountains Native Plant Gardening for Birds, Bees & Butterflies: Rocky Mountains Live Natural: A Relaxed Approach to Creating Healthy Homes Live Natural: A Relaxed Approach to Creating Healthy Homes «Смачне життя»: Українська кухня вiд Заходу до Сходу «Смачне життя»: Українська кухня вiд Заходу до Сходу Algorithms and Data Structures with Python: An interactive learning experience: Comprehensive introduction to data structures Algorithms and Data Structures with Python: An interactive learning experience: Comprehensive introduction to data structures Data Analysis Foundations with Python: Master Python and Data Analysis using NumPy, Pandas, Matplotlib Data Analysis Foundations with Python: Master Python and Data Analysis using NumPy, Pandas, Matplotlib Феминизация истории в культуре XIX века. Русское искусство и польский вектор Феминизация истории в культуре XIX века. Русское искусство и польский вектор Жизнь и труды Клаузевица Жизнь и труды Клаузевица Путешествие в мир химии (2-е издание) Путешествие в мир химии (2-е издание) Искусственный интеллект для .NET: речь, язык и поиск. Конструирование умных приложений с использованием Microsoft Cognitive Services APIs Искусственный интеллект для .NET: речь, язык и поиск. Конструирование умных приложений с использованием Microsoft Cognitive Services APIs Задачи с решениями по высшей математике, теории вероятностей, математической статистике, математическому программированию (2020) Задачи с решениями по высшей математике, теории вероятностей, математической статистике, математическому программированию (2020)
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Flutter Apprentice (Fourth Edition): Learn to Build Cross-Platform Apps
/
Название: Flutter Apprentice (Fourth Edition): Learn to Build Cross-Platform Apps
Автор: Kevin David Moore, Vincent Ngo, Stef Patterson, Alejandro Ulate Fallas
Издательство: Kodeco Inc.
Год: 2024
Страниц: 653
Язык: английский
Формат: pdf (true)
Размер: 35.5 MB

Build your Apps With Flutter!

Flutter is an exciting development toolkit that lets you build apps for iOS, Android and even web and desktop, all from a single codebase.

It uses a declarative approach to UI development. You can "hot reload" code while developing, and apps will perform at native speed thanks to its custom rendering engine.

With Flutter and Flutter Apprentice, you can achieve the dream of building fast applications, faster.

Flutter is an incredible user interface (UI) toolkit that lets you build apps for iOS and Android — and even the web and desktop platforms like macOS, Windows and Linux — all from a single codebase. Flutter has all the benefits of other cross-platform tools, especially because you’re targeting multiple platforms from one codebase. Furthermore, it improves upon most cross-platform tools thanks to a super-fast rendering engine that makes your Flutter apps perform as native apps. In addition, Flutter features are generally independent of native features, since you use Flutter’s own type of UI elements, called widgets, to create your UI. And Flutter has the ability to work with native code, so you can integrate your Flutter app with native features when you need to. If you’re coming from a platform like iOS or Android, you’ll find the Flutter development experience refreshing! Thanks to a feature called “hot reload”, you rarely need to rebuild your apps as you develop them. A running app in a simulator or emulator will refresh with code changes automatically as you save your source files! In this book, you’ll see how to build full-featured Flutter apps, gain experience with a wide range of Flutter widgets and learn how to deploy your apps to mobile app stores.

Who This Book Is For:
This book is for developers who are new to Flutter, and also developers that already have some experience with building apps for the iOS and Android platforms, or web apps.

Topics Covered in Flutter Apprentice
Widgets: Use Flutter widgets to build modern mobile user interfaces.
Navigation: Navigate between multiple screens within a Flutter app, including using deep links.
Networking and Persistence: Fetch data from the network, parse the JSON response and cache data locally in a SQLite database.
State Management: Explore the all-important idea of state management in Flutter and learn about various state management techniques and tools.
Streams: Learn about Dart streams and how to use them in Flutter apps.
Testing: Learn to test your code to improve its quality and prevent regressions.
Deployment: Learn to prepare and deploy your app to mobile app stores.
Firebase: Learn how to leverage Firebase Cloud Firestore to store data remotely.
One thing you can count on: After reading this book, you’ll be prepared to create and deploy full-featured mobile apps to both the iOS App Store and the Google Play Store, without having to write two separate apps.

Скачать Flutter Apprentice (Fourth Edition): Learn to Build Cross-Platform Apps







[related-news]
[/related-news]
Комментарии 0
Комментариев пока нет. Стань первым!