minskybelieve / Google-Flutter-Mobile-Development-Quick-Start-Guide

Google Flutter Mobile Development Quick Start Guide, Published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Flutter Mobile Development Quick Start Guide

Google Flutter Mobile Development Quick Start Guide

This is the code repository for Google Flutter Mobile Development Quick Start Guide, published by Packt.

Get up and running with iOS and Android mobile app development

What is this book about?

Flutter is a cross-platform mobile application development framework. It uses the Dart programming language, which was created by Google, and aims to make development easier, faster, and more efficient. This book is going to be your guide, from introducing Flutter to successfully developing a cross platform application.

This book covers the following exciting features:

  • Take a tour through the widget catalog
  • Route and navigate through the widgets
  • Use listview and scroll widgets
  • Gain knowledge on networking with Flutter and Dart
  • Build and publish plugins to pub.dart.com

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

void main() {
debugPaintSizeEnabled=true;
runApp(MyApp());
}

Following is what you need for this book: This book is for developers who are willing to learn flutter and develop cross-platform applications.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
2-7 Git,firebase, Node.js, Flutter Windows, Mac OS X, and Linux (Any)

Related products

Get to Know the Authors

Prajyot Mainkar is the director of Androcid, a mobile app development company based in India. The company builds UI/UX and mobile apps for clients. He has been recognized as an Intel Innovator. Prajyot has been an avid programmer and speaker at over 300 mobile developer conferences across the globe. including Android Developer Days in Turkey, Droidcon Greece, Droidcon India, and many more. He is the chairman of the IT & Young entrepreneurship forum at the Goa Chamber of Commerce and Industry. He has been awarded the title of Young Entrepreneur of the Year by Business Goa and the GEMS Trailblazer award for his contributions to the field of information technology. He is on board as an adviser to many incubation centers across India.

Salvatore Giordano is a 23 year-old software engineer from Italy. He currently works as a mobile and backend developer in Turin, where he attained a bachelor's degree in computer engineering. He is member of the Google Developer Group of Turin, where he often gives talks regarding his experiences. He is really passionate about cutting-edge technologies, always staying up to date with the latest trends. He has written many articles on Flutter and contributed to the development of a number of plugins and libraries for the framework.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Google Flutter Mobile Development Quick Start Guide, Published by Packt

License:MIT License


Languages

Language:Dart 64.8%Language:Objective-C 14.9%Language:Java 11.1%Language:Ruby 7.9%Language:Swift 0.7%Language:Kotlin 0.6%