New post on /r/flutterdev subreddit:
App Store Transitions
https://ift.tt/38cS6wC
August 26, 2021 at 01:53AM by fredgrott
https://ift.tt/3B7yExK
App Store Transitions
https://ift.tt/38cS6wC
August 26, 2021 at 01:53AM by fredgrott
https://ift.tt/3B7yExK
Medium
App Store Transitions
Let’s have some fun with Hero transitions and implement an App Store transition.
New post on /r/flutterdev subreddit:
Flutter UI E Commerce Clothes App Tutorial Part 1
https://youtu.be/YtiftyEohes
August 26, 2021 at 01:10AM by Confident-Basket-896
https://ift.tt/3koqsT5
Flutter UI E Commerce Clothes App Tutorial Part 1
https://youtu.be/YtiftyEohes
August 26, 2021 at 01:10AM by Confident-Basket-896
https://ift.tt/3koqsT5
YouTube
Flutter UI E Commerce Clothes App Tutorial | App from Scratch Part 1
Welcome to my Flutter Apps from Scratch tutorial series. In this video, we will build the e commerce clothes app UI and you will learn how to build this beautiful flutter app from the scratch.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part…
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part…
New post on /r/flutterdev subreddit:
Flutter- Convert complex objects (Nested Maps, Lists) to a url query string
https://ift.tt/38t7tBz
August 26, 2021 at 01:07AM by No_Argument6662
https://ift.tt/2XMyJZp
Flutter- Convert complex objects (Nested Maps, Lists) to a url query string
https://ift.tt/38t7tBz
August 26, 2021 at 01:07AM by No_Argument6662
https://ift.tt/2XMyJZp
jol
flutter / dart - send nested map or lists param with get request
flutter / dart - send nested map or lists param with get request. convert complex dart objects to a url query string or uri
New post on /r/flutterdev subreddit:
I developed a mental health related app from my personal experience!
So basically last year I was feeling a bit low. I really didn’t know how to become better since I had never faced this before. I used to not get proper sleep and woke up after having dreams due to my anxiety. So I just started noting what activities I did and whom I did it with in a google doc. Slowly I also started rating how I felt about the interaction. Soon I started to notice a pattern that I felt better when I hung out with some people and when I did certain activities. This way I was able to feel much better than before and I gained confidence that I can control my own mental health. I stopped dreaming as frequently since then. I even built an app for this so that other people can do the same .The app is called Happyer which was made based on the above experience and provides insights into impact of a given activity or friend. The app also has a "Find Therapist" feature using which you can contact our therapists for help.https://play.google.com/store/apps/details?id=com.happyer4life for android https://apps.apple.com/ca/app/happyer/id1537711110 for iOS.I have created a subreddit https://www.reddit.com/r/Happyer/ to help easily address issues/bugs & to allow users to share their happy experiences :)
August 26, 2021 at 03:45AM by Dragonair_fruit1371
https://ift.tt/3sLgBuq
I developed a mental health related app from my personal experience!
So basically last year I was feeling a bit low. I really didn’t know how to become better since I had never faced this before. I used to not get proper sleep and woke up after having dreams due to my anxiety. So I just started noting what activities I did and whom I did it with in a google doc. Slowly I also started rating how I felt about the interaction. Soon I started to notice a pattern that I felt better when I hung out with some people and when I did certain activities. This way I was able to feel much better than before and I gained confidence that I can control my own mental health. I stopped dreaming as frequently since then. I even built an app for this so that other people can do the same .The app is called Happyer which was made based on the above experience and provides insights into impact of a given activity or friend. The app also has a "Find Therapist" feature using which you can contact our therapists for help.https://play.google.com/store/apps/details?id=com.happyer4life for android https://apps.apple.com/ca/app/happyer/id1537711110 for iOS.I have created a subreddit https://www.reddit.com/r/Happyer/ to help easily address issues/bugs & to allow users to share their happy experiences :)
August 26, 2021 at 03:45AM by Dragonair_fruit1371
https://ift.tt/3sLgBuq
Google Play
Happyer - Free Diary, Journal, Mood Tracker - Apps on Google Play
Keep a diary that also tracks your activities & friends to boost your happiness
New post on /r/flutterdev subreddit:
GameBoy Advance Emulation in Flutter
I'm interested in writing a gba emulator in Dart for Flutter. Does anyone know of any good examples or have some advice for making the emulator?
I've looked around a little bit and all I've found is a gameboy color emulator using an older version of Dart (so no null safety, but after a couple minor changes it works on macos) and a partial example using Rust
August 26, 2021 at 03:19AM by phant0mf1sh
https://ift.tt/3zkRlOf
GameBoy Advance Emulation in Flutter
I'm interested in writing a gba emulator in Dart for Flutter. Does anyone know of any good examples or have some advice for making the emulator?
I've looked around a little bit and all I've found is a gameboy color emulator using an older version of Dart (so no null safety, but after a couple minor changes it works on macos) and a partial example using Rust
August 26, 2021 at 03:19AM by phant0mf1sh
https://ift.tt/3zkRlOf
reddit
GameBoy Advance Emulation in Flutter
I'm interested in writing a gba emulator in Dart for Flutter. Does anyone know of any good examples or have some advice for making the emulator? ...
New post on /r/flutterdev subreddit:
how to adjust autocompletion in vscode
When I type a widget say Text or Container, etc and then put up that first "(", auto-completion shows me a bunch of options when I would rather press Enter to go to the next line, ie. I like to keep my code as formatted as possible while I type. But pushing Enter at this very moment actually tells auto-completion "I want that first named argument" so it gets written into my editor and I have to manually backspace every time.I don't believe this was a problem in Intellij nor Android Studio but for those I am just having performance issues as my laptop is not that old but not too powerful (the newest i3, 8G of RAM, SSD on Ubuntu). Is there any way for Autocomplete to give me a blank choice as the top option so when I do push Enter it chooses that and actually goes to the next line without anything written?P.S. I have tried some of the tuning measures for JetBrains IDE's introduced on S.O. and elsewhere but they only improved marginally so I am using VS Code.Also when that first named argument happens to be what I want, VS Code does not go to the next line automatically so I end up typing the entire width of the editor and only when I finish and match up all the braces does it do its auto-formatting which is also difficult to work with.
August 26, 2021 at 06:40AM by webNoob13
https://ift.tt/3kjv9O8
how to adjust autocompletion in vscode
When I type a widget say Text or Container, etc and then put up that first "(", auto-completion shows me a bunch of options when I would rather press Enter to go to the next line, ie. I like to keep my code as formatted as possible while I type. But pushing Enter at this very moment actually tells auto-completion "I want that first named argument" so it gets written into my editor and I have to manually backspace every time.I don't believe this was a problem in Intellij nor Android Studio but for those I am just having performance issues as my laptop is not that old but not too powerful (the newest i3, 8G of RAM, SSD on Ubuntu). Is there any way for Autocomplete to give me a blank choice as the top option so when I do push Enter it chooses that and actually goes to the next line without anything written?P.S. I have tried some of the tuning measures for JetBrains IDE's introduced on S.O. and elsewhere but they only improved marginally so I am using VS Code.Also when that first named argument happens to be what I want, VS Code does not go to the next line automatically so I end up typing the entire width of the editor and only when I finish and match up all the braces does it do its auto-formatting which is also difficult to work with.
August 26, 2021 at 06:40AM by webNoob13
https://ift.tt/3kjv9O8
reddit
r/FlutterDev - how to adjust autocompletion in vscode
2 votes and 4 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to use BLoC architecture in flutter - 1
https://ift.tt/3sOYsMh
August 26, 2021 at 06:22AM by ljOO7
https://ift.tt/3DlhLSr
How to use BLoC architecture in flutter - 1
https://ift.tt/3sOYsMh
August 26, 2021 at 06:22AM by ljOO7
https://ift.tt/3DlhLSr
Thejadav.in - A site to learn something new,
How to use BLoC architecture in flutter – 1 - Thejadav.in
BloC architecture - BloC is short form for Business Logic Component. As it name suggest, we will use it for separating business logic from presentation logic
New post on /r/flutterdev subreddit:
How to use flutter_bloc in your app ?How to define state and event?
I have been trying to learn bloc but different video tutorials have different implementations of bloc. I have read the official bloc documentation also but still i am confused, How are states and event defined and implemented. What are the steps to create events and state is it by extending abstract class or by creating enums?
August 26, 2021 at 11:08AM by Common-Ad4673
https://ift.tt/3ynV6kp
How to use flutter_bloc in your app ?How to define state and event?
I have been trying to learn bloc but different video tutorials have different implementations of bloc. I have read the official bloc documentation also but still i am confused, How are states and event defined and implemented. What are the steps to create events and state is it by extending abstract class or by creating enums?
August 26, 2021 at 11:08AM by Common-Ad4673
https://ift.tt/3ynV6kp
reddit
How to use flutter_bloc in your app ?How to define state and event?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
[Opensource] Just Released Figma Assistant - A Figma to Flutter Plugin 🚀
I'm really exited to share with you guys about Figma Assistant (by Grida)Figma Assistant is a Free & Open source Code converter that generates High quality Flutter code. You can see the full story here. If you like it please ⭐️it on github, and upvote on product hunt.It has THE MOST Advanced flutter support. Converting Figma design to Flutter be like..text styles as
August 26, 2021 at 11:37AM by softmarshmallow
https://ift.tt/3zlXkCb
[Opensource] Just Released Figma Assistant - A Figma to Flutter Plugin 🚀
I'm really exited to share with you guys about Figma Assistant (by Grida)Figma Assistant is a Free & Open source Code converter that generates High quality Flutter code. You can see the full story here. If you like it please ⭐️it on github, and upvote on product hunt.It has THE MOST Advanced flutter support. Converting Figma design to Flutter be like..text styles as
Theme.of(context).textStyles
icons support with Icons.icon_name
Image support with automatic hosting. (No need to export images. It's right there in code with url ! )And most importantly, the code generation is in instant, you can get the code of your design without uploading anywhere (Although, we do have uploading feature experimentally ;)Get it now >product hunt - https://www.producthunt.com/posts/grida-assistant-figma-2-flutter-reactgithub - https://github.com/gridaco/assistantfigma plugin install linkour website - http://grida.co/August 26, 2021 at 11:37AM by softmarshmallow
https://ift.tt/3zlXkCb
Medium
d Figma Assistant by Grida — Supercharge your design & development workflow
A Opensource Design to code figma plugin. figma to flutter, figma to react. with linted design & clean code
New post on /r/flutterdev subreddit:
best approach to this
So i wanted to created a timer in my app that was synced with notifications like this for example this:(this a progress bar synced with the timer)i have 2 ideas: a cloud function using firebase, or make the timer run in the app and make the notification using the in app timer but in that way i think i will need to ask for an app permission to make the app run while the screen is off is there any other way to do this?
August 26, 2021 at 01:06PM by dreamxz
https://ift.tt/3gAvhb0
best approach to this
So i wanted to created a timer in my app that was synced with notifications like this for example this:(this a progress bar synced with the timer)i have 2 ideas: a cloud function using firebase, or make the timer run in the app and make the notification using the in app timer but in that way i think i will need to ask for an app permission to make the app run while the screen is off is there any other way to do this?
August 26, 2021 at 01:06PM by dreamxz
https://ift.tt/3gAvhb0
Lightshot
Screenshot
Captured with Lightshot
New post on /r/flutterdev subreddit:
Is there a dev who developed his own native video player?
Hello everyone i want to make my own video player with android platform api, so i need your experience i posted a question at flutter help group no one answered
August 26, 2021 at 03:50PM by diyar_gulli
https://ift.tt/3ktjFaJ
Is there a dev who developed his own native video player?
Hello everyone i want to make my own video player with android platform api, so i need your experience i posted a question at flutter help group no one answered
August 26, 2021 at 03:50PM by diyar_gulli
https://ift.tt/3ktjFaJ
reddit
Is there a dev who developed his own native video player?
Hello everyone i want to make my own video player with android platform api, so i need your experience i posted a question at flutter help group...
New post on /r/flutterdev subreddit:
Can someone explain how should I do state management in flutter?
Hello everyone!!I know a little bit of Flutter I mean I can build a mobile app UI and add some functions. But guys I don't have an idea about state management (I know what it is) but I can don't understand it, I don't know how to set up the project structure, and where to use it. Can someone share a good resource? I already saw everything on youtube and so on...Thank you guys in advance !!!
August 26, 2021 at 03:47PM by imavlastimov
https://ift.tt/2Y3Xj8x
Can someone explain how should I do state management in flutter?
Hello everyone!!I know a little bit of Flutter I mean I can build a mobile app UI and add some functions. But guys I don't have an idea about state management (I know what it is) but I can don't understand it, I don't know how to set up the project structure, and where to use it. Can someone share a good resource? I already saw everything on youtube and so on...Thank you guys in advance !!!
August 26, 2021 at 03:47PM by imavlastimov
https://ift.tt/2Y3Xj8x
reddit
Can someone explain how should I do state management in flutter?
Hello everyone!! I know a little bit of Flutter I mean I can build a mobile app UI and add some functions. But guys I don't have an idea about...
New post on /r/flutterdev subreddit:
Adding Google Maps to a Flutter app - FlutterBeads
https://ift.tt/3jh15U3
August 26, 2021 at 03:44PM by pinkeshdarji
https://ift.tt/3DkBeCt
Adding Google Maps to a Flutter app - FlutterBeads
https://ift.tt/3jh15U3
August 26, 2021 at 03:44PM by pinkeshdarji
https://ift.tt/3DkBeCt
FlutterBeads
Adding Google Maps to a Flutter app - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">7</span> <span class="rt-label rt-postfix">min read</span></span> I can’t imagine what life would be like without Google Maps. We use it for…
New post on /r/flutterdev subreddit:
Flutter CNIC Card Scanner, Biometric Auth & Co - 32 - PUB.DEV RELEASES
https://youtube.com/watch?v=wgEWBCD-n0Y&feature=share
August 26, 2021 at 03:39PM by syntacops
https://ift.tt/3sP46hk
Flutter CNIC Card Scanner, Biometric Auth & Co - 32 - PUB.DEV RELEASES
https://youtube.com/watch?v=wgEWBCD-n0Y&feature=share
August 26, 2021 at 03:39PM by syntacops
https://ift.tt/3sP46hk
YouTube
Flutter CNIC Card Scanner, Biometric Auth & Co - 32 - PUB.DEV RELEASES
The most liked Flutter packages of week 32 (from August 09 to 15) is a new Flutter CINC Card Scanner package. On top of that we also get package for biometric authentication, elegant looking notification widgets and 7 additional package releases. #flutter…
New post on /r/flutterdev subreddit:
ASMR Brand and Platform built on Flutter looking to build a community
Hi I am Joe the founder of Marslix ASMR we are an ASMR SaaS product, brand and community launching after 01 November built on Google Cloud Platform and Firebase and Flutter.We have a total 400 followers across platforms. How do we further grow into Reddit. We started our first social Instagram in April ,but arrived to Reddit only in July.Our ASMR app has got Livestreams and Video on Demand on Freemium with good search and categorization of different ASMR Niches and a Payout model for creators granting 60% to them of Donations and Monthly Subscription[$15.99] to them.I know Reddit is alpha. How do I get 100,000 reddit downloads on launch. I am willing to give away 10,000 one month Subscriptions to users on this Reddit and Verify[Unlocks Payouts] 300 Creators from this Reddit no work needed. How do we appeal to you ?
August 26, 2021 at 04:43PM by MarslixAsmrApp
https://ift.tt/3ylgjf4
ASMR Brand and Platform built on Flutter looking to build a community
Hi I am Joe the founder of Marslix ASMR we are an ASMR SaaS product, brand and community launching after 01 November built on Google Cloud Platform and Firebase and Flutter.We have a total 400 followers across platforms. How do we further grow into Reddit. We started our first social Instagram in April ,but arrived to Reddit only in July.Our ASMR app has got Livestreams and Video on Demand on Freemium with good search and categorization of different ASMR Niches and a Payout model for creators granting 60% to them of Donations and Monthly Subscription[$15.99] to them.I know Reddit is alpha. How do I get 100,000 reddit downloads on launch. I am willing to give away 10,000 one month Subscriptions to users on this Reddit and Verify[Unlocks Payouts] 300 Creators from this Reddit no work needed. How do we appeal to you ?
August 26, 2021 at 04:43PM by MarslixAsmrApp
https://ift.tt/3ylgjf4
reddit
ASMR Brand and Platform built on Flutter looking to build a community
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Color Filters in Flutter
https://ift.tt/2Wr1NFD
August 26, 2021 at 04:34PM by VandadNahavandipoor
https://ift.tt/2Wt91IF
Color Filters in Flutter
https://ift.tt/2Wr1NFD
August 26, 2021 at 04:34PM by VandadNahavandipoor
https://ift.tt/2Wt91IF
GitHub
flutter-tips-and-tricks/color-filters-in-flutter.md at main · vandadnp/flutter-tips-and-tricks
A Collection of Flutter and Dart Tips and Tricks. Contribute to vandadnp/flutter-tips-and-tricks development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Complete Google and Facebook Login In Flutter | Flutter & Firebase Authentication 2021
https://youtu.be/-ORs_MduPEM
August 26, 2021 at 05:31PM by backslashflutter
https://ift.tt/3B9O3xy
Complete Google and Facebook Login In Flutter | Flutter & Firebase Authentication 2021
https://youtu.be/-ORs_MduPEM
August 26, 2021 at 05:31PM by backslashflutter
https://ift.tt/3B9O3xy
YouTube
Complete Google and Facebook Login In Flutter | Flutter & Firebase Authentication 2021 (Part 1)
Complete Google and Facebook Login In Flutter | Flutter & Firebase Authentication 2021 (Part 1)
In this series of tutorials, we will be implementing complete google and Facebook login in a flutter, and learn flutter & firebase authentication 2021
These…
In this series of tutorials, we will be implementing complete google and Facebook login in a flutter, and learn flutter & firebase authentication 2021
These…
New post on /r/flutterdev subreddit:
Flutter Cookbook: Over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart.
https://ift.tt/2UQANi5
August 26, 2021 at 06:53PM by Yassin_Bennkhay
https://ift.tt/3BgVpzC
Flutter Cookbook: Over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart.
https://ift.tt/2UQANi5
August 26, 2021 at 06:53PM by Yassin_Bennkhay
https://ift.tt/3BgVpzC
New post on /r/flutterdev subreddit:
An Opinionated Way To Install The Flutter SDK
https://ift.tt/2UONgmf
August 26, 2021 at 07:46PM by fredgrott
https://ift.tt/3yfgFE1
An Opinionated Way To Install The Flutter SDK
https://ift.tt/2UONgmf
August 26, 2021 at 07:46PM by fredgrott
https://ift.tt/3yfgFE1
Medium
An Opinionated Way To Install The Flutter SDK
Want more power to get full test coverage, full code feedback, and all the bells and whistles of flutter front-end development? You have to…
New post on /r/flutterdev subreddit:
package:html (Flutter Package of the Week)
https://youtube.com/watch?v=rCugckXUC8M&feature=share
August 26, 2021 at 07:39PM by Pixelreddit
https://ift.tt/2XPa5HB
package:html (Flutter Package of the Week)
https://youtube.com/watch?v=rCugckXUC8M&feature=share
August 26, 2021 at 07:39PM by Pixelreddit
https://ift.tt/2XPa5HB
YouTube
package:html (Flutter Package of the Week)
Learn more about package:html → https://pub.dev/packages/html
Nostalgic for HTML? Package html is an HTML5 parser that gives you an object that models an HTML document and gives you queryable access to its DOM tree.
Add this package to your apps with `pub…
Nostalgic for HTML? Package html is an HTML5 parser that gives you an object that models an HTML document and gives you queryable access to its DOM tree.
Add this package to your apps with `pub…
New post on /r/flutterdev subreddit:
Flutter Events app UI | Speed Code
https://youtu.be/ozgOU9C3vF4
August 26, 2021 at 08:51PM by mheshm
https://ift.tt/3DmiP8r
Flutter Events app UI | Speed Code
https://youtu.be/ozgOU9C3vF4
August 26, 2021 at 08:51PM by mheshm
https://ift.tt/3DmiP8r
YouTube
Flutter Events app UI | Speed Code
In this video, I’ll make an events app UI that consist of 3 screens home screen, event screen, and profile screenEnjoy! ⭐Source Code: - https://github.com/Ma...