10000 GitHub - PacktPublishing/Taking-Flutter-to-the-Web: Taking Flutter to the Web, published by Packt
[go: up one dir, main page]

Skip to content

PacktPublishing/Taking-Flutter-to-the-Web

Repository files navigation

Taking Flutter to the Web

Taking Flutter to the Web

This is the code repository for Taking Flutter to the Web, published by Packt.

Learn to build cross-platform UIs for web and mobile platforms using Flutter for Web

What is this book about?

Using a shared codebase in addition to an extensive range of tools in the Flutter ecosystem optimized for browsers, the Flutter framework has expanded to enable you to bring your mobile apps to the web. You’ll find out how web developers can leverage the Flutter framework for web apps with this hands-on guide.

This book covers the following exciting features:

  • Understand the concepts necessary for designing, building, and deploying a Flutter web app
  • Get the hang of Flutter internals to make the most of the framework
  • Build complete web applications with Flutter from architecture to deployment
  • Automate UI design for your web apps using Flutter
  • Explore Flutter’s integration with Appwrite for backend development

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:

Future<bool> anonymousLogin() async {
  if (isLoggedIn) {
    error = 'Already logged in';
    return false;
  }
}

Following is what you need for this book: The book is for intermediate web developers looking to adopt Flutter to build cross-platform user interfaces for web and mobile. If you are an existing Flutter or Dart developer, this book will help you target the web platform efficiently. A beginner-level understanding of the Flutter framework is assumed.

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

Software and Hardware List

Chapter Software required OS required
1-11 Flutter 3 Windows, Mac OS X, and Linux (Any)
1-11 Dart 2.17 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Errata

  • Page 55 (line 4): flutter run -d chrome –web-renderer html should be flutter run -d chrome --web-renderer html

Get to Know the Author

Damodar Lohan is a software engineer at Appwrite. He is also a Google Developer Expert for Flutter and Dart. He has been working in the industry as a full stack developer specializing in different technologies since 2012 for diverse clients. He also runs the Flutter Kathmandu (https://meetup.com/flutter-kathmandu) community and organizes Flutter meetups in Kathmandu to help Flutter enthusiasts come together and help each other out. He is also a speaker and mentor; he has spoken at events such as Flutter Vikings and Flutter Yatra and mentored at numerous hackathons and events in Nepal. He is also actively involved in open source building and sharing his own open source projects as well as contributing to other open source projects. You can find his open source projects at https://github.com/lohanidamodar. In 2015, he graduated with a BSc in computer science and information technology from Tribhuvan University, Kathmandu, Nepal. He has been using Flutter to build mobile and web applications for over 3 years.

About

Taking Flutter to the Web, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0