New post on /r/flutterdev subreddit:
Allow Scroll View to Snap to its child
https://ift.tt/2Rur63Q
April 12, 2020 at 07:19PM by Cwills0114
https://ift.tt/2V2Yr8g
Allow Scroll View to Snap to its child
https://ift.tt/2Rur63Q
April 12, 2020 at 07:19PM by Cwills0114
https://ift.tt/2V2Yr8g
GitHub
Cwills0114/Snapping_ListView
Add snapping to list View. Contribute to Cwills0114/Snapping_ListView development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Need help urgently
I'm basically trying to create a covid 19 screening tool with true and false questions. It'll basically have 6 questions. How should I make a combination of those buttons to return something. For example if 3 out of 6 questions are true return some statement.... Or If 4 out of 6 questions are false return some statement You get the idea.. Sorry if I'm not clear but I hope u understand Ps I'm quite new to Flutter so don't mind me asking dumb questions...
April 12, 2020 at 07:41PM by daddyvisionjet
https://ift.tt/3eaclwZ
Need help urgently
I'm basically trying to create a covid 19 screening tool with true and false questions. It'll basically have 6 questions. How should I make a combination of those buttons to return something. For example if 3 out of 6 questions are true return some statement.... Or If 4 out of 6 questions are false return some statement You get the idea.. Sorry if I'm not clear but I hope u understand Ps I'm quite new to Flutter so don't mind me asking dumb questions...
April 12, 2020 at 07:41PM by daddyvisionjet
https://ift.tt/3eaclwZ
reddit
Need help urgently
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter 3D Perspective PageView | Flutter UI Tutorial
https://m.youtube.com/watch?v=o-98lLOxohw&feature=youtu.be
April 12, 2020 at 08:24PM by Elixane
https://ift.tt/3b3KH2J
Flutter 3D Perspective PageView | Flutter UI Tutorial
https://m.youtube.com/watch?v=o-98lLOxohw&feature=youtu.be
April 12, 2020 at 08:24PM by Elixane
https://ift.tt/3b3KH2J
YouTube
Flutter 3D Perspective PageView | Flutter UI Tutorial
#flutter #3d #pageviewIn this Flutter Tutorial we are going to be taking a look at some Advanced Flutter UI Concepts that you can use in many other ways in y...
New post on /r/flutterdev subreddit:
Flutter Social Media - Firebase Auth - Saving User and Going to News Feed
https://www.youtube.com/watch?v=dARkb9hxj6A
April 12, 2020 at 09:25PM by cmcoffee91
https://ift.tt/2wvszzA
Flutter Social Media - Firebase Auth - Saving User and Going to News Feed
https://www.youtube.com/watch?v=dARkb9hxj6A
April 12, 2020 at 09:25PM by cmcoffee91
https://ift.tt/2wvszzA
YouTube
Flutter Social Media - Firebase Auth - Saving User and Going to News Feed
In this video, I will show you how to save some basic user data after registering. Also the app will go to the News feed screen after login, registration, or they are already logged in and start the app. Next video we will clean up the code and remove the…
New post on /r/flutterdev subreddit:
Covid Busters
Hi everyone,Based on the game Langaw (https://github.com/japalekhin/langaw) I created my first Video Game with Flutter and Flame. I leave you the link to the code for you to take a look (https://github.com/sciruela/covid_busters).
April 12, 2020 at 08:58PM by cirudinezidane
https://ift.tt/3a4NSpA
Covid Busters
Hi everyone,Based on the game Langaw (https://github.com/japalekhin/langaw) I created my first Video Game with Flutter and Flame. I leave you the link to the code for you to take a look (https://github.com/sciruela/covid_busters).
April 12, 2020 at 08:58PM by cirudinezidane
https://ift.tt/3a4NSpA
GitHub
GitHub - japalekhin/langaw: A sample project for following along a tutorial found on jap.alekhin.io.
A sample project for following along a tutorial found on jap.alekhin.io. - GitHub - japalekhin/langaw: A sample project for following along a tutorial found on jap.alekhin.io.
New post on /r/flutterdev subreddit:
Question: payment-lock content
Does anyone have any documentation or a suggestion of where to start to learn how to payment-lock content within a Flutter app? Assume authorization tied to a user ID.
April 12, 2020 at 10:23PM by vysterion
https://ift.tt/34tFOgK
Question: payment-lock content
Does anyone have any documentation or a suggestion of where to start to learn how to payment-lock content within a Flutter app? Assume authorization tied to a user ID.
April 12, 2020 at 10:23PM by vysterion
https://ift.tt/34tFOgK
reddit
Question: payment-lock content
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Remote Config in Flutter
https://ift.tt/2V48VnZ
April 12, 2020 at 09:42PM by Elixane
https://ift.tt/3a9IQs0
Remote Config in Flutter
https://ift.tt/2V48VnZ
April 12, 2020 at 09:42PM by Elixane
https://ift.tt/3a9IQs0
Filledstacks
Remote Config in Flutter
This tutorial will cover firebase remote config functionality and guide you through all the scenarios required to be handled in Flutter.
New post on /r/flutterdev subreddit:
Basic easy translation via google sheets with copy and paste
Hi, I found an old post here about the translation workflow that helped me and I wanted to add my own routine which is pretty basic and probably useless for more advanced things, but for me it worked perfectly as I had the app already written in one language and was looking for an easy way to add languages.So here is my workflow: 1. install Flutter intl plugin 2. scroll to every string in your code that you want to translate and press alt+enter then add to your .arb file 3. create new language via plugin 4. copy existing text from your arb file into this google sheet I created (link at bottom) 5. specify language, it will generate translations so you probably have to adjust some outputs 6. paste the final result back into your .arb file.Maybe this helps someone. Also this is my first post here, so let me know if I made any mistakes. Here is the sheets https://docs.google.com/spreadsheets/d/1Mib16yvAItV1M0MdrNIJtraNZlDTwkFKxvegTAa3hRM/edit?usp=sharing
April 13, 2020 at 12:32AM by ipumaking
https://ift.tt/3ejrdZK
Basic easy translation via google sheets with copy and paste
Hi, I found an old post here about the translation workflow that helped me and I wanted to add my own routine which is pretty basic and probably useless for more advanced things, but for me it worked perfectly as I had the app already written in one language and was looking for an easy way to add languages.So here is my workflow: 1. install Flutter intl plugin 2. scroll to every string in your code that you want to translate and press alt+enter then add to your .arb file 3. create new language via plugin 4. copy existing text from your arb file into this google sheet I created (link at bottom) 5. specify language, it will generate translations so you probably have to adjust some outputs 6. paste the final result back into your .arb file.Maybe this helps someone. Also this is my first post here, so let me know if I made any mistakes. Here is the sheets https://docs.google.com/spreadsheets/d/1Mib16yvAItV1M0MdrNIJtraNZlDTwkFKxvegTAa3hRM/edit?usp=sharing
April 13, 2020 at 12:32AM by ipumaking
https://ift.tt/3ejrdZK
Google Docs
Translate arb
Final
Intro:,Sorry for sometimes vulgar language its an app to
1. duplicate translate sheet,-> calculate toiletpaper stock in days
2. switch language in formula,Link to App:,<a href="https://play.google.com/store/apps/details?id=de.blumgroup.klovid">htt…
Intro:,Sorry for sometimes vulgar language its an app to
1. duplicate translate sheet,-> calculate toiletpaper stock in days
2. switch language in formula,Link to App:,<a href="https://play.google.com/store/apps/details?id=de.blumgroup.klovid">htt…
New post on /r/flutterdev subreddit:
Flutter Performance 9000 widgets vs 1000 widgets
I have a question... I was watching this video from Flutter Europe about performance ( https://www.youtube.com/watch?v=SQcmrl_NkqY ), and in the minute 19:20, Filip wraps 9 widgets in to a stateless widget, to avoid make 9000 widgets and make 1000 widgets instead.Now my question is, how stateless works to have this results?(sorry my english)
April 13, 2020 at 03:36AM by DroleGC
https://ift.tt/3bgt0wI
Flutter Performance 9000 widgets vs 1000 widgets
I have a question... I was watching this video from Flutter Europe about performance ( https://www.youtube.com/watch?v=SQcmrl_NkqY ), and in the minute 19:20, Filip wraps 9 widgets in to a stateless widget, to avoid make 9000 widgets and make 1000 widgets instead.Now my question is, how stateless works to have this results?(sorry my english)
April 13, 2020 at 03:36AM by DroleGC
https://ift.tt/3bgt0wI
YouTube
Performance: Optimizing your Flutter app - Filip Hráček | Flutter Europe
Flutter apps are fast by default, but that doesn't mean you're completely off the hook. This talk will efficiently walk you through some of the usual pitfalls, and give you the tools you need to make your app execute fast, without jank, consume less memory…
New post on Flutter Dev Google group:
How to add frames to image from list of images when tapped in flutter
can anybody help me with this question on stackoverflow https://ift.tt/2RO9Qab < https://slack-redir.net/link?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F61182457%2Fhow-to-add-frames-to-image-from-list
April 13, 2020 at 08:23AM by mahantappa b k
https://ift.tt/3egWE70
How to add frames to image from list of images when tapped in flutter
can anybody help me with this question on stackoverflow https://ift.tt/2RO9Qab < https://slack-redir.net/link?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F61182457%2Fhow-to-add-frames-to-image-from-list
April 13, 2020 at 08:23AM by mahantappa b k
https://ift.tt/3egWE70
New post on Flutter Dev Google group:
Windows Os desktop application window size
i try to how to set flutter Windows Os desktop application window height and width set size. how to set max and min window size ?. i am try this example:- https://ift.tt/2sqQCx1 but it's working for only macOs.
April 13, 2020 at 08:35AM by Arvind Mahesh
https://ift.tt/2K2H2WS
Windows Os desktop application window size
i try to how to set flutter Windows Os desktop application window height and width set size. how to set max and min window size ?. i am try this example:- https://ift.tt/2sqQCx1 but it's working for only macOs.
April 13, 2020 at 08:35AM by Arvind Mahesh
https://ift.tt/2K2H2WS
GitHub
google/flutter-desktop-embedding
Experimental plugins for Flutter for Desktop. Contribute to google/flutter-desktop-embedding development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Syntactic sugar for your Flutter animations with Supercharged
https://ift.tt/2yelkfO
April 13, 2020 at 08:49AM by felixlein
https://ift.tt/3edrcqm
Syntactic sugar for your Flutter animations with Supercharged
https://ift.tt/2yelkfO
April 13, 2020 at 08:49AM by felixlein
https://ift.tt/3edrcqm
Medium
Syntactic sugar for your Flutter animations with Supercharged
Supercharged is an extension function package for Flutter. It adds some cool functions you might know from other languages to the Flutter…
New post on /r/flutterdev subreddit:
Flutter Tips and tricks - Simple but interesting
https://youtu.be/Ds3fPg67Jjk
April 13, 2020 at 09:30AM by vilhd
https://ift.tt/3b6bcEG
Flutter Tips and tricks - Simple but interesting
https://youtu.be/Ds3fPg67Jjk
April 13, 2020 at 09:30AM by vilhd
https://ift.tt/3b6bcEG
YouTube
Flutter | 5 Tips you must know | Simple but interesting | Protorix Code
In this video, we are going to see some interesting flutter tips and tricks for beginners. Watch the video till the end and use those tricks in your app.
#flutter #flutterui #flutterdesign #flutteruidesign #protorixcode #ui #uidesign #android #ios #design…
#flutter #flutterui #flutterdesign #flutteruidesign #protorixcode #ui #uidesign #android #ios #design…
New post on /r/flutterdev subreddit:
Support Robo Test
Hi Flutter Community!Community need Robo Test support. This will save developer much time because no need write integration test.Community is happy to contribute.Upvote here! https://github.com/flutter/flutter/issues/36681#issue-471112135
April 13, 2020 at 10:22AM by Flutter_Dev
https://ift.tt/2V4ZSD8
Support Robo Test
Hi Flutter Community!Community need Robo Test support. This will save developer much time because no need write integration test.Community is happy to contribute.Upvote here! https://github.com/flutter/flutter/issues/36681#issue-471112135
April 13, 2020 at 10:22AM by Flutter_Dev
https://ift.tt/2V4ZSD8
GitHub
Firebase Test Lab Robo Test support · Issue #36681 · flutter/flutter
Firebase offer a nice way to test android app automatically (or semi automatically if you provide a Robo Script) called Robo test in their Test Lab section https://firebase.google.com/docs/test-lab...
New post on /r/flutterdev subreddit:
Flutter Week: one week of free Flutter online content!
Hi everyone!Starting today, we will organize an online event dedicated to Flutter: the Flutter Week! The idea behind it is simple: every day at 4:00 PM UTC (check-in your time zone), two sessions (or talks) will be given by Flutter experts. They will be live-streamed on Twitch and available later on YouTube.All the details are already available on our website: https://flutter-week.com.We recommend subscribing to our mailing list, where we will be providing daily notifications of the upcoming schedule of speakers. We guarantee the content to be amazing:Monday:
- Slot 1: Flutter Everywhere (Mobile, Desktop & Web)
- Slot 2: Reactive State Management with MobX
Tuesday:
- Slot 1: Taking Flight with VelocityX
- Slot 2: Calling C/C++ (dart:ffi)
Wednesday:
- Slot 1: Making the most out of your Flutter development
- Slot 2: Flutter for Desktop - what is good for
Thursday:
- Slot 1: Responsive Framework (Flutter Web)
- Slot 2: On Device Machine Learning
Friday:
- Slot 1: GraphQL in Flutter
- Slot 2: Flutter Driver - The final destination
April 13, 2020 at 11:18AM by g123k
https://ift.tt/2Vrqygb
Flutter Week: one week of free Flutter online content!
Hi everyone!Starting today, we will organize an online event dedicated to Flutter: the Flutter Week! The idea behind it is simple: every day at 4:00 PM UTC (check-in your time zone), two sessions (or talks) will be given by Flutter experts. They will be live-streamed on Twitch and available later on YouTube.All the details are already available on our website: https://flutter-week.com.We recommend subscribing to our mailing list, where we will be providing daily notifications of the upcoming schedule of speakers. We guarantee the content to be amazing:Monday:
- Slot 1: Flutter Everywhere (Mobile, Desktop & Web)
- Slot 2: Reactive State Management with MobX
Tuesday:
- Slot 1: Taking Flight with VelocityX
- Slot 2: Calling C/C++ (dart:ffi)
Wednesday:
- Slot 1: Making the most out of your Flutter development
- Slot 2: Flutter for Desktop - what is good for
Thursday:
- Slot 1: Responsive Framework (Flutter Web)
- Slot 2: On Device Machine Learning
Friday:
- Slot 1: GraphQL in Flutter
- Slot 2: Flutter Driver - The final destination
April 13, 2020 at 11:18AM by g123k
https://ift.tt/2Vrqygb
Timeanddate
Time Zone Converter – Time Difference Calculator
Find the exact time difference with the Time Zone Converter – Time Difference Calculator which converts the time difference between places and time zones all over the world.
New post on /r/flutterdev subreddit:
i18n Using Store + Persisted State + Translations JSON loaded from remote server
Hey there flutter enthusiasts,I am currently working on an application which will be available in multiple languages and I'm trying to find the best way to go for the internationalisation method.Currently, the requirements - so to say, are:translations files (JSONS) are available on a remote server and should be loaded on request (eg: when the user changes the language used in the app)by default the english translations are available within the packageWhat I am thinking now, when the app needs a translations file which is not already in the app, is to download the json and then store the data into the state (i'm using async_redux) and then also persisting the "translations" state so to say.What do you think? Do you see any problems I should expect using this approach? Do you have other recommendations based on your experience?Thank you
April 13, 2020 at 12:40PM by yourBasicDev
https://ift.tt/3cizjAh
i18n Using Store + Persisted State + Translations JSON loaded from remote server
Hey there flutter enthusiasts,I am currently working on an application which will be available in multiple languages and I'm trying to find the best way to go for the internationalisation method.Currently, the requirements - so to say, are:translations files (JSONS) are available on a remote server and should be loaded on request (eg: when the user changes the language used in the app)by default the english translations are available within the packageWhat I am thinking now, when the app needs a translations file which is not already in the app, is to download the json and then store the data into the state (i'm using async_redux) and then also persisting the "translations" state so to say.What do you think? Do you see any problems I should expect using this approach? Do you have other recommendations based on your experience?Thank you
April 13, 2020 at 12:40PM by yourBasicDev
https://ift.tt/3cizjAh
Dart packages
async_redux | Flutter package
The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.
New post on /r/flutterdev subreddit:
How to achieve similar effects with Slivers?
Here is what I'm talking about: https://imgur.com/a/vSWm2ZJThe first one does not seem too complicated. For the second one I guess I'll need some animations. But I have no idea where to start. Can you help? Thank you.
April 13, 2020 at 12:00PM by dragonslayerarmour
https://ift.tt/2RvpQxh
How to achieve similar effects with Slivers?
Here is what I'm talking about: https://imgur.com/a/vSWm2ZJThe first one does not seem too complicated. For the second one I guess I'll need some animations. But I have no idea where to start. Can you help? Thank you.
April 13, 2020 at 12:00PM by dragonslayerarmour
https://ift.tt/2RvpQxh
Imgur
Post with 75 views.
New post on /r/flutterdev subreddit:
Flutter Facebook Login Tutorial
Hello everyone, I have made easy to follow tutorial for Facebook Login with Flutter.https://www.youtube.com/watch?v=GuNaMhXER1o
April 13, 2020 at 01:38PM by codesundar
https://ift.tt/2VoOoJF
Flutter Facebook Login Tutorial
Hello everyone, I have made easy to follow tutorial for Facebook Login with Flutter.https://www.youtube.com/watch?v=GuNaMhXER1o
April 13, 2020 at 01:38PM by codesundar
https://ift.tt/2VoOoJF
YouTube
Flutter Facebook login with Example | Step By Step Guide | Flutter Tutorial
Do you want to integrate facebook login for your flutter apps ? we create a step by step tutorial for implementing facebook authentication using flutter with...
New post on /r/flutterdev subreddit:
[Open Source] I did an open source snake game in 2 days using Flutter + BLoC + Flame. Feel free to contribute / feedback
https://ift.tt/2yXw6Yr
April 13, 2020 at 03:21PM by bolucas
https://ift.tt/2XrSuU2
[Open Source] I did an open source snake game in 2 days using Flutter + BLoC + Flame. Feel free to contribute / feedback
https://ift.tt/2yXw6Yr
April 13, 2020 at 03:21PM by bolucas
https://ift.tt/2XrSuU2
New post on /r/flutterdev subreddit:
Flutter Tap Newsletter Week 34 - Articles, tutorials, tools, videos and much more.
https://ift.tt/3b5MV1x
April 13, 2020 at 03:41PM by vensign
https://ift.tt/34vz0PX
Flutter Tap Newsletter Week 34 - Articles, tutorials, tools, videos and much more.
https://ift.tt/3b5MV1x
April 13, 2020 at 03:41PM by vensign
https://ift.tt/34vz0PX