Develop a mobile application that works on multiple platforms using Flutter and AWS Amplify. The app is to help users plan trips by allowing them to create and customize their itinerary, including trip name, destination, and dates.
We're introducing an awesome new feature to the Trip Planner App that allows users to view and edit their profiles. We're implementing an Amplify function to automatically create profiles upon sign-up. This function will communicate with a GraphQL API that utilizes AWS AppSync (a managed GraphQL service) and Amazon DynamoDB (a NoSQL database)
The code on github: https://github.com/offlineprogrammer/...
Part 01: • Part 01: Building a Trip Planner App using...
Part 02: • Part 02: Building a Trip Planner App using...
Part 03: • Part 03: Building a Trip Planner App using...
Build a Trip Planner App • Build a Trip Planner App
Build A Trip Planner App | Flutter: • Build a Trip Planner App
Build A Simple Quiz App | Flutter: • Build A Simple Quiz App | Flutter
Follow Me :-)
Twitter | / _mo_malaka_
Medium | / mmalaka
OTHER VIDEOS YOU MIGHT LIKE:
○ How to use FutureBuilder to fetch a REST API in Flutter. - • Flutter 101: How to use FutureBuilder to f...
○ How to use the AnimatedPadding Widget in Flutter. - • Flutter 101: How to use the AnimatedPaddin...
○ How to use the AnimatedSize Widget in Flutter. - • Flutter 101: How to use the AnimatedSize W...
○ How to use the AnimatedOpacity in Flutter. - • Flutter 101: How to use the AnimatedOpacit...
○ How to use the AnimatedContainer in Flutter. - • Flutter 101: How to use the AnimatedContai...
○ How to use the AnimatedIcon in Flutter. - • Flutter 101: How to use the AnimatedIcon i...
○ How to use the DecoratedBoxTransition in Flutter. - • Flutter 101: How to use the DecoratedBoxTr...
○ How to use the AnimatedDefaultTextStyle in Flutter. - • Flutter 101: How to use the AnimatedDefaul...
○ Playlist: How to in Flutter. - • Flutter 101 : How to in Flutter
00:00 Introduction
00:48 The Activity data model
02:00 The Activity folders
04:22 The UI for the Activity feature
09:46 Testing the App
#flutter #tutorial