New post on /r/flutterdev subreddit:
How to solve the biggest localization issues for developers
Hey Reddits,Full disclosure - I work for Lokalise and we just put together some resources to help developers with the localization process of their apps.No strings attached - you’ll find on the page a free (no registration required) ebook on how to solve the biggest localization issues for developers. Link hereI hope you’ll find this useful and would love to hear some feedback from you. Enjoy!
June 24, 2021 at 04:10PM by cristiantonio
https://ift.tt/3wVatkv
How to solve the biggest localization issues for developers
Hey Reddits,Full disclosure - I work for Lokalise and we just put together some resources to help developers with the localization process of their apps.No strings attached - you’ll find on the page a free (no registration required) ebook on how to solve the biggest localization issues for developers. Link hereI hope you’ll find this useful and would love to hear some feedback from you. Enjoy!
June 24, 2021 at 04:10PM by cristiantonio
https://ift.tt/3wVatkv
lokalise.com
The most user-friendly localization platform | Lokalise
Lokalise is a continuous localization and translation management platform. It integrates into your development workflow so you can ship localized products, faster.
New post on /r/flutterdev subreddit:
Flutter Tutorial Suggestion
can anyone suggest some flutter tutorial site?
June 24, 2021 at 04:02PM by risernoob
https://ift.tt/3xSlzGX
Flutter Tutorial Suggestion
can anyone suggest some flutter tutorial site?
June 24, 2021 at 04:02PM by risernoob
https://ift.tt/3xSlzGX
reddit
Flutter Tutorial Suggestion
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Say HI to Mason Package! - The Top Tier Code Generation Tool | Complete Tutorial
https://youtu.be/SnrHoN632NU
June 24, 2021 at 03:30PM by felangel1
https://ift.tt/3dcL6D8
Say HI to Mason Package! - The Top Tier Code Generation Tool | Complete Tutorial
https://youtu.be/SnrHoN632NU
June 24, 2021 at 03:30PM by felangel1
https://ift.tt/3dcL6D8
YouTube
Say HI to Mason Package! - The Top Tier Code Generation Tool | Complete Tutorial
Hi there!
In this video I'll make you a complete introduction on another open-source package developer by Felix Angelov and the team at Very Good Ventures. I'm talking about the Mason Package, which I believe it's a top tier code generation tool that will…
In this video I'll make you a complete introduction on another open-source package developer by Felix Angelov and the team at Very Good Ventures. I'm talking about the Mason Package, which I believe it's a top tier code generation tool that will…
New post on /r/flutterdev subreddit:
Single vs. Multi-Package Projects for Larger Codebases w/ Multiple Teams
Hi everyone.What are your thoughts on multi-package (but single-repo) projects for larger codebases w/ multiple teams?What are the benefits? Some that come at the top of my head are better separations of concerns, the ability to open-source some packages and experiment with different architectures without affecting the whole codebase.What are the drawbacks?Do you separate per layer, per feature, or a mixture of both?Are there any tools you recommend? Melos, for example.Do you have tips for teams looking to migrate from a single to multi-package structure?Anything else that comes to your mind.
June 24, 2021 at 03:29PM by Epidemy11
https://ift.tt/3gSr4Ql
Single vs. Multi-Package Projects for Larger Codebases w/ Multiple Teams
Hi everyone.What are your thoughts on multi-package (but single-repo) projects for larger codebases w/ multiple teams?What are the benefits? Some that come at the top of my head are better separations of concerns, the ability to open-source some packages and experiment with different architectures without affecting the whole codebase.What are the drawbacks?Do you separate per layer, per feature, or a mixture of both?Are there any tools you recommend? Melos, for example.Do you have tips for teams looking to migrate from a single to multi-package structure?Anything else that comes to your mind.
June 24, 2021 at 03:29PM by Epidemy11
https://ift.tt/3gSr4Ql
docs.page
Melos
A tool for managing Dart projects with multiple packages.
New post on Flutter Dev Google group:
How to properly target multiple platforms in a "native" way
Hi all, The question of targeting multiple platforms in a way that feels "native" to that platform is interesting for me because with the introduction of packages like fluent_ui and macos_ui, there are now four separate "app" widgets available for use (not including WidgetsApp): - MaterialAp
June 24, 2021 at 07:06PM by GroovinChip
https://ift.tt/3gOWHKK
How to properly target multiple platforms in a "native" way
Hi all, The question of targeting multiple platforms in a way that feels "native" to that platform is interesting for me because with the introduction of packages like fluent_ui and macos_ui, there are now four separate "app" widgets available for use (not including WidgetsApp): - MaterialAp
June 24, 2021 at 07:06PM by GroovinChip
https://ift.tt/3gOWHKK
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:
question about dart and flutter
hi flutter devs,i am a 16 year old newbie in dart and flutter, and after some time learning dart syntax and flutter docs my question is: how does dart is useful in the creation of an app? i mean it just covers the logic but how does it intersecate with flutter if flutter just does everything about the ui.i read that dart covered the backend but what does it actually do?i want to start off by developing a simple morning routine app so if you can use it as an example, much appreciatedregards, davide
June 24, 2021 at 05:06PM by FilthyFrankuuu
https://ift.tt/3gYVejT
question about dart and flutter
hi flutter devs,i am a 16 year old newbie in dart and flutter, and after some time learning dart syntax and flutter docs my question is: how does dart is useful in the creation of an app? i mean it just covers the logic but how does it intersecate with flutter if flutter just does everything about the ui.i read that dart covered the backend but what does it actually do?i want to start off by developing a simple morning routine app so if you can use it as an example, much appreciatedregards, davide
June 24, 2021 at 05:06PM by FilthyFrankuuu
https://ift.tt/3gYVejT
reddit
r/FlutterDev - question about dart and flutter
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Animations Using Hero | Advanced Animations In Flutter | Tutorial #4
https://youtu.be/-AJJhD4U-lE
June 24, 2021 at 07:55PM by ITMastering
https://ift.tt/3dbcX6z
Animations Using Hero | Advanced Animations In Flutter | Tutorial #4
https://youtu.be/-AJJhD4U-lE
June 24, 2021 at 07:55PM by ITMastering
https://ift.tt/3dbcX6z
New post on /r/flutterdev subreddit:
Question about provider
Hey guys hope you're all doing well! I'm new in fluttet and I'm confused about how exactly to use provider. I wanna save users data and coming from android i used shared preferences there. I noticed there is shared preferences in flutter too, but do I have to use it or provider can do the job alone? My app is connected with firebase and i followed a tutorial to use provider and check if the user is logged in or not to know what widget to call. So with the same multi provider i can create a new provider to keep track of user's data and use in all widget, is that right or I'm missing something? Thanks in advance for whoever helps
June 24, 2021 at 07:55PM by khalliexter
https://ift.tt/3zVNS9p
Question about provider
Hey guys hope you're all doing well! I'm new in fluttet and I'm confused about how exactly to use provider. I wanna save users data and coming from android i used shared preferences there. I noticed there is shared preferences in flutter too, but do I have to use it or provider can do the job alone? My app is connected with firebase and i followed a tutorial to use provider and check if the user is logged in or not to know what widget to call. So with the same multi provider i can create a new provider to keep track of user's data and use in all widget, is that right or I'm missing something? Thanks in advance for whoever helps
June 24, 2021 at 07:55PM by khalliexter
https://ift.tt/3zVNS9p
reddit
r/FlutterDev - Question about provider
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter In App Notification, Vertical Tab Bar View & Co. - 23 - PUB.DEV ...
https://youtube.com/watch?v=rlXNAu6WuC8&feature=share
June 24, 2021 at 08:51PM by syntacops
https://ift.tt/3vR7AQp
Flutter In App Notification, Vertical Tab Bar View & Co. - 23 - PUB.DEV ...
https://youtube.com/watch?v=rlXNAu6WuC8&feature=share
June 24, 2021 at 08:51PM by syntacops
https://ift.tt/3vR7AQp
YouTube
Flutter In App Notification, Vertical Tab Bar View & Co. - 23 - PUB.DEV RELEASES
The most liked Flutter packages of week 23 (from June 7 to 13) is a flutter in app notification package. On top of that we also get a vertical tab bar view, a validated textformfield for passwords and 7 more package releases. #flutter #app #notification
…
…
New post on Flutter Dev Google group:
Flutter Web Update Cache on Firebase Hosting
I am running Flutter 2.2.2 with Dart 2.13 for a web site on Firebase Hosting. When I do an update to the web site, I need to press reload to see the changes. Is there a setting that I can force the reload only when I update the content? The simple site is here: https://oppkey.com/#/ I can
June 24, 2021 at 10:07PM by Craig Oda
https://ift.tt/3xRDrSA
Flutter Web Update Cache on Firebase Hosting
I am running Flutter 2.2.2 with Dart 2.13 for a web site on Firebase Hosting. When I do an update to the web site, I need to press reload to see the changes. Is there a setting that I can force the reload only when I update the content? The simple site is here: https://oppkey.com/#/ I can
June 24, 2021 at 10:07PM by Craig Oda
https://ift.tt/3xRDrSA
Oppkey
Oppkey Consultants for Online Communities
Oppkey Build Strong Developer Communities
New post on /r/flutterdev subreddit:
Migrating an old app to Flutter 2 (The Boring Flutter Development Show, ...
https://youtube.com/watch?v=ALH-FbRPPws&feature=share
June 24, 2021 at 09:49PM by Pixelreddit
https://ift.tt/3h1moqb
Migrating an old app to Flutter 2 (The Boring Flutter Development Show, ...
https://youtube.com/watch?v=ALH-FbRPPws&feature=share
June 24, 2021 at 09:49PM by Pixelreddit
https://ift.tt/3h1moqb
YouTube
Migrating an old app to Flutter 2 (The Boring Flutter Development Show, Ep. 49)
Filip and Fitz revisit the ancient Hacker News app which was started in the very first episodes of the Boring Show. They update their code to null safety, regenerate the code, and reflect on how much Flutter has evolved.
0:00 - Introduction
4:20 Getting…
0:00 - Introduction
4:20 Getting…
New tweet from FlutterDev:
RT @GooglePlayDev: ⏰ Submissions close July 1st for the #IndieGamesFestival and #IndieGamesAccelerator! Apply for the Accelerator to supe…— Flutter (@FlutterDev) Jun 24, 2021
June 24, 2021 at 10:20PM
http://twitter.com/FlutterDev/status/1408158212294074372
RT @GooglePlayDev: ⏰ Submissions close July 1st for the #IndieGamesFestival and #IndieGamesAccelerator! Apply for the Accelerator to supe…— Flutter (@FlutterDev) Jun 24, 2021
June 24, 2021 at 10:20PM
http://twitter.com/FlutterDev/status/1408158212294074372
Twitter
Google Play Apps & Games
⏰ Submissions close July 1st for the #IndieGamesFestival and #IndieGamesAccelerator! Apply for the Accelerator to supercharge your indie game's growth OR enter your game in the Festival to win promotions. Choose wisely → g.co/play/indies
New post on Flutter Dev Google group:
Flutter with fastlane.
Under iOS I can use build_app to build app in fastlane and then push. But for Android on windows, I have to call flutter build apk first and then call fastlane to push to play store. That is very in convenience. Could someone tell me if I missed anything? Is there a easy way to build and push
June 25, 2021 at 02:00AM by wyx....@gmail.com
https://ift.tt/3h2zwLU
Flutter with fastlane.
Under iOS I can use build_app to build app in fastlane and then push. But for Android on windows, I have to call flutter build apk first and then call fastlane to push to play store. That is very in convenience. Could someone tell me if I missed anything? Is there a easy way to build and push
June 25, 2021 at 02:00AM by wyx....@gmail.com
https://ift.tt/3h2zwLU
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 UI Design - eCommerce - Speed Code (TOMORROW 7AM EST) If interested* ✌️
https://www.youtube.com/watch?v=lSzqI2HGZ0s&t=10s
June 25, 2021 at 01:36AM by fluttermapp
https://ift.tt/3xN8wqv
Flutter UI Design - eCommerce - Speed Code (TOMORROW 7AM EST) If interested* ✌️
https://www.youtube.com/watch?v=lSzqI2HGZ0s&t=10s
June 25, 2021 at 01:36AM by fluttermapp
https://ift.tt/3xN8wqv
YouTube
Flutter UI Design - Amazon eCommerce - Speed Code
We will show you how to create a Flutter eCommerce UI Design inside this video. This is a Speed Code #FlutterUI project builded with #Dart programming language. This Amazon UI created with Flutter 2.0 is highly inspired by the Amazon App available on the…
New post on /r/flutterdev subreddit:
Flutter UI Challenge now Updated with More UIs and Features
Get it on,Github: https://github.com/lohanidamodar/flutter\_ui\_challenges
Play Store: https://play.google.com/store/apps/details?id=com.popupbits.flutteruichallenges
App Store: https://apps.apple.com/np/app/flutter-ui-challenges/id1473537882
June 25, 2021 at 03:13AM by lohanidamodar
https://ift.tt/35Rrv7q
Flutter UI Challenge now Updated with More UIs and Features
Get it on,Github: https://github.com/lohanidamodar/flutter\_ui\_challenges
Play Store: https://play.google.com/store/apps/details?id=com.popupbits.flutteruichallenges
App Store: https://apps.apple.com/np/app/flutter-ui-challenges/id1473537882
June 25, 2021 at 03:13AM by lohanidamodar
https://ift.tt/35Rrv7q
New post on /r/flutterdev subreddit:
[News] VSCode extension "Blockman" to Highlight nested code blocks with boxes
Also supports Dart language.
Check out my VSCode extension - Blockman, took me 6 months to build. It's free. Please help me promote/share/rate if you like it. You can customize block colors (backgrounds, borders), depth, turn on/off focus, curly/square/round brackets, tags, python indentation and more.....https://marketplace.visualstudio.com/items?itemName=leodevbro.blockmanSupports Python, Dart, R, Go, PHP, JavaScript, JSX, TypeScript, TSX, C, C#, C++, Java, HTML, CSS and more...This post in react.js community:https://www.reddit.com/r/reactjs/comments/nwjr0b/idea_highlight_nested_code_blocks_with_boxes/
June 25, 2021 at 02:07AM by leodevbro
https://ift.tt/2SnT70E
[News] VSCode extension "Blockman" to Highlight nested code blocks with boxes
Also supports Dart language.
Check out my VSCode extension - Blockman, took me 6 months to build. It's free. Please help me promote/share/rate if you like it. You can customize block colors (backgrounds, borders), depth, turn on/off focus, curly/square/round brackets, tags, python indentation and more.....https://marketplace.visualstudio.com/items?itemName=leodevbro.blockmanSupports Python, Dart, R, Go, PHP, JavaScript, JSX, TypeScript, TSX, C, C#, C++, Java, HTML, CSS and more...This post in react.js community:https://www.reddit.com/r/reactjs/comments/nwjr0b/idea_highlight_nested_code_blocks_with_boxes/
June 25, 2021 at 02:07AM by leodevbro
https://ift.tt/2SnT70E
Visualstudio
Blockman - Highlight Nested Code Blocks - Visual Studio Marketplace
Extension for Visual Studio Code - Mark/Highlight code blocks
New post on /r/flutterdev subreddit:
Flutter Range slider - How to Create Range seekbar in Flutter Application
https://ift.tt/3h7N1tT
June 25, 2021 at 03:25AM by rrtutors
https://ift.tt/2Usldsg
Flutter Range slider - How to Create Range seekbar in Flutter Application
https://ift.tt/3h7N1tT
June 25, 2021 at 03:25AM by rrtutors
https://ift.tt/2Usldsg
Rrtutors
Flutter Range slider - How to Create Range seekbar in Flutter Application
In this flutter example we will learn how to create range seekbar in flutter application. we know that Slider is a widget where we can set a value by dragging a desired position
New post on /r/flutterdev subreddit:
Need some knowledge in Flutter state management..
What is the best way to list observables in Flutter using GetX. I am building a navigation bar on flutter web desktop and I am trying to create an underline on buttons when mouse is hovered over Inkwells. How do I achieve this without a StateFul Widget using GetX.
June 25, 2021 at 07:24AM by mryoloo
https://ift.tt/2SqGkup
Need some knowledge in Flutter state management..
What is the best way to list observables in Flutter using GetX. I am building a navigation bar on flutter web desktop and I am trying to create an underline on buttons when mouse is hovered over Inkwells. How do I achieve this without a StateFul Widget using GetX.
June 25, 2021 at 07:24AM by mryoloo
https://ift.tt/2SqGkup
reddit
Need some knowledge in Flutter state management..
What is the best way to list observables in Flutter using GetX. I am building a navigation bar on flutter web desktop and I am trying to create...
New post on /r/flutterdev subreddit:
Good Quotes - a social media app made entirely with Flutter and Firebase.
Hello Guys, I have been building a social media app called "Good Quotes", I would like to get your opinion and feedback on the app. It sends a notification when the followed user posts a new post, someone comments on your posts, and when someone sends you a message.Hope you guys will like it. App ; Source Code
June 25, 2021 at 09:13AM by i-went-to-school
https://ift.tt/3h2KAbZ
Good Quotes - a social media app made entirely with Flutter and Firebase.
Hello Guys, I have been building a social media app called "Good Quotes", I would like to get your opinion and feedback on the app. It sends a notification when the followed user posts a new post, someone comments on your posts, and when someone sends you a message.Hope you guys will like it. App ; Source Code
June 25, 2021 at 09:13AM by i-went-to-school
https://ift.tt/3h2KAbZ
Google Play
Good quotes - Apps on Google Play
Good quotes is a social media app to connect with friends
New post on /r/flutterdev subreddit:
Windows 11 will run Android apps. Impact on Flutter?
I'm new to Flutter, just getting my head around the whole ecosystem. The announcement that Windows 11 will run Android apps natively caught my eye.Will this reduce the need to rely on Flutter Desktop for Windows, for example? Should development just concentrate on making a responsive Android app and let Windows essentially take care of the port?
June 25, 2021 at 08:10AM by flipside555
https://ift.tt/3gUK6pu
Windows 11 will run Android apps. Impact on Flutter?
I'm new to Flutter, just getting my head around the whole ecosystem. The announcement that Windows 11 will run Android apps natively caught my eye.Will this reduce the need to rely on Flutter Desktop for Windows, for example? Should development just concentrate on making a responsive Android app and let Windows essentially take care of the port?
June 25, 2021 at 08:10AM by flipside555
https://ift.tt/3gUK6pu
reddit
Windows 11 will run Android apps. Impact on Flutter?
I'm new to Flutter, just getting my head around the whole ecosystem. The announcement that Windows 11 will run Android apps natively caught my...
New post on /r/flutterdev subreddit:
Flutter app to store all passwords at one place, just remember one PIN and nothing else.
Made an app to store users social media passwords locally using aes encryption. Please review it and give feedback! Cheers!Download Here
June 25, 2021 at 11:07AM by Material-Panda3712
https://ift.tt/3dd4JL0
Flutter app to store all passwords at one place, just remember one PIN and nothing else.
Made an app to store users social media passwords locally using aes encryption. Please review it and give feedback! Cheers!Download Here
June 25, 2021 at 11:07AM by Material-Panda3712
https://ift.tt/3dd4JL0
Google Play
Keep Safe - Password Locker App , Password Manager - Apps on Google Play
A Password locker app to store all your passwords at one place securely.