Book Image

Real-World Projects with Flutter [Video]

By : Nigel Henshaw
2 (1)
Book Image

Real-World Projects with Flutter [Video]

2 (1)
By: Nigel Henshaw

Overview of this book

<p>Flutter is quickly becoming a well-known framework for developing cross-platform apps for both Android and iOS devices. Apps made with Flutter are very fast because of their high rendering power. This course is for developers who have been studying Flutter but have hit some roadblocks in the next steps of their development. The course is designed to bridge any questions or issues that you may have while creating complete Android and iOS applications.</p> <p>This course models real-world problems and then teaches the steps and techniques for creating solutions in the form of complete Android and iOS applications. With Flutter, you’ll develop multiple apps for both stores with just one code base. You’ll be able to build app layouts, perform widget animation, pull and push data to servers, and compile codes and release to both stores.</p> <p>By the end of this course, you’ll have the skills and confidence to start creating Android and iOS apps straight away with Flutter.</p> <p>The code bundle for this video course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Real-World-Projects-with-Flutter" target="_blank">https://github.com/PacktPublishing/Real-World-Projects-with-Flutter</a></p> <h1>Style and Approach</h1> <p>This course will model true to life situations with practical real-world solutions. At the start of each project, a problem or issue will be presented. Then it’s straight into development where you’ll be shown best practices, techniques, tools, and libraries to create Flutter applications rapidly.</p>
Table of Contents (6 chapters)
Chapter 4
Make a Payments App
Content Locked
Section 1
Create Mockup UI for App Look and Feel
It is important before implementing the main code that a visual representation of the code is provided which will include all the visual widgets. A mockup will be created with a TabBar with two views. One for creating the QR code and one for the camera capture. - Create all the widgets required for the UI - Populate the widgets with either hard coded values or local images - Run the app to confirm acceptance of the UI