null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Flutter in Action

List Price: $49.99
SKU:
9781617296147
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Eric Windmill
    Format:
    Paperback
    Pages:
    368
    Publisher:
    Manning (December 10, 2019)
    Language:
    English
    ISBN-13:
    9781617296147
    ISBN-10:
    1617296147
    Weight:
    21.6oz
    Dimensions:
    7.38" x 9.25" x 0.5"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    19
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    In 2017, consumers downloaded 178 billion apps, and analysts predict growth to 258 billion by 2022. Mobile customers are demanding more—and better—apps, and it’s up to developers like you to write them! Flutter, a revolutionary new cross-platform software development kit created by Google, makes it easier than ever to write secure, high-performance native apps for iOS and Android. Flutter apps are blazingly fast because this open source solution compiles your Dart code to platform-specific programs with no JavaScript bridge! Flutter also supports hot reloading to update changes instantly. And thanks to its built-in widgets and rich motion APIs, Flutter’s apps are not just highly responsive, they’re stunning!

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology

    With Flutter, you can build mobile applications using a single, feature-rich SDK that includes everything from a rendering engine to a testing environment. Flutter compiles programs written in Google’s intuitive Dart language to platform-specific code so your iOS and Android games, utilities, and shopping platforms all run like native Java or Swift apps.

    About the book

    Flutter in Action teaches you to build professional-quality mobile applications using the Flutter SDK and the Dart programming language. You’ll begin with a quick tour of Dart essentials and then dive into engaging, well-described techniques for building beautiful user interfaces using Flutter’s huge collection of built-in widgets. The combination of diagrams, code examples, and annotations makes learning a snap. As you go, you’ll appreciate how the author makes easy reading of complex topics like routing, state management, and async programming.

    What's inside

        Understanding the Flutter approach to the UI
        All the Dart you need to get started
        Creating custom animations
        Testing and debugging

    About the reader

    You’ll need basic web or mobile app development skills.

    About the author

    Eric Windmill is a professional Dart developer and a contributor to open-source Flutter projects. His work is featured on the Flutter Showcase page.

    Table of Contents:

    PART 1 - MEET FLUTTER

    1 ¦ Meet Flutter

    2 ¦ A brief intro to Dart

    3 ¦ Breaking into Flutter

    PART 2 - FLUTTER USER INTERACTION, STYLES, AND ANIMATIONS

    4 ¦ Flutter UI: Important widgets, themes, and layout

    5 ¦ User interaction: Forms and gestures

    6 ¦ Pushing pixels: Flutter animations and using the canvas

    PART 3 - STATE MANAGEMENT AND ASYNCHRONOUS DART

    7 ¦ Flutter routing in depth

    8 ¦ Flutter state management

    9 ¦ Async Dart and Flutter and infinite scrolling

    PART 4 - BEYOND FOUNDATIONS

    10 ¦ Working with data: HTTP, Firestore, and JSON

    11 ¦ Testing Flutter apps