New post on /r/flutterdev subreddit:
Dart is the biggest failure of flutter.
Flutter will die as other google's disappeared project if it can not embrace other language such as Typescript or Kotlin.
March 22, 2019 at 07:52AM by davidraccoon
https://ift.tt/2Jv6k2t
Dart is the biggest failure of flutter.
Flutter will die as other google's disappeared project if it can not embrace other language such as Typescript or Kotlin.
March 22, 2019 at 07:52AM by davidraccoon
https://ift.tt/2Jv6k2t
reddit
r/FlutterDev - Dart is the biggest failure of flutter.
0 votes and 6 comments so far on Reddit
New post on Flutter Dev Google group:
Javascript in webview
is there a way to inject javascript within the webpage in the webview like using DOM to edit other components before the page is loaded
March 22, 2019 at 08:47AM by katlego n
https://ift.tt/2CuGdD6
Javascript in webview
is there a way to inject javascript within the webpage in the webview like using DOM to edit other components before the page is loaded
March 22, 2019 at 08:47AM by katlego n
https://ift.tt/2CuGdD6
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Flutter: Implementing login authentication using QR code connected to the firebase.
I am planning to implement a mobile app that cater it's user to authenticate using QR code. As of today, I have no idea on how to implement this feature (challenging for me). Very much appreciated if someone answers my question. I am beginner on this tool. I hope you can give me sample code or
March 22, 2019 at 08:56AM by nichol...@letithelp.org
https://ift.tt/2FkWwCR
Flutter: Implementing login authentication using QR code connected to the firebase.
I am planning to implement a mobile app that cater it's user to authenticate using QR code. As of today, I have no idea on how to implement this feature (challenging for me). Very much appreciated if someone answers my question. I am beginner on this tool. I hope you can give me sample code or
March 22, 2019 at 08:56AM by nichol...@letithelp.org
https://ift.tt/2FkWwCR
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter - Isolates & Multithreading (German)
https://youtu.be/100qKt6r1oY
March 22, 2019 at 09:21AM by mknabe
https://ift.tt/2TqvOxE
Flutter - Isolates & Multithreading (German)
https://youtu.be/100qKt6r1oY
March 22, 2019 at 09:21AM by mknabe
https://ift.tt/2TqvOxE
YouTube
Flutter - Isolates & Multithreading
Manchmal haben wir in unseren Apps eine große Workload, die irgendwie verarbeitet werden muss. Da Dart eine synchone Sprache ist, gibt es die Möglichkeit von...
New post on /r/flutterdev subreddit:
Any difference between class that extends Stateless Widget and a function that returns a Widget?
The title sums up my doubt. I know stateless and stateful widgets are different and they have their very specific use cases. I have spent a few months in React Native too. There we have stateless and stateful components. In RN, we can define a component by extending Component class or creating a function (I know both of them are equivalent. It's just sugar coating over prototypes). The final decision between extending class or creating function boils down to if we will be needing lifecycle callbacks in our component. If yes then we extend class or else create a function that returns component.In flutter I don't think a function returning Widget is same as class extending StatelessWidget. Recently I faced an issue with lists where the Item stateless component was showing data from another item component when I scroll back to top (scrolling back from n to 1 now showing 'n' in all items till 1). Removing the Stateless widget and moving everything from its build to a separate function fixed my problem.So what exactly is the difference between extending the class and just returning a Widget.
March 22, 2019 at 08:28AM by thesahilpatel
https://ift.tt/2OlIllk
Any difference between class that extends Stateless Widget and a function that returns a Widget?
The title sums up my doubt. I know stateless and stateful widgets are different and they have their very specific use cases. I have spent a few months in React Native too. There we have stateless and stateful components. In RN, we can define a component by extending Component class or creating a function (I know both of them are equivalent. It's just sugar coating over prototypes). The final decision between extending class or creating function boils down to if we will be needing lifecycle callbacks in our component. If yes then we extend class or else create a function that returns component.In flutter I don't think a function returning Widget is same as class extending StatelessWidget. Recently I faced an issue with lists where the Item stateless component was showing data from another item component when I scroll back to top (scrolling back from n to 1 now showing 'n' in all items till 1). Removing the Stateless widget and moving everything from its build to a separate function fixed my problem.So what exactly is the difference between extending the class and just returning a Widget.
March 22, 2019 at 08:28AM by thesahilpatel
https://ift.tt/2OlIllk
reddit
r/FlutterDev - Any difference between class that extends Stateless Widget and a function that returns a Widget?
0 votes and 4 comments so far on Reddit
New tweet from flutterio:
Les écrans Android et iOS disposent un cycle de vie (ouvert/fermé/réouvert...) que vous pouvez suivre en Flutter https://t.co/Vu9bXpuB8S #flutterio #flutterdev— Flutter France (@flutterio) March 22, 2019
March 22, 2019 at 10:08AM
http://twitter.com/flutterio/status/1109018882189287424
Les écrans Android et iOS disposent un cycle de vie (ouvert/fermé/réouvert...) que vous pouvez suivre en Flutter https://t.co/Vu9bXpuB8S #flutterio #flutterdev— Flutter France (@flutterio) March 22, 2019
March 22, 2019 at 10:08AM
http://twitter.com/flutterio/status/1109018882189287424
Medium
Flutter App Lifecycle
Mobile Apps Development A-Z Guide.
New post on /r/flutterdev subreddit:
Flutter UI - Animated Carousel
http://tech.learn4startup.com/0a2d3a20df
March 22, 2019 at 10:42AM by PalVaradiNagy
https://ift.tt/2UMSWba
Flutter UI - Animated Carousel
http://tech.learn4startup.com/0a2d3a20df
March 22, 2019 at 10:42AM by PalVaradiNagy
https://ift.tt/2UMSWba
New post on /r/flutterdev subreddit:
Meditation app with flutter want to implement timer
Hi, I am creating a meditation app using Flutter and I am trying to implement a simple timer widget within one of the app states. Would really appreciate any feedback and/or help on how to achieve this. Thanks!Here is the Github repo:https://github.com/dscognitif/Sati_App
March 22, 2019 at 01:07PM by dscognitif
https://ift.tt/2HA7xnq
Meditation app with flutter want to implement timer
Hi, I am creating a meditation app using Flutter and I am trying to implement a simple timer widget within one of the app states. Would really appreciate any feedback and/or help on how to achieve this. Thanks!Here is the Github repo:https://github.com/dscognitif/Sati_App
March 22, 2019 at 01:07PM by dscognitif
https://ift.tt/2HA7xnq
GitHub
dscognitif/Sati_App
A mindfulness meditation app made with Flutter. . Contribute to dscognitif/Sati_App development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How to develop and distribute iOS apps without Mac with Flutter
https://ift.tt/2usdGt7
March 22, 2019 at 01:04PM by Gigatronbot
https://ift.tt/2Ojf5vk
How to develop and distribute iOS apps without Mac with Flutter
https://ift.tt/2usdGt7
March 22, 2019 at 01:04PM by Gigatronbot
https://ift.tt/2Ojf5vk
Codemagic blog
How to develop and distribute iOS apps without Mac with Flutter & Codemagic
It's now possible to develop and distribute iOS apps without using macOS.
New post on /r/flutterdev subreddit:
Fyne for Golang - some similarities to Flutter
Fyne draws its own widgets like flutter, plans are for desktop and mobile application developmentit uses the same Cassowary algorithm for layout as used in IOS and MacOSany experts care to compare with Flutters layout strategy?its got a long long way to go, to catch up with Flutter, will it ever have hot reload ?I for one welcome our new Fyne overlords.
March 22, 2019 at 12:31PM by paultz
https://ift.tt/2Cx8icZ
Fyne for Golang - some similarities to Flutter
Fyne draws its own widgets like flutter, plans are for desktop and mobile application developmentit uses the same Cassowary algorithm for layout as used in IOS and MacOSany experts care to compare with Flutters layout strategy?its got a long long way to go, to catch up with Flutter, will it ever have hot reload ?I for one welcome our new Fyne overlords.
March 22, 2019 at 12:31PM by paultz
https://ift.tt/2Cx8icZ
reddit
r/FlutterDev - Fyne for Golang - some similarities to Flutter
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Animation toss a coin with Flutter
https://ift.tt/2OlbrAY
March 22, 2019 at 02:26PM by Purple_Pizzazz
https://ift.tt/2HDUTDY
Animation toss a coin with Flutter
https://ift.tt/2OlbrAY
March 22, 2019 at 02:26PM by Purple_Pizzazz
https://ift.tt/2HDUTDY
Medium
Animation toss a coin with Flutter
Hi everyone, today I have a chance to review some movies and see characters tossing coins in a cool way. Just a simple act was enough to…
New post on /r/flutterdev subreddit:
Learning Flutter Forms with rxdart
https://www.youtube.com/watch?v=UwewEk-9nWk
March 22, 2019 at 02:22PM by Purple_Pizzazz
https://ift.tt/2CwPb2o
Learning Flutter Forms with rxdart
https://www.youtube.com/watch?v=UwewEk-9nWk
March 22, 2019 at 02:22PM by Purple_Pizzazz
https://ift.tt/2CwPb2o
YouTube
Learning Flutter Forms with rxdart
I go over what I learned today on forms in flutter using rxdart.Code: https://github.com/shiang/flutter-form-with-validation-BLOCLinks from video:https://flu...
New tweet from flutterio:
10 Principles of Animation in Material Design by https://t.co/1jDaBM97Xj https://t.co/qfyJ9BGkDO— Flutter France (@flutterio) March 22, 2019
March 22, 2019 at 03:24PM
http://twitter.com/flutterio/status/1109098465374683136
10 Principles of Animation in Material Design by https://t.co/1jDaBM97Xj https://t.co/qfyJ9BGkDO— Flutter France (@flutterio) March 22, 2019
March 22, 2019 at 03:24PM
http://twitter.com/flutterio/status/1109098465374683136
UX Planet
UX Planet is a one-stop resource for everything related to user experience.
New post on /r/flutterdev subreddit:
Lottie animations support coming to Flutter
https://ift.tt/2Tphgi3
March 22, 2019 at 04:52PM by sebaslogen
https://ift.tt/2Yeg0Se
Lottie animations support coming to Flutter
https://ift.tt/2Tphgi3
March 22, 2019 at 04:52PM by sebaslogen
https://ift.tt/2Yeg0Se
Medium
Happy Anniversary from the Lottie Team
It’s been just over two years since the first release of Lottie iOS and Lottie Android and we have many new releases and announcements to…
New tweet from flutterio:
If you've come here looking for the official Flutter account, please go to @FlutterDev for all the news and tips from the Flutter team!— Check out @FlutterDev for the latest from Flutter (@flutterio) March 22, 2019
March 22, 2019 at 06:56PM
http://twitter.com/flutterio/status/1109151815554064384
If you've come here looking for the official Flutter account, please go to @FlutterDev for all the news and tips from the Flutter team!— Check out @FlutterDev for the latest from Flutter (@flutterio) March 22, 2019
March 22, 2019 at 06:56PM
http://twitter.com/flutterio/status/1109151815554064384
Twitter
Flutter (@FlutterDev) | Twitter
The latest Tweets from Flutter (@FlutterDev). Google’s UI toolkit to build apps for mobile, web, & desktop from a single codebase // #GoogleIO is back May 18–20. Register now → https://t.co/Z5dNdEYIpJ
New post on Flutter Dev Google group:
make notification by listening to api change
I want to make the notification like facebook and twitter in my flutter app. I want my app to listen to the api after it change make the notification how can i do.
March 22, 2019 at 07:18PM by Bibek Thapa
https://ift.tt/2Jw5Glf
make notification by listening to api change
I want to make the notification like facebook and twitter in my flutter app. I want my app to listen to the api after it change make the notification how can i do.
March 22, 2019 at 07:18PM by Bibek Thapa
https://ift.tt/2Jw5Glf
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Android Developer
Hi, Hope you’re doing well! This is Chintan from Inficare Technologies, please find the job description if you are interested for this below job reply to this email ID * Chi...@inficaretech.com * with your updated resume and active contact number and best time to
March 22, 2019 at 09:12PM by Recruiter Soni
https://ift.tt/2TT3mK3
Android Developer
Hi, Hope you’re doing well! This is Chintan from Inficare Technologies, please find the job description if you are interested for this below job reply to this email ID * Chi...@inficaretech.com * with your updated resume and active contact number and best time to
March 22, 2019 at 09:12PM by Recruiter Soni
https://ift.tt/2TT3mK3
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Unhandled Exception: Bad state: No serializer for 'SignIn'
Good Morning, I was trying to serialize a Json response using built_value and serializer. I can get the response: `{ "status": 200, "user_id": "c285677c-9c", "id_token": "eyJraWQiOiJ0eT", "refresh_token": "eyJjdHkiOiJKV1QiLCJlbmM", "expires_in": 3600 }` I have
March 22, 2019 at 09:34PM by Santiago Taco
https://ift.tt/2TUgCOC
Unhandled Exception: Bad state: No serializer for 'SignIn'
Good Morning, I was trying to serialize a Json response using built_value and serializer. I can get the response: `{ "status": 200, "user_id": "c285677c-9c", "id_token": "eyJraWQiOiJ0eT", "refresh_token": "eyJjdHkiOiJKV1QiLCJlbmM", "expires_in": 3600 }` I have
March 22, 2019 at 09:34PM by Santiago Taco
https://ift.tt/2TUgCOC
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Pagination in Flutter using Firebase's Cloud Firestore
https://www.youtube.com/watch?v=coR4Y-DkrLc
March 22, 2019 at 10:26PM by RxFORTRAN
https://ift.tt/2YgEcDF
Pagination in Flutter using Firebase's Cloud Firestore
https://www.youtube.com/watch?v=coR4Y-DkrLc
March 22, 2019 at 10:26PM by RxFORTRAN
https://ift.tt/2YgEcDF
YouTube
Pagination in Flutter using Firebase's Cloud Firestore
In this video, you will learn how to implement an infinite scrolling list in Flutter. You will start by learning how to build a simple list by retrieving data from Cloud Firestore. Next, you will learn to use a ScrollController to listen for scrolling events…
New post on /r/flutterdev subreddit:
Testing Flutter UI with Flutter Driver
https://ift.tt/2FsKAA9
March 22, 2019 at 09:31PM by Elixane
https://ift.tt/2HN8s35
Testing Flutter UI with Flutter Driver
https://ift.tt/2FsKAA9
March 22, 2019 at 09:31PM by Elixane
https://ift.tt/2HN8s35
Medium
Testing Flutter UI with Flutter Driver
Mobile apps have become an important part of everyone’s life. Be it a Twitter, Facebook, Instagram, most of the people would be browsing…
New post on /r/flutterdev subreddit:
Where do you create your outline for the look and flow of your app?
I am completely new to app development, so lets just start there. I am an Engineer at my company and I thought it would be a good idea to make an app to help streamline some of the pitfalls that occur pretty often. I am teaching myself Flutter/Dart and I am the only one working on the app. Sometimes I just get lost in the weeds of what is going on since I have no one to discuss the problems with.I pitched my app idea with fluidui.com, but it is pretty limited when it comes to designing. I know I should get the functionality of my app first, but some days I just need a break from the brains of the project and I want to just have something nice to look at. Do most app developers work off of a design sketch by an actual visual designer or do most people work straight from their imaginations? Is there a place that can help me design what my pages should look like? I see all the beautiful designs on here, but don't even know where to begin in designing my own.
March 22, 2019 at 09:28PM by MyWorkAccountISwear
https://ift.tt/2HN7IuP
Where do you create your outline for the look and flow of your app?
I am completely new to app development, so lets just start there. I am an Engineer at my company and I thought it would be a good idea to make an app to help streamline some of the pitfalls that occur pretty often. I am teaching myself Flutter/Dart and I am the only one working on the app. Sometimes I just get lost in the weeds of what is going on since I have no one to discuss the problems with.I pitched my app idea with fluidui.com, but it is pretty limited when it comes to designing. I know I should get the functionality of my app first, but some days I just need a break from the brains of the project and I want to just have something nice to look at. Do most app developers work off of a design sketch by an actual visual designer or do most people work straight from their imaginations? Is there a place that can help me design what my pages should look like? I see all the beautiful designs on here, but don't even know where to begin in designing my own.
March 22, 2019 at 09:28PM by MyWorkAccountISwear
https://ift.tt/2HN7IuP
Fluid UI
FluidUI.com - Create Web and Mobile Prototypes in Minutes
Free lifetime account. Simple to learn, quick to master. Design interactive prototypes for Android, iOS, web and desktop in minutes.