Flutter Packages Widgets Architecture
19.8K views | +0 today
Follow
Your new post is loading...
Your new post is loading...
Scooped by Jan Hesse
March 18, 2018 12:10 PM
Scoop.it!

Flutter : From Zero To Comfortable

Flutter : From Zero To Comfortable | Flutter Packages Widgets Architecture | Scoop.it

Everything within a Flutter application is a Widget in Flutter, from a simple “Text” to “Buttons” to “Screen Layouts”.

These widgets arrange in a hierarchical order to be displayed onto the screen. The widgets which can hold widgets inside it are called Container Widget. Most of the layout widgets are container widgets except for the widgets which does a minimal job like “Text Widget”

No comment yet.
Scooped by Jan Hesse
March 18, 2018 12:02 PM
Scoop.it!

Google Flutter with AWS Lambda to build a serverless mobile app for movie listings

Google Flutter with AWS Lambda to build a serverless mobile app for movie listings | Flutter Packages Widgets Architecture | Scoop.it

The Flutter application will call the API Gateway, and then invoke an AWS Lambda function. The function will use the TMDB API to retrieve a list of movies airing this week in theaters — all in real-time. The application will consume the JSON response and then display results in a ListView.

No comment yet.
Scooped by Jan Hesse
March 18, 2018 6:52 AM
Scoop.it!

Flutter: How I built a simple app in under an hour from scratch. And how you can do it too.

Flutter: How I built a simple app in under an hour from scratch. And how you can do it too. | Flutter Packages Widgets Architecture | Scoop.it

As you can see in the gif, it’s quite a basic App but there are still a few very interesting parts about it.

  • It uses the Google Books Api to fetch the books from their database
  • It shows a loading indicator while doing so
  • Book titles and images are both loaded

In traditional Android Apps this would take a few classes and a couple hundert lines of code.

In flutter, this app has 1 class and 129 lines of code including a few imports and the layout.

Sounds awesome right? Let’s get into it.

No comment yet.
Scooped by Jan Hesse
March 17, 2018 2:53 PM
Scoop.it!

Keep it Simple, State: Architecture for Flutter Apps (DartConf 2018)

Let's go on a journey! In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple screens. Along the way, we'll explore common patterns for managing application state and discover the building blocks provided by Dart and Flutter for this purpose. Then, we will learn how to put these blocks together to form a reactive application that’s easy to test and reason about. As a reward for our journey, we will be granted the powers of time travel, allowing us to move back and forth throughout the States of our application! This talk is perfect for folks who have used Flutter a bit and are interested figuring out the best ways to structure their applications.

No comment yet.
Scooped by Jan Hesse
March 17, 2018 2:44 PM
Scoop.it!

Google's Dart 2 Reboot Targets Client-Side Mobile, Web Development

Google's Dart 2 Reboot Targets Client-Side Mobile, Web Development | Flutter Packages Widgets Architecture | Scoop.it
Google has revamped its Dart programming language, adding strong typing and other optimizations for client-side development of mobile and Web apps.
No comment yet.
Scooped by Jan Hesse
March 18, 2018 12:04 PM
Scoop.it!

How to build a Cryptocurrency price list app using Flutter SDK

How to build a Cryptocurrency price list app using Flutter SDK | Flutter Packages Widgets Architecture | Scoop.it

In this tutorial, I will show you how to use Flutter to build an app that shows the current price of different cryptocurrencies. I will walk you through the fundamentals of Flutter and Dart.

No comment yet.
Scooped by Jan Hesse
March 18, 2018 6:54 AM
Scoop.it!

Getting Started with Flutter

Getting Started with Flutter | Flutter Packages Widgets Architecture | Scoop.it
Dive into the Flutter framework for building iOS and Android apps in a single codebase, by writing a cross-platform app using VS Code.
No comment yet.
Scooped by Jan Hesse
March 18, 2018 6:44 AM
Scoop.it!

Flutter: Login App using REST API and SQFLite

Flutter: Login App using REST API and SQFLite | Flutter Packages Widgets Architecture | Scoop.it
Flutter has hit the mobile app development world like a storm. Being an Android app and web application developer, I wanted to try this new framework to see why there’s so much buzz about it…

 

Tutorial Video:

https://www.youtube.com/watch?v=Yzfxqd9-6QY

No comment yet.
Scooped by Jan Hesse
March 17, 2018 2:48 PM
Scoop.it!

awesome-flutter: A curated list of awesome Flutter components, frameworks, libraries, and softwares

awesome-flutter: A curated list of awesome Flutter components, frameworks, libraries, and softwares | Flutter Packages Widgets Architecture | Scoop.it

An awesome style list that curates the best Flutter libraries, tools, tutorials, articles and more.

No comment yet.