Flutter cookbook :: over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart /
Discover how to build, scale, and debug native iOS and Android applications from a single codebase using the Dart programming language - a hands-on approach Key Features Work through practical recipes for building mobile applications with Flutter Quickly build and iterate on your user interface (UI)...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing Ltd.,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Discover how to build, scale, and debug native iOS and Android applications from a single codebase using the Dart programming language - a hands-on approach Key Features Work through practical recipes for building mobile applications with Flutter Quickly build and iterate on your user interface (UI) with hot reload Fix bugs and prevent them from reappearing using Flutter's developer tools and test suites Book Description"Anyone interested in developing Flutter applications for Android or iOS should have a copy of this book on their desk." - Amazon 5* Review Lauded as the 'Flutter bible' for new and experienced mobile app developers, this recipe-based guide will teach you the best practices for robust app development, as well as how to solve cross-platform development issues. From setting up and customizing your development environment to error handling and debugging, The Flutter Cookbook covers the how-tos as well as the principles behind them. As you progress, the recipes in this book will get you up to speed with the main tasks involved in app development, such as user interface and user experience (UI/UX) design, API design, and creating animations. Later chapters will focus on routing, retrieving data from web services, and persisting data locally. A dedicated section also covers Firebase and its machine learning capabilities. The last chapter is specifically designed to help you create apps for the web and desktop (Windows, Mac, and Linux). Throughout the book, you'll also find recipes that cover the most important features needed to build a cross-platform application, along with insights into running a single codebase on different platforms. By the end of this Flutter book, you'll be writing and delivering fully functional apps with confidence. What you will learn Use Dart programming to customize your Flutter applications Discover how to develop and think like a Dart programmer Leverage Firebase Machine Learning capabilities to create intelligent apps Create reusable architecture that can be applied to any type of app Use web services and persist data locally Debug and solve problems before users can see them Use asynchronous programming with Future and Stream Manage the app state with Streams and the BLoC pattern Who this book is for If you're familiar with the basic concepts of programming and have your eyes set on developing mobile apps using Dart, then this book is for you. As a beginner, you'll benefit from the clear and concise step-by-step recipes, while a more experienced programmer will learn best practices and find useful tips. You'll get the most out of this book if you have experience coding in either JavaScript, Swift, Kotlin, Java, Objective-C, or C#. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (5, xv, 618 pages) |
ISBN: | 9781838827373 1838827374 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1257479527 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 210624s2021 enk o 001 0 eng d | ||
040 | |a YDX |b eng |c YDX |d UKMGB |d OCLCO |d N$T |d UKAHL |d OCLCO |d OCLCQ |e rda |d CPV |d IEEEE |d OCLCL |d OCLCQ | ||
015 | |a GBC120545 |2 bnb | ||
016 | 7 | |a 020104622 |2 Uk | |
020 | |a 9781838827373 |q (electronic bk.) | ||
020 | |a 1838827374 |q (electronic bk.) | ||
020 | |z 9781838823382 | ||
020 | |z 1838823387 | ||
035 | |a (OCoLC)1257479527 | ||
037 | |a 9781838827373 |b Packt Publishing | ||
037 | |a 10163215 |b IEEE | ||
050 | 4 | |a QA76.76.A65 | |
082 | 7 | |a 005.35 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Alessandria, Simone, |e author. | |
245 | 1 | 0 | |a Flutter cookbook : |b over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / |c Simone Alessandria, Brian Kayfitz. |
264 | 1 | |a Birmingham : |b Packt Publishing Ltd., |c 2021. | |
300 | |a 1 online resource (5, xv, 618 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
500 | |a Includes index. | ||
520 | |a Discover how to build, scale, and debug native iOS and Android applications from a single codebase using the Dart programming language - a hands-on approach Key Features Work through practical recipes for building mobile applications with Flutter Quickly build and iterate on your user interface (UI) with hot reload Fix bugs and prevent them from reappearing using Flutter's developer tools and test suites Book Description"Anyone interested in developing Flutter applications for Android or iOS should have a copy of this book on their desk." - Amazon 5* Review Lauded as the 'Flutter bible' for new and experienced mobile app developers, this recipe-based guide will teach you the best practices for robust app development, as well as how to solve cross-platform development issues. From setting up and customizing your development environment to error handling and debugging, The Flutter Cookbook covers the how-tos as well as the principles behind them. As you progress, the recipes in this book will get you up to speed with the main tasks involved in app development, such as user interface and user experience (UI/UX) design, API design, and creating animations. Later chapters will focus on routing, retrieving data from web services, and persisting data locally. A dedicated section also covers Firebase and its machine learning capabilities. The last chapter is specifically designed to help you create apps for the web and desktop (Windows, Mac, and Linux). Throughout the book, you'll also find recipes that cover the most important features needed to build a cross-platform application, along with insights into running a single codebase on different platforms. By the end of this Flutter book, you'll be writing and delivering fully functional apps with confidence. What you will learn Use Dart programming to customize your Flutter applications Discover how to develop and think like a Dart programmer Leverage Firebase Machine Learning capabilities to create intelligent apps Create reusable architecture that can be applied to any type of app Use web services and persist data locally Debug and solve problems before users can see them Use asynchronous programming with Future and Stream Manage the app state with Streams and the BLoC pattern Who this book is for If you're familiar with the basic concepts of programming and have your eyes set on developing mobile apps using Dart, then this book is for you. As a beginner, you'll benefit from the clear and concise step-by-step recipes, while a more experienced programmer will learn best practices and find useful tips. You'll get the most out of this book if you have experience coding in either JavaScript, Swift, Kotlin, Java, Objective-C, or C#. | ||
505 | 0 | |a Table of Contents Getting Started with Flutter Dart: A Language You Already Know Introduction to Widgets Mastering Layout and Taming the Widget Tree Add Interactivity and Navigation to Your App Basic State Management The Future is Now: Introduction to Asynchronous Programming Data Persistence and Communicating with the Internet Advanced State Management with Streams Using Flutter Packages Adding Animations to Your App Using Firebase Machine Learning with Firebase ML Kit Distributing Your Mobile App Flutter Web and Desktop. | |
650 | 0 | |a Mobile apps |x Development. | |
650 | 0 | |a Mobile apps |x Programming. | |
650 | 6 | |a Applications mobiles |x Développement. | |
650 | 6 | |a Applications mobiles |x Programmation. | |
700 | 1 | |a Kayfitz, Brian, |e author. | |
776 | 0 | 8 | |i Print version: |z 1838823387 |z 9781838823382 |w (OCoLC)1226480758 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2953960 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH38290976 | ||
938 | |a YBP Library Services |b YANK |n 302280336 | ||
938 | |a EBSCOhost |b EBSC |n 2953960 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1257479527 |
---|---|
_version_ | 1816882546117443584 |
adam_text | |
any_adam_object | |
author | Alessandria, Simone Kayfitz, Brian |
author_facet | Alessandria, Simone Kayfitz, Brian |
author_role | aut aut |
author_sort | Alessandria, Simone |
author_variant | s a sa b k bk |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 |
callnumber-search | QA76.76.A65 |
callnumber-sort | QA 276.76 A65 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Table of Contents Getting Started with Flutter Dart: A Language You Already Know Introduction to Widgets Mastering Layout and Taming the Widget Tree Add Interactivity and Navigation to Your App Basic State Management The Future is Now: Introduction to Asynchronous Programming Data Persistence and Communicating with the Internet Advanced State Management with Streams Using Flutter Packages Adding Animations to Your App Using Firebase Machine Learning with Firebase ML Kit Distributing Your Mobile App Flutter Web and Desktop. |
ctrlnum | (OCoLC)1257479527 |
dewey-full | 005.35 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.35 |
dewey-search | 005.35 |
dewey-sort | 15.35 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05066cam a2200505 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1257479527</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">210624s2021 enk o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">YDX</subfield><subfield code="b">eng</subfield><subfield code="c">YDX</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="e">rda</subfield><subfield code="d">CPV</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC120545</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020104622</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781838827373</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1838827374</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781838823382</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1838823387</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1257479527</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781838827373</subfield><subfield code="b">Packt Publishing</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10163215</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.35</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Alessandria, Simone,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Flutter cookbook :</subfield><subfield code="b">over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart /</subfield><subfield code="c">Simone Alessandria, Brian Kayfitz.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing Ltd.,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (5, xv, 618 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Discover how to build, scale, and debug native iOS and Android applications from a single codebase using the Dart programming language - a hands-on approach Key Features Work through practical recipes for building mobile applications with Flutter Quickly build and iterate on your user interface (UI) with hot reload Fix bugs and prevent them from reappearing using Flutter's developer tools and test suites Book Description"Anyone interested in developing Flutter applications for Android or iOS should have a copy of this book on their desk." - Amazon 5* Review Lauded as the 'Flutter bible' for new and experienced mobile app developers, this recipe-based guide will teach you the best practices for robust app development, as well as how to solve cross-platform development issues. From setting up and customizing your development environment to error handling and debugging, The Flutter Cookbook covers the how-tos as well as the principles behind them. As you progress, the recipes in this book will get you up to speed with the main tasks involved in app development, such as user interface and user experience (UI/UX) design, API design, and creating animations. Later chapters will focus on routing, retrieving data from web services, and persisting data locally. A dedicated section also covers Firebase and its machine learning capabilities. The last chapter is specifically designed to help you create apps for the web and desktop (Windows, Mac, and Linux). Throughout the book, you'll also find recipes that cover the most important features needed to build a cross-platform application, along with insights into running a single codebase on different platforms. By the end of this Flutter book, you'll be writing and delivering fully functional apps with confidence. What you will learn Use Dart programming to customize your Flutter applications Discover how to develop and think like a Dart programmer Leverage Firebase Machine Learning capabilities to create intelligent apps Create reusable architecture that can be applied to any type of app Use web services and persist data locally Debug and solve problems before users can see them Use asynchronous programming with Future and Stream Manage the app state with Streams and the BLoC pattern Who this book is for If you're familiar with the basic concepts of programming and have your eyes set on developing mobile apps using Dart, then this book is for you. As a beginner, you'll benefit from the clear and concise step-by-step recipes, while a more experienced programmer will learn best practices and find useful tips. You'll get the most out of this book if you have experience coding in either JavaScript, Swift, Kotlin, Java, Objective-C, or C#.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents Getting Started with Flutter Dart: A Language You Already Know Introduction to Widgets Mastering Layout and Taming the Widget Tree Add Interactivity and Navigation to Your App Basic State Management The Future is Now: Introduction to Asynchronous Programming Data Persistence and Communicating with the Internet Advanced State Management with Streams Using Flutter Packages Adding Animations to Your App Using Firebase Machine Learning with Firebase ML Kit Distributing Your Mobile App Flutter Web and Desktop.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Mobile apps</subfield><subfield code="x">Development.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Mobile apps</subfield><subfield code="x">Programming.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications mobiles</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications mobiles</subfield><subfield code="x">Programmation.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Kayfitz, Brian,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">1838823387</subfield><subfield code="z">9781838823382</subfield><subfield code="w">(OCoLC)1226480758</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2953960</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH38290976</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">302280336</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2953960</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1257479527 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:20Z |
institution | BVB |
isbn | 9781838827373 1838827374 |
language | English |
oclc_num | 1257479527 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (5, xv, 618 pages) |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing Ltd., |
record_format | marc |
spelling | Alessandria, Simone, author. Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / Simone Alessandria, Brian Kayfitz. Birmingham : Packt Publishing Ltd., 2021. 1 online resource (5, xv, 618 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Includes index. Discover how to build, scale, and debug native iOS and Android applications from a single codebase using the Dart programming language - a hands-on approach Key Features Work through practical recipes for building mobile applications with Flutter Quickly build and iterate on your user interface (UI) with hot reload Fix bugs and prevent them from reappearing using Flutter's developer tools and test suites Book Description"Anyone interested in developing Flutter applications for Android or iOS should have a copy of this book on their desk." - Amazon 5* Review Lauded as the 'Flutter bible' for new and experienced mobile app developers, this recipe-based guide will teach you the best practices for robust app development, as well as how to solve cross-platform development issues. From setting up and customizing your development environment to error handling and debugging, The Flutter Cookbook covers the how-tos as well as the principles behind them. As you progress, the recipes in this book will get you up to speed with the main tasks involved in app development, such as user interface and user experience (UI/UX) design, API design, and creating animations. Later chapters will focus on routing, retrieving data from web services, and persisting data locally. A dedicated section also covers Firebase and its machine learning capabilities. The last chapter is specifically designed to help you create apps for the web and desktop (Windows, Mac, and Linux). Throughout the book, you'll also find recipes that cover the most important features needed to build a cross-platform application, along with insights into running a single codebase on different platforms. By the end of this Flutter book, you'll be writing and delivering fully functional apps with confidence. What you will learn Use Dart programming to customize your Flutter applications Discover how to develop and think like a Dart programmer Leverage Firebase Machine Learning capabilities to create intelligent apps Create reusable architecture that can be applied to any type of app Use web services and persist data locally Debug and solve problems before users can see them Use asynchronous programming with Future and Stream Manage the app state with Streams and the BLoC pattern Who this book is for If you're familiar with the basic concepts of programming and have your eyes set on developing mobile apps using Dart, then this book is for you. As a beginner, you'll benefit from the clear and concise step-by-step recipes, while a more experienced programmer will learn best practices and find useful tips. You'll get the most out of this book if you have experience coding in either JavaScript, Swift, Kotlin, Java, Objective-C, or C#. Table of Contents Getting Started with Flutter Dart: A Language You Already Know Introduction to Widgets Mastering Layout and Taming the Widget Tree Add Interactivity and Navigation to Your App Basic State Management The Future is Now: Introduction to Asynchronous Programming Data Persistence and Communicating with the Internet Advanced State Management with Streams Using Flutter Packages Adding Animations to Your App Using Firebase Machine Learning with Firebase ML Kit Distributing Your Mobile App Flutter Web and Desktop. Mobile apps Development. Mobile apps Programming. Applications mobiles Développement. Applications mobiles Programmation. Kayfitz, Brian, author. Print version: 1838823387 9781838823382 (OCoLC)1226480758 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2953960 Volltext |
spellingShingle | Alessandria, Simone Kayfitz, Brian Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / Table of Contents Getting Started with Flutter Dart: A Language You Already Know Introduction to Widgets Mastering Layout and Taming the Widget Tree Add Interactivity and Navigation to Your App Basic State Management The Future is Now: Introduction to Asynchronous Programming Data Persistence and Communicating with the Internet Advanced State Management with Streams Using Flutter Packages Adding Animations to Your App Using Firebase Machine Learning with Firebase ML Kit Distributing Your Mobile App Flutter Web and Desktop. Mobile apps Development. Mobile apps Programming. Applications mobiles Développement. Applications mobiles Programmation. |
title | Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / |
title_auth | Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / |
title_exact_search | Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / |
title_full | Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / Simone Alessandria, Brian Kayfitz. |
title_fullStr | Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / Simone Alessandria, Brian Kayfitz. |
title_full_unstemmed | Flutter cookbook : over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / Simone Alessandria, Brian Kayfitz. |
title_short | Flutter cookbook : |
title_sort | flutter cookbook over 100 proven techniques and solutions for app development with flutter 2 2 and dart |
title_sub | over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart / |
topic | Mobile apps Development. Mobile apps Programming. Applications mobiles Développement. Applications mobiles Programmation. |
topic_facet | Mobile apps Development. Mobile apps Programming. Applications mobiles Développement. Applications mobiles Programmation. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2953960 |
work_keys_str_mv | AT alessandriasimone fluttercookbookover100proventechniquesandsolutionsforappdevelopmentwithflutter22anddart AT kayfitzbrian fluttercookbookover100proventechniquesandsolutionsforappdevelopmentwithflutter22anddart |