Friday, May 29, 2020

New to Flutter? Good resources to begin with.

Coming from Android background

https://flutter.dev/docs/get-started/flutter-for/android-devs
https://codelabs.developers.google.com/codelabs/from-java-to-dart/#0

Coming from iOS background

https://flutter.dev/docs/get-started/flutter-for/ios-devs

Find out which widget to choose:

https://flutter.dev/docs/development/ui/widgets/material

https://flutter.dev/docs/development/ui/layout

https://flutter.dev/docs/development/ui/widgets


How to use Assets?

https://flutter.dev/docs/development/ui/assets-and-images

Create flavours?

https://flutter.dev/docs/deployment/flavors

Building widget based on api Response

https://medium.com/nonstopio/flutter-future-builder-with-list-view-builder-d7212314e8c9

Building widget events of stream

https://codingwithjoe.com/flutter-building-a-widget-with-streambuilder/

No comments:

Post a Comment

Android aar deployment in Maven - 2022

Introduction If you are working on android library project, you might be wondering how to publish it on Maven like this . Earl...