New post on /r/flutterdev subreddit:
How to Redirect to a Other App from your Flutter App.
https://ift.tt/3F0kfoO
January 06, 2022 at 04:58PM by rrtutors
https://ift.tt/3q27mGG
How to Redirect to a Other App from your Flutter App.
https://ift.tt/3F0kfoO
January 06, 2022 at 04:58PM by rrtutors
https://ift.tt/3q27mGG
Rrtutors
How to Redirect to a Other App from your Flutter App.
You started creating your app, but then you also want your apps to link to other apps. You want to Redirect to another app when you press a button. How do you do that??
New post on /r/flutterdev subreddit:
Thought About flutterfire_ui package.
Guys recently find out about this flutterfire_ui package which was officially built by the firebase team which looks quite amazing. where you can perform the whole sign-in process in a single line of code.
January 06, 2022 at 07:58PM by Prashant_4200
https://ift.tt/3qNEbGc
Thought About flutterfire_ui package.
Guys recently find out about this flutterfire_ui package which was officially built by the firebase team which looks quite amazing. where you can perform the whole sign-in process in a single line of code.
GoogleSignInButton(clientId: Config.clientID)
So what does your thought about that just want to know since currently, I was working on my new flutter project where I strictly tried to use clean architecture and bloc pattern so now I am just confused should I use this its make developments so much easy or use the normal method?What you do.January 06, 2022 at 07:58PM by Prashant_4200
https://ift.tt/3qNEbGc
Dart packages
flutterfire_ui | Flutter package
UI library built on top of firebase services
New tweet from FlutterDev:
😍 The next Flutter challenge is HERE 💙 Test your Flutter skills, creativity, and get involved with the community in the #FlutterPuzzleHack! Submit your masterpiece for a chance to win BIG. 🕹👀 Learn more 👉 https://t.co/fH3oUUOyw4 https://t.co/3mkK0Ue2iF— Flutter (@FlutterDev) Jan 6, 2022
January 06, 2022 at 09:15PM
https://twitter.com/FlutterDev/status/1479184966927872000
😍 The next Flutter challenge is HERE 💙 Test your Flutter skills, creativity, and get involved with the community in the #FlutterPuzzleHack! Submit your masterpiece for a chance to win BIG. 🕹👀 Learn more 👉 https://t.co/fH3oUUOyw4 https://t.co/3mkK0Ue2iF— Flutter (@FlutterDev) Jan 6, 2022
January 06, 2022 at 09:15PM
https://twitter.com/FlutterDev/status/1479184966927872000
Flutter Puzzle Hack
Push your creativity to its limits by reimagining this classic puzzle!
New post on /r/flutterdev subreddit:
Looking for a feature from Google weather app.
Since you can't post images here, if anyone has a the Google app, the weather on there, if you scroll all the way to the bottom, it shows a chart showing sunrise and sunset times. I know there is a package to get the times, but I'm looking for a package that has a chart like this.
January 06, 2022 at 10:08PM by abruzzo88
https://ift.tt/3GiBvHv
Looking for a feature from Google weather app.
Since you can't post images here, if anyone has a the Google app, the weather on there, if you scroll all the way to the bottom, it shows a chart showing sunrise and sunset times. I know there is a package to get the times, but I'm looking for a package that has a chart like this.
January 06, 2022 at 10:08PM by abruzzo88
https://ift.tt/3GiBvHv
reddit
Looking for a feature from Google weather app.
Since you can't post images here, if anyone has a the Google app, the weather on there, if you scroll all the way to the bottom, it shows a chart...
New post on /r/flutterdev subreddit:
puby | Run pub commands for all sub projects in the current directory recursively
https://ift.tt/3JMldbO
January 06, 2022 at 09:49PM by Rexios80
https://ift.tt/3q1voBn
puby | Run pub commands for all sub projects in the current directory recursively
https://ift.tt/3JMldbO
January 06, 2022 at 09:49PM by Rexios80
https://ift.tt/3q1voBn
Dart packages
puby | Dart Package
Run pub commands for all sub projects in the current directory recursively
New post on /r/flutterdev subreddit:
Scope package providing Dependency inject released
Despite the version no. this is the first release of the Scope package.https://pub.dev/packages/scopeScope provides dependency injection (DI) for Dart applications allowing you to inject values into a scope and then 'use' those dependencies from any method (or constructor) called within that scope.Scope is not a replacement for the likes of Provider. Provider does DI for your BuildContext whilst Scope provides DI for your call stack.For Java developers Scope provides similar functionality to a thread local variablesAuthors: Philipp Schiffmann [philippschiffmann93@gmail.com](mailto:philippschiffmann93@gmail.com) S. Brett SuttonScope is a reimagining of Philipp's zone_id package. All credit goes to Phillipp's original implementation without which Scope wouldn't exist.Full doco at: https://scope.noojee.dev/The best way to understand Scope is with an example:
January 06, 2022 at 09:25PM by bsutto
https://ift.tt/3G1I8xu
Scope package providing Dependency inject released
Despite the version no. this is the first release of the Scope package.https://pub.dev/packages/scopeScope provides dependency injection (DI) for Dart applications allowing you to inject values into a scope and then 'use' those dependencies from any method (or constructor) called within that scope.Scope is not a replacement for the likes of Provider. Provider does DI for your BuildContext whilst Scope provides DI for your call stack.For Java developers Scope provides similar functionality to a thread local variablesAuthors: Philipp Schiffmann [philippschiffmann93@gmail.com](mailto:philippschiffmann93@gmail.com) S. Brett SuttonScope is a reimagining of Philipp's zone_id package. All credit goes to Phillipp's original implementation without which Scope wouldn't exist.Full doco at: https://scope.noojee.dev/The best way to understand Scope is with an example:
void main() { /// create a Scope Scope() /// inject a value ..value<int>(ageKey, 18) /// run some code within the Scope ..run(() => a(); } void a() => b(); /// `use` the injected value void b() => print('You are ${use(ageKey)} years old');
January 06, 2022 at 09:25PM by bsutto
https://ift.tt/3G1I8xu
Dart packages
scope | Dart package
A Dependency injection (Inversion of Control) library. Supports nested Scopes and multiple values of the same type.
New tweet from FlutterDev:
RT @AndroidDev: 📢❗ Opportunity for women developers! #WomenDeveloperAcademy in Europe is looking for new participants. The program offers the opportunity to gain new skills and network with other women developers. Apply 👉 https://t.co/v6NEikVant https://t.co/Rt0tU1Zkbt— Flutter (@FlutterDev) Jan 6, 2022
January 07, 2022
https://twitter.com/FlutterDev/status/1479226273159426049
RT @AndroidDev: 📢❗ Opportunity for women developers! #WomenDeveloperAcademy in Europe is looking for new participants. The program offers the opportunity to gain new skills and network with other women developers. Apply 👉 https://t.co/v6NEikVant https://t.co/Rt0tU1Zkbt— Flutter (@FlutterDev) Jan 6, 2022
January 07, 2022
https://twitter.com/FlutterDev/status/1479226273159426049
Withgoogle
Women Developer Academy Europe - Home
New post on /r/flutterdev subreddit:
Connecting NFTs to physical products by an NFC tag on the Solana blockchain with Dart / Flutter
I'm interested in spinning up a collection of NFTs on Solana where the NFTs are connected to physical products via an NFC tag. What this means is each NFT has a unique url or asset contract, when you scan the NFC tag it directs the scanner to the NFT.Ideally I'd like to do this how Adidas does it where they "burn" the NFT when you redeem for the physical product but I don't want to get too in over my head if that's too complicated. I don't want to create another NFT after the NFT is burned either.I've seen several on Ethereum but am more interested in the Solana use case. Does anyone have any experience building these or have seen similar collections on Solana?I've seen that Metaplex is an accelerator for React for spinning up NFTs but I'm unsure if anything exists for Dart / Flutter?
January 07, 2022 at 01:31AM by matt_hatt3r
https://ift.tt/3zx96uD
Connecting NFTs to physical products by an NFC tag on the Solana blockchain with Dart / Flutter
I'm interested in spinning up a collection of NFTs on Solana where the NFTs are connected to physical products via an NFC tag. What this means is each NFT has a unique url or asset contract, when you scan the NFC tag it directs the scanner to the NFT.Ideally I'd like to do this how Adidas does it where they "burn" the NFT when you redeem for the physical product but I don't want to get too in over my head if that's too complicated. I don't want to create another NFT after the NFT is burned either.I've seen several on Ethereum but am more interested in the Solana use case. Does anyone have any experience building these or have seen similar collections on Solana?I've seen that Metaplex is an accelerator for React for spinning up NFTs but I'm unsure if anything exists for Dart / Flutter?
January 07, 2022 at 01:31AM by matt_hatt3r
https://ift.tt/3zx96uD
New post on /r/flutterdev subreddit:
Flutter BLoC (v8): How to Fetch Data From an API? - 2022 Guide
https://ift.tt/3qOYNxO
January 07, 2022 at 06:54AM by Red_Star25
https://ift.tt/3G4bHyF
Flutter BLoC (v8): How to Fetch Data From an API? - 2022 Guide
https://ift.tt/3qOYNxO
January 07, 2022 at 06:54AM by Red_Star25
https://ift.tt/3G4bHyF
Dhruv Nakum
Flutter BLoC (v8): How to Fetch Data From an API? - 2022 Guide
How to fetch the data from the API by using BLoC Architecture?
New post on /r/flutterdev subreddit:
A question for Flutter experts
I'm ready to start my journey as a flutter dev, the only thing that's holding me back is not having any idea of implementing advance "data-structures" like (stack, linked-list, graph etc) in my Flutter application because there isn't a single tutorial explaining how & I can't afford hiring a teacher.𝗤𝟭• Are all the popular DSs available in Dart and with good documentation ?𝗤𝟮• If Q1's answer is 'NO' then Can i implement these DSs in Dart all by my own as a beginner ? (I guess I'm someone in middle of the beginner & intermediate stage)
January 07, 2022 at 07:16AM by revolutionizer019
https://ift.tt/3q0oexp
A question for Flutter experts
I'm ready to start my journey as a flutter dev, the only thing that's holding me back is not having any idea of implementing advance "data-structures" like (stack, linked-list, graph etc) in my Flutter application because there isn't a single tutorial explaining how & I can't afford hiring a teacher.𝗤𝟭• Are all the popular DSs available in Dart and with good documentation ?𝗤𝟮• If Q1's answer is 'NO' then Can i implement these DSs in Dart all by my own as a beginner ? (I guess I'm someone in middle of the beginner & intermediate stage)
January 07, 2022 at 07:16AM by revolutionizer019
https://ift.tt/3q0oexp
reddit
[deleted by user]
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
GitHub - wasabeef/flutter_hooks_test: Simple and complete Flutter hooks testing utilities that encourage good testing practices.
https://ift.tt/34tPGLI
January 07, 2022 at 09:19AM by wasabeef_jp
https://ift.tt/31C3MJS
GitHub - wasabeef/flutter_hooks_test: Simple and complete Flutter hooks testing utilities that encourage good testing practices.
https://ift.tt/34tPGLI
January 07, 2022 at 09:19AM by wasabeef_jp
https://ift.tt/31C3MJS
GitHub
GitHub - wasabeef/flutter_hooks_test: Simple and complete Flutter hooks testing utilities that encourage good testing practices.
Simple and complete Flutter hooks testing utilities that encourage good testing practices. - GitHub - wasabeef/flutter_hooks_test: Simple and complete Flutter hooks testing utilities that encourage...
New post on /r/flutterdev subreddit:
Dart type you have NEVER used
https://ift.tt/3f2iaOu
January 07, 2022 at 10:27AM by we_are_metizsoft
https://ift.tt/3JQRA9q
Dart type you have NEVER used
https://ift.tt/3f2iaOu
January 07, 2022 at 10:27AM by we_are_metizsoft
https://ift.tt/3JQRA9q
Medium
Dart type you have NEVER used
Dart type system goes: never say never…
New post on /r/flutterdev subreddit:
How to debug in-depth the performance of your Dart code in a Flutter app.
https://vincentjouanne.com/garden/how-to-debug-the-performance-of-your-dart-code-using-flutter-devtools
January 07, 2022 at 11:51AM by Normal_Razzmatazz_79
https://ift.tt/3q58ysU
How to debug in-depth the performance of your Dart code in a Flutter app.
https://vincentjouanne.com/garden/how-to-debug-the-performance-of-your-dart-code-using-flutter-devtools
January 07, 2022 at 11:51AM by Normal_Razzmatazz_79
https://ift.tt/3q58ysU
New post on /r/flutterdev subreddit:
Testing GoRouter navigation
100% Coverage can be tricky to obtain. Discover how to tackle your GoRouter tests!https://guillaume.bernos.dev/testing-go-router/
January 07, 2022 at 11:48AM by BeGuillaume
https://ift.tt/3G6LFdR
Testing GoRouter navigation
100% Coverage can be tricky to obtain. Discover how to tackle your GoRouter tests!https://guillaume.bernos.dev/testing-go-router/
January 07, 2022 at 11:48AM by BeGuillaume
https://ift.tt/3G6LFdR
Guillaume Bernos
Testing GoRouter in Flutter
Discover how to test two of the most common use cases of navigation with GoRouter!
New post on /r/flutterdev subreddit:
A solution for the first flutter challenge
Two days ago, I announced a GitHub-hosted site for hosting short and easy, yet interesting flutter challenges.Today I published a solution for the first challenge, and I would very much like to know how you feel about this solution and how it is presented. I aimed for something very focused on the challenge and as short as possible.I like that I could link to some DartPads in the end, so people can see the code running, but I am not happy to put everything in one single file in DartPads. I imagine it will become even a more serious problem when more code is needed. So if you have a better idea, let me know.Also, I would like to know how you feel about publishing the challenge and then waiting a few days before posting any solution. Personally, I think it makes the challenge more fun, but it only works for people who are doing the challenges when announced. It has no effect for those who are attempting to do older challenges. Also, it may become a bit of an annoyance if someone completed the challenge and is eager to view the "official" solution but still has to wait for a couple of days for it to be published.
January 07, 2022 at 11:22AM by __RGgt__
https://ift.tt/3n4raHp
A solution for the first flutter challenge
Two days ago, I announced a GitHub-hosted site for hosting short and easy, yet interesting flutter challenges.Today I published a solution for the first challenge, and I would very much like to know how you feel about this solution and how it is presented. I aimed for something very focused on the challenge and as short as possible.I like that I could link to some DartPads in the end, so people can see the code running, but I am not happy to put everything in one single file in DartPads. I imagine it will become even a more serious problem when more code is needed. So if you have a better idea, let me know.Also, I would like to know how you feel about publishing the challenge and then waiting a few days before posting any solution. Personally, I think it makes the challenge more fun, but it only works for people who are doing the challenges when announced. It has no effect for those who are attempting to do older challenges. Also, it may become a bit of an annoyance if someone completed the challenge and is eager to view the "official" solution but still has to wait for a couple of days for it to be published.
January 07, 2022 at 11:22AM by __RGgt__
https://ift.tt/3n4raHp
Flutter Challenges
Flutter Challenges: Challenge 01 [Solution]
To implement this design, we will need to place 2 widgets, one on top of the other. One widget will be a simple box with a white background; the other widget will have a purple background and will later be clipped to give the wave-like appearance...
New post on /r/flutterdev subreddit:
GoRouter: Testing the most common use cases
https://ift.tt/3FaMjGg
January 07, 2022 at 03:02PM by BeGuillaume
https://ift.tt/3G46Tt6
GoRouter: Testing the most common use cases
https://ift.tt/3FaMjGg
January 07, 2022 at 03:02PM by BeGuillaume
https://ift.tt/3G46Tt6
Guillaume Bernos
Testing GoRouter in Flutter
Discover how to test two of the most common use cases of navigation with GoRouter!
New post on /r/flutterdev subreddit:
App Feedback Thread - January 07, 2022
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
January 07, 2022 at 03:00PM by AutoModerator
https://ift.tt/3F83zvw
App Feedback Thread - January 07, 2022
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
January 07, 2022 at 03:00PM by AutoModerator
https://ift.tt/3F83zvw
Reddit
r/FlutterDev on Reddit: App Feedback Thread - January 07, 2022
Posted by u/AutoModerator - 4 votes and 2 comments
New post on /r/flutterdev subreddit:
Flutter VS Code Productivity Hacks
https://youtu.be/1ctbNQhWk0U
January 07, 2022 at 02:25PM by anwarabir
https://ift.tt/3Ghe8h6
Flutter VS Code Productivity Hacks
https://youtu.be/1ctbNQhWk0U
January 07, 2022 at 02:25PM by anwarabir
https://ift.tt/3Ghe8h6
YouTube
Flutter VS Code Productivity Hacks
It’s been a long time, I’m getting comments like Can You make a video about your VS Code setup and the extensions you use? Especially What extension are you using for the widget tree lines?
Each day I’m getting a minimum of one comment like that, so I decided…
Each day I’m getting a minimum of one comment like that, so I decided…
New post on /r/flutterdev subreddit:
Flutter with Firebase Emulator
https://youtube.com/watch?v=B56yrMATXVY&feature=share
January 07, 2022 at 03:34PM by JoeExotic9
https://ift.tt/3F2seSf
Flutter with Firebase Emulator
https://youtube.com/watch?v=B56yrMATXVY&feature=share
January 07, 2022 at 03:34PM by JoeExotic9
https://ift.tt/3F2seSf
YouTube
Flutter with Local Firebase Emulator
Basic example using Flutter with Firebase local Emulator Suite.
Github code:
https://github.com/avalanche-tm/youtube-videos/tree/master/flutter_with_firebase_emulators
Twitter: @Avalanche_tm9
Github code:
https://github.com/avalanche-tm/youtube-videos/tree/master/flutter_with_firebase_emulators
Twitter: @Avalanche_tm9
New post on /r/flutterdev subreddit:
Random string generator with easy syntax and many complex options.
https://ift.tt/3HGbIJq
January 07, 2022 at 04:16PM by mehmetyaz
https://ift.tt/3G4hTqo
Random string generator with easy syntax and many complex options.
https://ift.tt/3HGbIJq
January 07, 2022 at 04:16PM by mehmetyaz
https://ift.tt/3G4hTqo
Dart packages
style_random | Dart Package
Random string generator with easy syntax and many complex options. Specify random string by many options like length, ends etc.
New post on /r/flutterdev subreddit:
Easily add subscriptions with FlutterFlow + RevenueCat
https://ift.tt/3HHNLRP
January 07, 2022 at 05:30PM by rab_eye
https://ift.tt/3q2lfo2
Easily add subscriptions with FlutterFlow + RevenueCat
https://ift.tt/3HHNLRP
January 07, 2022 at 05:30PM by rab_eye
https://ift.tt/3q2lfo2