A basic login/register screen that can be used as a template for future Flutter
https://flutterawesome.com/a-basic-login-register-screen-that-can-be-used-as-a-template-for-future-flutter/
https://flutterawesome.com/a-basic-login-register-screen-that-can-be-used-as-a-template-for-future-flutter/
Flutter Awesome
A basic login/register screen that can be used as a template for future Flutter
A simple flutter/dart based login-screen that connects with Firebase Auth to enable users to sign-in/up with Email or through Facebook.
Google Developers Blog: Flutter news from GDD China: uniting Flutter on web and mobile, and introducing Flutter 1.9
https://developers.googleblog.com/2019/09/flutter-news-from-gdd-china-flutter1.9.html
https://developers.googleblog.com/2019/09/flutter-news-from-gdd-china-flutter1.9.html
Google Developers Blog
Flutter news from GDD China: uniting Flutter on web and mobile, and introducing Flutter 1.9
This week is a big one for Flutter! Today, at Google Developer Days, our flagship conference for Chinese developers, we used the keynote to announce our latest stable release: Flutter 1.9. This release is our biggest update yet with more than 1,500 PRs from…
Flutter Stream Basics for Beginners - Flutter Community - Medium
https://medium.com/flutter-community/flutter-stream-basics-for-beginners-eda23e44e32f
https://medium.com/flutter-community/flutter-stream-basics-for-beginners-eda23e44e32f
Medium
Flutter Stream Basics for Beginners
In this guide we will cover the basics of a Steam in Dart, how to use it, manage it and create one.
C interop using dart:ffi | Dart
https://dart.dev/guides/libraries/c-interop
https://dart.dev/guides/libraries/c-interop
dart.dev
Dart documentation
Learn to use the Dart language and libraries.
Custom Navigator (The Boring Flutter Development …: https://youtu.be/EcAwFpC9S8s
YouTube
Custom Navigator (The Boring Flutter Development Show, Ep. 29)
In this episode of the Boring Show, Filip is joined by guest John, from the Dart team, and they implement a custom Navigator together. This means the HackerNews app can have navigation events that only apply for a part of its UI.
Helpful Resources:
Source…
Helpful Resources:
Source…
A Flutter app based on the design of the To Do App
https://flutterawesome.com/a-flutter-app-based-on-the-design-of-the-to-do-app/
https://flutterawesome.com/a-flutter-app-based-on-the-design-of-the-to-do-app/
Flutter Awesome
A Flutter app based on the design of the To Do App
A Flutter based to do list app (yes, another to do list... but... this time based on a beautiful design)
Physics Based Animations in Flutter - Erdoğan Bavaş - Medium
https://medium.com/@erdoganbavas/physics-based-animations-in-flutter-1d20130919a1
https://medium.com/@erdoganbavas/physics-based-animations-in-flutter-1d20130919a1
Medium
Physics Based Animations in Flutter
In the previous post I’ve tried to explain tween animations. Now it is time to dig in physics based animations.
Flutter x Butter: Cross-Platform Mobile App Development, More Powerful Than Ever | ButterCMS
https://buttercms.com/blog/headless-approach-to-mobile-cms-flutter-with-butter
https://buttercms.com/blog/headless-approach-to-mobile-cms-flutter-with-butter
Buttercms
A headless approach to Mobile CMS: Flutter with Butter
Flutter and Butter together empower developers and marketing teams by making more flexible platforms accessible for them to build beautiful, highly productive apps that have the potential to offer multiple solutions and functions to its users. Now with Butter…
How is Flutter different for app development: https://youtu.be/l-YO9CmaSUM
YouTube
How is Flutter different for app development
In this video, hear Martin Aguinis from the Flutter team discuss what goes on under the hood when you create apps with Flutter and how it’s different from other approaches.
Learn everything about Flutter at → https://flutter.dev
Subscribe to Flutter! →…
Learn everything about Flutter at → https://flutter.dev
Subscribe to Flutter! →…
FractionallySizedBox (Flutter Widget of the Week): https://youtu.be/PEsY654EGZ0
YouTube
FractionallySizedBox (Flutter Widget of the Week)
Sometimes your design calls for dimensions that are relative. FractionallySizedBox allows you to size the child to a fraction of the total available space.
Learn more about FractionallySizedBox → https://goo.gle/2m8PYkO
Flexible → https://goo.gle/2kLDijv…
Learn more about FractionallySizedBox → https://goo.gle/2m8PYkO
Flexible → https://goo.gle/2kLDijv…
The nosey programmer’s guide to Kotlin and Dart - Snapp Mobile - Medium
https://medium.com/snapp-mobile/the-nosey-programmers-guide-to-kotlin-and-dart-cce36d8b35cc
https://medium.com/snapp-mobile/the-nosey-programmers-guide-to-kotlin-and-dart-cce36d8b35cc
Medium
The nosey programmer’s guide to Kotlin and Dart
This article is for the nosey programmer — those who are curious about the basics of Kotlin and Dart.
kt.dart/README.md at master · passsy/kt.dart · GitHub
https://github.com/passsy/kt.dart/blob/master/README.md
https://github.com/passsy/kt.dart/blob/master/README.md
GitHub
passsy/kt.dart
A port of kotlin-stdlib for Dart/Flutter including immutable collections (KtList, KtMap, KtSet) and other packages - passsy/kt.dart
Flutter: Getting a User's Location with the Geolocator Plugin
https://alligator.io/flutter/geolocator-plugin/
https://alligator.io/flutter/geolocator-plugin/
alligator.io
Flutter: Getting a User's Location with the Geolocator Plugin
A simple guide on how to use the Geolocator plugin in Flutter to get the current latitude and longitude coordinates, and even get a placemark address.