New post on Flutter Dev Google group:
ScrollController in StatelessWidget
Hi everybody, I am a bit confusing to use ScrollController in StatelessWidget. I have my Bloc class to control state change so I my widget is only inherited from StatelessWidget. There is a ListView in the Widget. And I create a local variable of ScrollController to control the initialScrollOffse
December 22, 2020 at 04:07PM by Steve Lai
https://ift.tt/3rmwyWM
ScrollController in StatelessWidget
Hi everybody, I am a bit confusing to use ScrollController in StatelessWidget. I have my Bloc class to control state change so I my widget is only inherited from StatelessWidget. There is a ListView in the Widget. And I create a local variable of ScrollController to control the initialScrollOffse
December 22, 2020 at 04:07PM by Steve Lai
https://ift.tt/3rmwyWM
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:
7. Best Practices for your Flutter Project
https://youtu.be/bn5e95b3uLY
December 22, 2020 at 03:52PM by MyracleDesign
https://ift.tt/2WEqiM8
7. Best Practices for your Flutter Project
https://youtu.be/bn5e95b3uLY
December 22, 2020 at 03:52PM by MyracleDesign
https://ift.tt/2WEqiM8
YouTube
7. Best Practices for your Flutter Project
Flutter is now more and more mature and we need best practices for that. On the following Tweet, we worked together on the best practices for Flutter that we will discuss in this video.
https://twitter.com/flutter_exp/status/1333777067499020289
#BestPractices…
https://twitter.com/flutter_exp/status/1333777067499020289
#BestPractices…
New post on /r/flutterdev subreddit:
Ask for user location : Geolocator , Google Maps API or other?
Hi guys, I need to get the user location with address, city...But I don't need to calculate distances, or other...At least I could show the user location and one more location on the map but no more.What do you suggest me to use? I'm using the "geolocator" package because it's free.I would like to use Google Maps API but I read on the internet that it could cost so I would like to avoid it for now because I don't have a great budget and I didn't get how to update Google Maps to 4.1.0.0 on Mac.I'm developing an application.
December 22, 2020 at 03:46PM by _seeking_answers
https://ift.tt/2WGcbWk
Ask for user location : Geolocator , Google Maps API or other?
Hi guys, I need to get the user location with address, city...But I don't need to calculate distances, or other...At least I could show the user location and one more location on the map but no more.What do you suggest me to use? I'm using the "geolocator" package because it's free.I would like to use Google Maps API but I read on the internet that it could cost so I would like to avoid it for now because I don't have a great budget and I didn't get how to update Google Maps to 4.1.0.0 on Mac.I'm developing an application.
December 22, 2020 at 03:46PM by _seeking_answers
https://ift.tt/2WGcbWk
reddit
Ask for user location : Geolocator , Google Maps API or other?
Hi guys, I need to get the user location with address, city...But I don't need to calculate distances, or other...At least I could show the user...
New post on /r/flutterdev subreddit:
I open-sourced the code I used for the #FlutterCounterChallenge2020
https://ift.tt/3hcGGgo
December 22, 2020 at 04:15PM by lets4r
https://ift.tt/3rvgF0u
I open-sourced the code I used for the #FlutterCounterChallenge2020
https://ift.tt/3hcGGgo
December 22, 2020 at 04:15PM by lets4r
https://ift.tt/3rvgF0u
GitHub
letsar/flutter_counter_challenge_2020
A set of counter apps made for #FlutterCounterChallenge2020 - letsar/flutter_counter_challenge_2020
New post on /r/flutterdev subreddit:
Flutter Tutorial - Barcode Scanner App (Johannes Milke)
https://www.youtube.com/watch?v=Ezzx0eIB4WM
December 22, 2020 at 06:22PM by JohannesMilke
https://ift.tt/34BAN7c
Flutter Tutorial - Barcode Scanner App (Johannes Milke)
https://www.youtube.com/watch?v=Ezzx0eIB4WM
December 22, 2020 at 06:22PM by JohannesMilke
https://ift.tt/34BAN7c
YouTube
Flutter Tutorial - Barcode Scanner App
Let's build a Generate & Scan Barcode app with Flutter with which you can share barcodes & information easily.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
New post on /r/flutterdev subreddit:
Boiler plate code for designing custom home screens for Android. Launcher is fully implemented.
Why this?I wanted to develop a custom home screen for personal use. The intention behind this is to get rid of multiple trivial apps that Flutter can handle with simple widgets.How is this useful to me?
If you want to design your own custom home screen this is exactly where you should start.What is currently implemented? 1. A fully functional launcher - Search apps on phone - Long tap on app to go to its settings page - search app on play store if its not available on your phone 1. Setting wallpaper from external gallery app (this needs improvement) 1. An example home screen which I am using on my phone - QOTD - Displays Quote of the day fetched from QOTD server. Changes quote on tap. - TODO - Displays a markdown todo document fetched over http from remote server - App shortcuts - These are hard coded at the moment. That should change in future. I really love their placement atm. See screenshot on repository page.I kept these widgets only to give an idea of what is possible. There are endless possibilities with this. You can get rid of my home screen to implement your own custom widgets.What I intend to do in future?For my personal home screen I intend to add 1. Solar energy generation widget fetching data from Arduino based system. 2. Blog visitor counter widget. 3. A widget to keep track of my drinking water.Finally, imagine doing all of the above without Flutter. I would need 5 different apps and would have to configure them separately. I also need to worry about these apps making random changes and breaking my workflow.Not anymore! Here is the repo: https://github.com/quaintdev/anchorLet me know what you guys think. Thanks.
December 22, 2020 at 07:28PM by a_sugarcane
https://ift.tt/3nKsr4F
Boiler plate code for designing custom home screens for Android. Launcher is fully implemented.
Why this?I wanted to develop a custom home screen for personal use. The intention behind this is to get rid of multiple trivial apps that Flutter can handle with simple widgets.How is this useful to me?
If you want to design your own custom home screen this is exactly where you should start.What is currently implemented? 1. A fully functional launcher - Search apps on phone - Long tap on app to go to its settings page - search app on play store if its not available on your phone 1. Setting wallpaper from external gallery app (this needs improvement) 1. An example home screen which I am using on my phone - QOTD - Displays Quote of the day fetched from QOTD server. Changes quote on tap. - TODO - Displays a markdown todo document fetched over http from remote server - App shortcuts - These are hard coded at the moment. That should change in future. I really love their placement atm. See screenshot on repository page.I kept these widgets only to give an idea of what is possible. There are endless possibilities with this. You can get rid of my home screen to implement your own custom widgets.What I intend to do in future?For my personal home screen I intend to add 1. Solar energy generation widget fetching data from Arduino based system. 2. Blog visitor counter widget. 3. A widget to keep track of my drinking water.Finally, imagine doing all of the above without Flutter. I would need 5 different apps and would have to configure them separately. I also need to worry about these apps making random changes and breaking my workflow.Not anymore! Here is the repo: https://github.com/quaintdev/anchorLet me know what you guys think. Thanks.
December 22, 2020 at 07:28PM by a_sugarcane
https://ift.tt/3nKsr4F
GitHub
GitHub - quaintdev/anchor: A hand coded Android homescreen
A hand coded Android homescreen. Contribute to quaintdev/anchor development by creating an account on GitHub.
New post on Flutter Dev Google group:
Module 'connectivity' not found Xcode build
Hi I can run my Flutter Application in VS Code, but when I try to run it on Xcode the build fails and I get the error message "Module 'connectivity' not found" Someone got an Idea what could be wrong or how I could fix my Issue? Any Answers highly appreciated
December 22, 2020 at 08:17PM by Pascal Gehring
https://ift.tt/3rncEeb
Module 'connectivity' not found Xcode build
Hi I can run my Flutter Application in VS Code, but when I try to run it on Xcode the build fails and I get the error message "Module 'connectivity' not found" Someone got an Idea what could be wrong or how I could fix my Issue? Any Answers highly appreciated
December 22, 2020 at 08:17PM by Pascal Gehring
https://ift.tt/3rncEeb
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:
Module 'connectivity' not found Xcode build
Hi I can run my Flutter Application in VS Code, but when I try to run it on Xcode the build fails and I get the error message "Module 'connectivity' not found" Someone got an Idea what could be wrong or how I could fix my Issue? Any Answers highly appreciated
December 22, 2020 at 08:17PM by Pascal Gehring
https://ift.tt/3rncEeb
Module 'connectivity' not found Xcode build
Hi I can run my Flutter Application in VS Code, but when I try to run it on Xcode the build fails and I get the error message "Module 'connectivity' not found" Someone got an Idea what could be wrong or how I could fix my Issue? Any Answers highly appreciated
December 22, 2020 at 08:17PM by Pascal Gehring
https://ift.tt/3rncEeb
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:
Mobile App Development FAQ
https://ift.tt/38wRqlw
December 22, 2020 at 09:31PM by stewofkc
https://ift.tt/3pkaLx0
Mobile App Development FAQ
https://ift.tt/38wRqlw
December 22, 2020 at 09:31PM by stewofkc
https://ift.tt/3pkaLx0
reddit
Mobile App Development FAQ
Posted in r/FlutterDev by u/stewofkc • 0 points and 0 comments
New post on Flutter Dev Google group:
Flutter Positioned Widget not fixed depending size screen
Hi, My problem concerns the Positioned Widget. I'd like to position Widgets that match with an Image background specific location of a Container. The context is to apply a PDF sheet to mobile with many assets with a RadioButton/editText. The fact is, if I don't specify a fixed width and height
December 22, 2020 at 10:40PM by pierre-charles torno
https://ift.tt/3hbEiGp
Flutter Positioned Widget not fixed depending size screen
Hi, My problem concerns the Positioned Widget. I'd like to position Widgets that match with an Image background specific location of a Container. The context is to apply a PDF sheet to mobile with many assets with a RadioButton/editText. The fact is, if I don't specify a fixed width and height
December 22, 2020 at 10:40PM by pierre-charles torno
https://ift.tt/3hbEiGp
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:
what's the difference between using BLoC and just having observable variables in a singleton
Hi!
in order to manage the state of my app is m using a singleton class (multiple of them in fact) that has observable attributes that I can subscribe to (using rxdart behavior subjects). I am however getting some lags and some junky animations around my app.one of my colleagues suggested using BLoC instead of my solution. I don't know a lot about BLoC but I don't think it does more to performance than my solution. I would like to know if I am wrong about this and if so, how does BLoC improve performance.For how do I listen to the streams, I usually use StreamBuilder and FutureBuilder on single component, so you might find two or more components subscribing to the same or to different streams, that are shown together on the screen.
December 22, 2020 at 10:21PM by RARBK
https://ift.tt/3mDxqTj
what's the difference between using BLoC and just having observable variables in a singleton
Hi!
in order to manage the state of my app is m using a singleton class (multiple of them in fact) that has observable attributes that I can subscribe to (using rxdart behavior subjects). I am however getting some lags and some junky animations around my app.one of my colleagues suggested using BLoC instead of my solution. I don't know a lot about BLoC but I don't think it does more to performance than my solution. I would like to know if I am wrong about this and if so, how does BLoC improve performance.For how do I listen to the streams, I usually use StreamBuilder and FutureBuilder on single component, so you might find two or more components subscribing to the same or to different streams, that are shown together on the screen.
December 22, 2020 at 10:21PM by RARBK
https://ift.tt/3mDxqTj
reddit
what's the difference between using BLoC and just having...
Hi! in order to manage the state of my app is m using a singleton class (multiple of them in fact) that has observable attributes that I can...
New post on /r/flutterdev subreddit:
Build a Recipe Management App with Flutter and Hasura GraphQL Backend
https://youtu.be/TBshP1eDVr0
December 23, 2020 at 12:10AM by jeropp
https://ift.tt/3rfMI4e
Build a Recipe Management App with Flutter and Hasura GraphQL Backend
https://youtu.be/TBshP1eDVr0
December 23, 2020 at 12:10AM by jeropp
https://ift.tt/3rfMI4e
YouTube
Hasura GraphQL 102 | Build a Recipe Management App with Flutter
In this course we will build a Recipe Management App with Hasura GraphQL Engine and Flutter. We will design our database using the one-to-many relationship between Recipe and Ingredients. We will be developing a Cupertino styled app that will use the Ferry…
New post on /r/flutterdev subreddit:
FlutterFlow Update: Build Flutter Apps Visually
https://youtu.be/0UYWuCAq-CY
December 23, 2020 at 01:41AM by Flutter_Flow
https://ift.tt/38xhSvg
FlutterFlow Update: Build Flutter Apps Visually
https://youtu.be/0UYWuCAq-CY
December 23, 2020 at 01:41AM by Flutter_Flow
https://ift.tt/38xhSvg
YouTube
Building Slack Home Page UI (Condensed) | FlutterFlow Demo
With FlutterFlow, you can easily create a beautiful UI in no time. In this video, you can watch one of us build the FlutterFlow Slack home page, and then run the actual app without writing a single line of code.
Ready to try FlutterFlow for yourself? Start…
Ready to try FlutterFlow for yourself? Start…
New post on /r/flutterdev subreddit:
The Pen tool in Rive 2
https://youtube.com/watch?v=BM4f9Ck1iD0&feature=share
December 23, 2020 at 01:19AM by Pixelreddit
https://ift.tt/3rl8Bza
The Pen tool in Rive 2
https://youtube.com/watch?v=BM4f9Ck1iD0&feature=share
December 23, 2020 at 01:19AM by Pixelreddit
https://ift.tt/3rl8Bza
New post on /r/flutterdev subreddit:
Provider and AnjmationController
Hey, seams like simple task but not necessarily.What's the best way to start AnimationController when provider triggers, I have couple ideas.In stateful widget manually use addListener to provider.Make a wrapper on the actual widget which is just a consumer that creates stateful widget with value from the provider, and that stateful widget overwrites didUpdateWidgetBoth of them are quite tidious, what do you think?
December 23, 2020 at 04:20AM by a4738758392
https://ift.tt/37MURWp
Provider and AnjmationController
Hey, seams like simple task but not necessarily.What's the best way to start AnimationController when provider triggers, I have couple ideas.In stateful widget manually use addListener to provider.Make a wrapper on the actual widget which is just a consumer that creates stateful widget with value from the provider, and that stateful widget overwrites didUpdateWidgetBoth of them are quite tidious, what do you think?
December 23, 2020 at 04:20AM by a4738758392
https://ift.tt/37MURWp
reddit
Provider and AnjmationController
Hey, seams like simple task but not necessarily. What's the best way to start AnimationController when provider triggers, I have couple...
New post on /r/flutterdev subreddit:
Best Android phone for Flutter Dev? (Android)
Title says it all :P
December 23, 2020 at 06:32AM by AphrxWasHere
https://ift.tt/2WI6Pda
Best Android phone for Flutter Dev? (Android)
Title says it all :P
December 23, 2020 at 06:32AM by AphrxWasHere
https://ift.tt/2WI6Pda
reddit
Best Android phone for Flutter Dev? (Android)
Title says it all :P
New post on /r/flutterdev subreddit:
Copy flutter assets database inside application
https://ift.tt/2LT1EFc
December 23, 2020 at 08:31AM by rrtutors
https://ift.tt/34UpA1V
Copy flutter assets database inside application
https://ift.tt/2LT1EFc
December 23, 2020 at 08:31AM by rrtutors
https://ift.tt/34UpA1V
Rrtutors
Copy flutter assets database inside application
Copy database from assets folder inside flutter application. Read Database tables from copied database.
New post on Flutter Dev Google group:
Adding native ads in Flutter
I would love to ad native ads into my code in Flutter but I can't deal with it. I'm using this: https://ift.tt/32qXoAE They say: Native Ads are presented to users via UI components that are native to the platform. (e.g. A View on Android or a UIView on iOS). Using Flutter
December 23, 2020 at 10:44AM by Jakub Klementewicz
https://ift.tt/3h9waX6
Adding native ads in Flutter
I would love to ad native ads into my code in Flutter but I can't deal with it. I'm using this: https://ift.tt/32qXoAE They say: Native Ads are presented to users via UI components that are native to the platform. (e.g. A View on Android or a UIView on iOS). Using Flutter
December 23, 2020 at 10:44AM by Jakub Klementewicz
https://ift.tt/3h9waX6
Dart packages
firebase_admob | Flutter Package
Flutter plugin for Firebase AdMob, supporting banner, interstitial (full-screen), and rewarded video ads
New post on /r/flutterdev subreddit:
Iconify: Icons generator
https://ift.tt/34zVbWg
December 23, 2020 at 10:58AM by Elixane
https://ift.tt/3rlH9Bt
Iconify: Icons generator
https://ift.tt/34zVbWg
December 23, 2020 at 10:58AM by Elixane
https://ift.tt/3rlH9Bt
www.iconify.pro
Iconify: iOS, Android, Flutter, React Native, Cordova, Web app, MacOS, iWatch, Windows Phone & Quasar icons generator
Generate icons for iOS, Android, Flutter, React Native, Cordova, Web app, MacOS, iWatch, Quasar
New post on /r/flutterdev subreddit:
Why pub.dev doesn't have any WORKING package for android to turn on flash light with luminous intensity
Using flutter i am developing a android torch app with capability of controlling luminous intensity of flash light and i have dried lamp 0.0.6 package to turn on flash light with controlled luminous intensity but this package doesn't work and other many package (like flashlight:0.1.1, flutter_flashlight:1.0.0, torch_compat:1.0.2) are not providing luminous intensity controlling power, now what shoud i do to overcome this problem.
December 23, 2020 at 11:29AM by anilshrivastav
https://ift.tt/3hbqMma
Why pub.dev doesn't have any WORKING package for android to turn on flash light with luminous intensity
Using flutter i am developing a android torch app with capability of controlling luminous intensity of flash light and i have dried lamp 0.0.6 package to turn on flash light with controlled luminous intensity but this package doesn't work and other many package (like flashlight:0.1.1, flutter_flashlight:1.0.0, torch_compat:1.0.2) are not providing luminous intensity controlling power, now what shoud i do to overcome this problem.
December 23, 2020 at 11:29AM by anilshrivastav
https://ift.tt/3hbqMma
reddit
Why pub.dev doesn't have any WORKING package for android to turn...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter Color Tone Circle, Onboarding & more - WEEK 50 - PUB.DEV RELEASES
https://youtube.com/watch?v=uAC0uepQHUc&feature=share
December 23, 2020 at 12:06PM by syntacops
https://ift.tt/3mJ9o9y
Flutter Color Tone Circle, Onboarding & more - WEEK 50 - PUB.DEV RELEASES
https://youtube.com/watch?v=uAC0uepQHUc&feature=share
December 23, 2020 at 12:06PM by syntacops
https://ift.tt/3mJ9o9y
YouTube
Flutter Color Tone Circle, Onboarding & more - WEEK 50 - PUB.DEV RELEASES
A flutter color tone circle package which lets you perform a hue rotation, a flutter onboarding plugin to create a customized walkthrough for your clients, a way to create a centralized right-sided menu that opens by swiping and many more awesome Flutter…