New post on /r/flutterdev subreddit:
Code style question on sharing context in widget outside build method
Hi all,Looking for some feedback finding a clear way to share the BuildContext outside of the build method in widgets. Currently because of flutters highly nested style I put smaller widgets in methods above the build method. These often times need to reference the context to gain access to Providers or the Navigator. Currently I deal with this by initializing a class variable when the build method runs. This works but seems janky and flutter does not like it in stateless widgets (I understand why). Want to know if any of you have found/know of a better solution/style of organizing your widgets in a file?
February 23, 2021 at 03:47AM by CheetahsNeverWin
https://ift.tt/37GwhWx
Code style question on sharing context in widget outside build method
Hi all,Looking for some feedback finding a clear way to share the BuildContext outside of the build method in widgets. Currently because of flutters highly nested style I put smaller widgets in methods above the build method. These often times need to reference the context to gain access to Providers or the Navigator. Currently I deal with this by initializing a class variable when the build method runs. This works but seems janky and flutter does not like it in stateless widgets (I understand why). Want to know if any of you have found/know of a better solution/style of organizing your widgets in a file?
February 23, 2021 at 03:47AM by CheetahsNeverWin
https://ift.tt/37GwhWx
reddit
Code style question on sharing context in widget outside build method
Hi all, Looking for some feedback finding a clear way to share the BuildContext outside of the build method in widgets. Currently because of...
New post on /r/flutterdev subreddit:
Anybody used PieceX for selling Flutter Project?
I have an end-to-end working application in Flutter, even deployed to Play Store. But I don't want to put any user acquisition efforts as I have pivoted my idea.I was wondering how common is it for people to sell such flutter projects?
I see lot of projects listed on pieceX, but do they get sold? Are there any other better website I can sell with?
February 23, 2021 at 04:31AM by 1MLsugar
https://ift.tt/3qXxfFi
Anybody used PieceX for selling Flutter Project?
I have an end-to-end working application in Flutter, even deployed to Play Store. But I don't want to put any user acquisition efforts as I have pivoted my idea.I was wondering how common is it for people to sell such flutter projects?
I see lot of projects listed on pieceX, but do they get sold? Are there any other better website I can sell with?
February 23, 2021 at 04:31AM by 1MLsugar
https://ift.tt/3qXxfFi
reddit
r/FlutterDev - Anybody used PieceX for selling Flutter Project?
3 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
List of awesome flutter UI designs
Hello guys,During this lockdown, my friend tried out new UI designs using Flutter which turned out really awesome📱.You can find these designs on my GitHub:https://github.com/Chromicle/awesome-flutter-uiplease give a star ⭐ if you like them, any feedback is welcome
February 23, 2021 at 07:53AM by xafayah43
https://ift.tt/3kfixav
List of awesome flutter UI designs
Hello guys,During this lockdown, my friend tried out new UI designs using Flutter which turned out really awesome📱.You can find these designs on my GitHub:https://github.com/Chromicle/awesome-flutter-uiplease give a star ⭐ if you like them, any feedback is welcome
February 23, 2021 at 07:53AM by xafayah43
https://ift.tt/3kfixav
GitHub
GitHub - ajay-prabhakar/awesome-flutter-ui: 10+ flutter(android, ios) UI design examples - login, books, profile, food order, movie…
10+ flutter(android, ios) UI design examples :zap: - login, books, profile, food order, movie streaming, walkthrough, widgets - GitHub - ajay-prabhakar/awesome-flutter-ui: 10+ flutter(android, ios)...
New post on /r/flutterdev subreddit:
How to Set the Size to FloatingActionButton In Flutter ?? - Flutter Agency
The floating Action Button represents the primary action of the screen and generally located at the right bottom of the screen. In today’s article, we will go through how to set the size to FloatingActionButton in Flutter.Read it here: https://flutteragency.com/set-size-to-floatingactionbutton/
February 23, 2021 at 07:36AM by lil_dragplix
https://ift.tt/3kiSfUz
How to Set the Size to FloatingActionButton In Flutter ?? - Flutter Agency
The floating Action Button represents the primary action of the screen and generally located at the right bottom of the screen. In today’s article, we will go through how to set the size to FloatingActionButton in Flutter.Read it here: https://flutteragency.com/set-size-to-floatingactionbutton/
February 23, 2021 at 07:36AM by lil_dragplix
https://ift.tt/3kiSfUz
Flutter Agency
FloatingActionButton Widget - Flutter Widget Guide By Flutter Agency - Flutter Agency
FloatingActionButton Widget is a circular icon button that hovers over content to promote a primary action in the application..
New post on /r/flutterdev subreddit:
I hereby invite you to watch my presentation about 2 years experience in Flutter :) All comments, suggestions, questions will be appreciated.
https://youtu.be/68xzlUZ3sg4
February 23, 2021 at 08:12AM by MateuszDudkowski
https://ift.tt/3kgq4Wd
I hereby invite you to watch my presentation about 2 years experience in Flutter :) All comments, suggestions, questions will be appreciated.
https://youtu.be/68xzlUZ3sg4
February 23, 2021 at 08:12AM by MateuszDudkowski
https://ift.tt/3kgq4Wd
YouTube
Flutter Overall After 2 Years Adventure 2021
In this video I'd like to share my thoughts and gained experience about Flutter Development.
Contact:
mateusz.dudkowski.mobiledev@gmail.com
NASA demo app:
https://github.com/dudeck/flutter_nasa-rss_sample_app
Udemy/udacity courses:
https://www.udem…
Contact:
mateusz.dudkowski.mobiledev@gmail.com
NASA demo app:
https://github.com/dudeck/flutter_nasa-rss_sample_app
Udemy/udacity courses:
https://www.udem…
New post on /r/flutterdev subreddit:
A workout routine management app made with Flutter
https://ift.tt/37Gbxy3
February 23, 2021 at 10:29AM by livinglist
https://ift.tt/3bwGDcD
A workout routine management app made with Flutter
https://ift.tt/37Gbxy3
February 23, 2021 at 10:29AM by livinglist
https://ift.tt/3bwGDcD
GitHub
GitHub - Livinglist/Dumbbell: Dumbbell is a simple mobile app designed for bodybuilders to design and keep track of their workout…
Dumbbell is a simple mobile app designed for bodybuilders to design and keep track of their workout routines. - GitHub - Livinglist/Dumbbell: Dumbbell is a simple mobile app designed for bodybuilde...
New post on /r/flutterdev subreddit:
Interactive 3D object viewing?
Had a shower thought of using a 3D object in flutter with the following features: - pinch to zoom - rotate and move - draw onto the object with a painter(but i think you can put it in a stack if necessary and transform regular 2d paint - detect taps on specific areas of the object - download the object instead if having to putting it into the assets of the app.Is there already a package that can provide those functionalities?Apparently the flutter team „has ideas“ to implement 3D functionality one day.. is there any news on that?
February 23, 2021 at 10:20AM by Bumblehirnet
https://ift.tt/37ELpnm
Interactive 3D object viewing?
Had a shower thought of using a 3D object in flutter with the following features: - pinch to zoom - rotate and move - draw onto the object with a painter(but i think you can put it in a stack if necessary and transform regular 2d paint - detect taps on specific areas of the object - download the object instead if having to putting it into the assets of the app.Is there already a package that can provide those functionalities?Apparently the flutter team „has ideas“ to implement 3D functionality one day.. is there any news on that?
February 23, 2021 at 10:20AM by Bumblehirnet
https://ift.tt/37ELpnm
reddit
r/FlutterDev - Interactive 3D object viewing?
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Anyone used supernova studio or similar app to create an app from design?
Hello i am learning flutter development but I have trouble for creating screens from design. After search I found that adobe xd has plugin for converting design into code but it didn't worked well. then I saw supernova studio and it looks promising. their website says it needs to request early access but in https://legacy.supernova.io/ I can download it. Can you give me feedback about these programs or alternatives?
February 23, 2021 at 11:58AM by UTRM
https://ift.tt/37ECuT4
Anyone used supernova studio or similar app to create an app from design?
Hello i am learning flutter development but I have trouble for creating screens from design. After search I found that adobe xd has plugin for converting design into code but it didn't worked well. then I saw supernova studio and it looks promising. their website says it needs to request early access but in https://legacy.supernova.io/ I can download it. Can you give me feedback about these programs or alternatives?
February 23, 2021 at 11:58AM by UTRM
https://ift.tt/37ECuT4
New post on /r/flutterdev subreddit:
Dart vs Kotlin: detailed comparison
https://ift.tt/2ZNOhtz
February 23, 2021 at 11:48AM by Cr0c0lia
https://ift.tt/2NzrLlV
Dart vs Kotlin: detailed comparison
https://ift.tt/2ZNOhtz
February 23, 2021 at 11:48AM by Cr0c0lia
https://ift.tt/2NzrLlV
Codemagic blog
Dart vs Kotlin: detailed comparison | Codemagic Blog
Dart vs Kotlin? Is Dart better than Kotlin? Should I learn Kotlin or Dart? Does Dart replace Kotlin? What about learning Dart in 2021?
New post on /r/flutterdev subreddit:
How to Set the Size to FloatingActionButton In Flutter ?? - Flutter Agency
The floating Action Button represents the primary action of the screen and generally located at the right bottom of the screen. In today’s article, we will go through how to set the size to FloatingActionButton in Flutter.Read it here: https://flutteragency.com/set-size-to-floatingactionbutton/
February 23, 2021 at 01:03PM by Flutter-Agency
https://ift.tt/2NWlhgz
How to Set the Size to FloatingActionButton In Flutter ?? - Flutter Agency
The floating Action Button represents the primary action of the screen and generally located at the right bottom of the screen. In today’s article, we will go through how to set the size to FloatingActionButton in Flutter.Read it here: https://flutteragency.com/set-size-to-floatingactionbutton/
February 23, 2021 at 01:03PM by Flutter-Agency
https://ift.tt/2NWlhgz
Flutter Agency
FloatingActionButton Widget - Flutter Widget Guide By Flutter Agency - Flutter Agency
FloatingActionButton Widget is a circular icon button that hovers over content to promote a primary action in the application..
New post on /r/flutterdev subreddit:
HDR Videos in Flutter
I'm wanting to create a simple app which plays back pre-determined HDR and Dolby Vision videos in Flutter on an Android Fire 4k stick. I've tried flutter_vlc_player which works, but doesn't seem to support HDR, videos which play back in HDR on VLC just show mis-coloured. Is there a way of getting this working?
February 23, 2021 at 01:00PM by generationgav
https://ift.tt/2NpgEfq
HDR Videos in Flutter
I'm wanting to create a simple app which plays back pre-determined HDR and Dolby Vision videos in Flutter on an Android Fire 4k stick. I've tried flutter_vlc_player which works, but doesn't seem to support HDR, videos which play back in HDR on VLC just show mis-coloured. Is there a way of getting this working?
February 23, 2021 at 01:00PM by generationgav
https://ift.tt/2NpgEfq
reddit
HDR Videos in Flutter
I'm wanting to create a simple app which plays back pre-determined HDR and Dolby Vision videos in Flutter on an Android Fire 4k stick. I've tried...
New post on /r/flutterdev subreddit:
Tinder like Swipe card flutter package
Checkout the flutter package Swipeable Cards Stack which will help you to add Tinder like swipe card effect easily. You can modify the card view as per your needs. It gives event for all four directions, left, right, up and down, so app developers can add their own business logic for each direction.https://github.com/codetoart/cta-flutter-tinder-card-animation
February 23, 2021 at 01:43PM by mahavirjain
https://ift.tt/3uoTVR9
Tinder like Swipe card flutter package
Checkout the flutter package Swipeable Cards Stack which will help you to add Tinder like swipe card effect easily. You can modify the card view as per your needs. It gives event for all four directions, left, right, up and down, so app developers can add their own business logic for each direction.https://github.com/codetoart/cta-flutter-tinder-card-animation
February 23, 2021 at 01:43PM by mahavirjain
https://ift.tt/3uoTVR9
GitHub
GitHub - codetoart/cta-flutter-tinder-card-animation
Contribute to codetoart/cta-flutter-tinder-card-animation development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Any recommendations
[removed]
February 23, 2021 at 02:36PM by Unipedkett345
https://ift.tt/3qOpv8z
Any recommendations
[removed]
February 23, 2021 at 02:36PM by Unipedkett345
https://ift.tt/3qOpv8z
reddit
Any recommendations
[removed]
New post on Flutter Dev Google group:
Gradle Issue
Hello guys, I installed flutter in my Linux machine (Debian Based) and I got this problem can some one help me please? [image: flutterIssue.png] Sincerely,
February 23, 2021 at 04:53PM by Al pha
https://ift.tt/3aO3xNH
Gradle Issue
Hello guys, I installed flutter in my Linux machine (Debian Based) and I got this problem can some one help me please? [image: flutterIssue.png] Sincerely,
February 23, 2021 at 04:53PM by Al pha
https://ift.tt/3aO3xNH
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 Tutorial - Face ID - Local Auth (Johannes Milke)
https://www.youtube.com/watch?v=WIkdceaOUns
February 23, 2021 at 05:28PM by JohannesMilke
https://ift.tt/3dExqlb
Flutter Tutorial - Face ID - Local Auth (Johannes Milke)
https://www.youtube.com/watch?v=WIkdceaOUns
February 23, 2021 at 05:28PM by JohannesMilke
https://ift.tt/3dExqlb
YouTube
Flutter Tutorial - Face ID - Local Auth
By using Flutter Local Auth you can authenticate a user with Face ID to your device in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter…
New tweet from FlutterDev:
🐦It’s a bird, it’s a plane, it’s...YOUR OWN DASH! Create your Dashatar and watch #FlutterEngage in style → https://t.co/VO2ws3RbOh
💙 Share your Dash on Twitter, #Dashatar, and save the image to update your profile picture for #FlutterEngage March 3rd! pic.twitter.com/NV8XcEii9j— Flutter (@FlutterDev) February 23, 2021
February 23, 2021 at 06:26PM
http://twitter.com/FlutterDev/status/1364265413186445312
🐦It’s a bird, it’s a plane, it’s...YOUR OWN DASH! Create your Dashatar and watch #FlutterEngage in style → https://t.co/VO2ws3RbOh
💙 Share your Dash on Twitter, #Dashatar, and save the image to update your profile picture for #FlutterEngage March 3rd! pic.twitter.com/NV8XcEii9j— Flutter (@FlutterDev) February 23, 2021
February 23, 2021 at 06:26PM
http://twitter.com/FlutterDev/status/1364265413186445312
Twitter
#flutterengage hashtag on Twitter
See Tweets about #flutterengage on Twitter. See what people are saying and join the conversation.
New post on /r/flutterdev subreddit:
If you have just started to learn Flutter!!!
https://www.youtube.com/watch?v=BiETkz8tbCo
February 23, 2021 at 06:56PM by aspiiire2
https://ift.tt/3kfczWS
If you have just started to learn Flutter!!!
https://www.youtube.com/watch?v=BiETkz8tbCo
February 23, 2021 at 06:56PM by aspiiire2
https://ift.tt/3kfczWS
YouTube
Flutter Overview Tutorial for beginners 1 - Folder structure
With Flutter is a must to start with the CLI(Command Line Interface) just to get started, the first command that we will see is "flutter doctor", which is ab...
New post on /r/flutterdev subreddit:
Ep. 008 - Fills and strokes | Flutter Processing
https://youtube.com/watch?v=tLktTENqVXo&feature=share
February 23, 2021 at 07:18PM by Pixelreddit
https://ift.tt/3dNoAl4
Ep. 008 - Fills and strokes | Flutter Processing
https://youtube.com/watch?v=tLktTENqVXo&feature=share
February 23, 2021 at 07:18PM by Pixelreddit
https://ift.tt/3dNoAl4
YouTube
Ep. 008 - Fills and strokes | Flutter Processing
Today, we implement fill(), noFill(), stroke(), and noStroke().https://github.com/matthew-carroll/flutter_processing---Follow:https://twitter.com/suprdeclara...
New post on /r/flutterdev subreddit:
Create your own Dashatar, Dash Avatar for Flutter Engage - March 3rd
https://ift.tt/2P5rckd
February 23, 2021 at 08:29PM by Codelessly
https://ift.tt/2NOVuae
Create your own Dashatar, Dash Avatar for Flutter Engage - March 3rd
https://ift.tt/2P5rckd
February 23, 2021 at 08:29PM by Codelessly
https://ift.tt/2NOVuae
dashatar-dev.web.app
Flutter Engage Dashatar Creator
Create your Dashatar for Flutter Engage on March 3rd. Share your Dash and save her to upload as your profile picture on the big day!
New post on /r/flutterdev subreddit:
Flutter Navigator 2.0 and Deep Links
https://ift.tt/2NAjZZ1
February 23, 2021 at 11:09PM by Elixane
https://ift.tt/3pREiy6
Flutter Navigator 2.0 and Deep Links
https://ift.tt/2NAjZZ1
February 23, 2021 at 11:09PM by Elixane
https://ift.tt/3pREiy6
raywenderlich.com
Flutter Navigator 2.0 and Deep Links
With Flutter’s Navigator 2.0, learn how to handle deep links in Flutter and gain the ultimate navigation control for your app.
New post on /r/flutterdev subreddit:
Flutter and PWAs with Chris Sells | All Hands on Tech podcast
https://www.youtube.com/watch?v=6TzX5_FsO4Q
February 23, 2021 at 11:08PM by Elixane
https://ift.tt/3qIHVYt
Flutter and PWAs with Chris Sells | All Hands on Tech podcast
https://www.youtube.com/watch?v=6TzX5_FsO4Q
February 23, 2021 at 11:08PM by Elixane
https://ift.tt/3qIHVYt
YouTube
069 - Flutter and PWAs with Chris Sells
33% off Personal Annual and Premium subscriptions for a limited time! Sign up to expand your technology skills and save TODAY!: https://www.pluralsight.com/o...