New post on /r/flutterdev subreddit:
define_env A tool to generate dart-define strings from your .env file
Hi all,I made a dart tool to generate dart define strings from .env file.
I made this to scratch my own itch of not wanting to commit secrets to the source code and at the same time making it easy to add or remove compile time variables.The tool can as of now do the followingPrint dart define stringsCopy them to clipboard (linux and macOS)Update VS Code launch.jsonI am planning to add support for Android Studio as well, but given how this depends on working with XML this may take a while. There's lots to do apart from this, but Android Studio support is my priority.You can find it here
https://pub.dev/packages/define_envLet me know what you guys think.
June 12, 2021 at 03:51PM by ibrahim_mubarak
https://ift.tt/3weFEHc
define_env A tool to generate dart-define strings from your .env file
Hi all,I made a dart tool to generate dart define strings from .env file.
I made this to scratch my own itch of not wanting to commit secrets to the source code and at the same time making it easy to add or remove compile time variables.The tool can as of now do the followingPrint dart define stringsCopy them to clipboard (linux and macOS)Update VS Code launch.jsonI am planning to add support for Android Studio as well, but given how this depends on working with XML this may take a while. There's lots to do apart from this, but Android Studio support is my priority.You can find it here
https://pub.dev/packages/define_envLet me know what you guys think.
June 12, 2021 at 03:51PM by ibrahim_mubarak
https://ift.tt/3weFEHc
Dart packages
define_env | Dart package
Load variables from a `.env` file into a dart-define string and copy it to your IDE Config or to the clipboard.
New post on /r/flutterdev subreddit:
Is it still worth learning flutter considering tools like blup and flutter flow which can create an app without any code?
Is it also worth learning app development as more code free alternatives are available?
June 12, 2021 at 04:32PM by Similar-Dust-2338
https://ift.tt/2TmBI8L
Is it still worth learning flutter considering tools like blup and flutter flow which can create an app without any code?
Is it also worth learning app development as more code free alternatives are available?
June 12, 2021 at 04:32PM by Similar-Dust-2338
https://ift.tt/2TmBI8L
reddit
Is it still worth learning flutter considering tools like blup and...
Is it also worth learning app development as more code free alternatives are available?
New post on /r/flutterdev subreddit:
pokemon_tcg has hit version 1.0!
https://twitter.com/GroovinChip/status/1403715968359075842?s=19
June 12, 2021 at 04:18PM by GroovinChip
https://ift.tt/35e5AqB
pokemon_tcg has hit version 1.0!
https://twitter.com/GroovinChip/status/1403715968359075842?s=19
June 12, 2021 at 04:18PM by GroovinChip
https://ift.tt/35e5AqB
Twitter
GroovinChip 💙
I have been quietly developing an official Dart SDK for dev.pokemontcg.io and I’m happy to announce that the package has now hit version 1.0! Check it out at pub.dev/packages/pokem…
New post on /r/flutterdev subreddit:
Flutter development company for iOS app.
Hi FlutterDev community! I would be interested to ear your thoughts on the best development company to create an iphone app. Is there companies which maintain them too?Many thanks!
June 12, 2021 at 05:56PM by Antoine326
https://ift.tt/3ghunQT
Flutter development company for iOS app.
Hi FlutterDev community! I would be interested to ear your thoughts on the best development company to create an iphone app. Is there companies which maintain them too?Many thanks!
June 12, 2021 at 05:56PM by Antoine326
https://ift.tt/3ghunQT
reddit
Flutter development company for iOS app.
Hi FlutterDev community! I would be interested to ear your thoughts on the best development company to create an iphone app. Is there companies...
New post on /r/flutterdev subreddit:
DevOPS Tour, DartPad
https://ift.tt/3pR89Iz
June 12, 2021 at 07:37PM by fredgrott
https://ift.tt/3xmmUWx
DevOPS Tour, DartPad
https://ift.tt/3pR89Iz
June 12, 2021 at 07:37PM by fredgrott
https://ift.tt/3xmmUWx
Medium
DevOPS Tour, DartPad
Why should Dartpad be part of your DevOps tools? To show and teach, obviously! It’s somewhat easier to report framework SDK issues in…
New post on /r/flutterdev subreddit:
How to promote your app with low budget?
Hello, I am about to finish my app for reading news and books, where users can read anything for free. But I wonder how can I promote the app with low budget? Or is there any ways to get more installations and active users without pouring too much money?P.s I am a software developer in 3rd world country and would be great if you guys suggest me an idea to promote the app correctly.
June 12, 2021 at 10:07PM by ZoicAI
https://ift.tt/3vh99H5
How to promote your app with low budget?
Hello, I am about to finish my app for reading news and books, where users can read anything for free. But I wonder how can I promote the app with low budget? Or is there any ways to get more installations and active users without pouring too much money?P.s I am a software developer in 3rd world country and would be great if you guys suggest me an idea to promote the app correctly.
June 12, 2021 at 10:07PM by ZoicAI
https://ift.tt/3vh99H5
Reddit
r/FlutterDev on Reddit: How to promote your app with low budget?
Posted by u/ZoicAI - 2 votes and 2 comments
New post on /r/flutterdev subreddit:
Flutter Face Recognition - Face Detection using Firebase ML Kit
https://ift.tt/35iFbrL
June 13, 2021 at 03:34AM by rrtutors
https://ift.tt/3wjlSKB
Flutter Face Recognition - Face Detection using Firebase ML Kit
https://ift.tt/35iFbrL
June 13, 2021 at 03:34AM by rrtutors
https://ift.tt/3wjlSKB
Rrtutors
Flutter Face Recognition - Face Detection using Firebase ML Kit
This Firebase ML Kit enables us to detect face in an image file. This MK Kit algorithm will returns rectangular bounding boxes that we can then plot on the detected face
New post on /r/flutterdev subreddit:
Flutter with firebase | Part - 4 | Firebase Hosting and Storage
https://youtu.be/Nu55o-QrgVM
June 13, 2021 at 06:32AM by SIVARAM16
https://ift.tt/3xvKU9R
Flutter with firebase | Part - 4 | Firebase Hosting and Storage
https://youtu.be/Nu55o-QrgVM
June 13, 2021 at 06:32AM by SIVARAM16
https://ift.tt/3xvKU9R
YouTube
Flutter with Firebase | Part - 4 | Firebase Hosting & Storage
In this video, I've shown how to implement firebase storage and hosting in a flutter.
0:00 - Intro
0:16 - Firebase Storage
1:57 - Firebase Storage Implementation
6:02 - Firebase Storage Output [Android]
8:02 - Firebase Storage Output [web]
8:45 - Flutter…
0:00 - Intro
0:16 - Firebase Storage
1:57 - Firebase Storage Implementation
6:02 - Firebase Storage Output [Android]
8:02 - Firebase Storage Output [web]
8:45 - Flutter…
New post on /r/flutterdev subreddit:
Create a Simple Responsive GridView with Flutter
https://ift.tt/2Tr6SM6
June 13, 2021 at 09:01AM by polilluminato
https://ift.tt/3iEDflc
Create a Simple Responsive GridView with Flutter
https://ift.tt/2Tr6SM6
June 13, 2021 at 09:01AM by polilluminato
https://ift.tt/3iEDflc
Flutter and Other Experiments
Create a Simple Responsive GridView with Flutter
In this article we will build a responsive GridView layout in a Flutter app ready for Android, iOS and Web.
New post on /r/flutterdev subreddit:
Advice For starting career in Flutter.
I have had some programming experiences in the past. How do i begin my career in flutter and could you guys suggest me some courses or books that I should get started with.
June 13, 2021 at 08:32AM by privacyxxx
https://ift.tt/3gfp4l0
Advice For starting career in Flutter.
I have had some programming experiences in the past. How do i begin my career in flutter and could you guys suggest me some courses or books that I should get started with.
June 13, 2021 at 08:32AM by privacyxxx
https://ift.tt/3gfp4l0
reddit
Advice For starting career in Flutter.
I have had some programming experiences in the past. How do i begin my career in flutter and could you guys suggest me some courses or books that...
New post on Flutter Dev Google group:
method not available
I created and ran a simple app and got the following pretty obscure messages. Would anyone please help explain what these mean? Launching lib/main.dart on Linux in debug mode... Connecting to VM Service at ws://127.0.0.1:40207/ZJhSLNAdprc=/ws Error handling 'checkPlatformOverride' custom request:
June 13, 2021 at 09:43AM by K leo
https://ift.tt/3gybhES
method not available
I created and ran a simple app and got the following pretty obscure messages. Would anyone please help explain what these mean? Launching lib/main.dart on Linux in debug mode... Connecting to VM Service at ws://127.0.0.1:40207/ZJhSLNAdprc=/ws Error handling 'checkPlatformOverride' custom request:
June 13, 2021 at 09:43AM by K leo
https://ift.tt/3gybhES
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:
How to protect an app from being copied.
Hi Flutter community!I am looking to create an iOS app and outsource the development and maintenance to a Flutter development companies. Is an NDA usually enough to protect the ideas? Is there additional ways to make sure the app is not replicated or the idea copied?Finally, if you have any suggestion of a Flutter dev that is very reliable and most recognised that would be awesome.Many thanks :)
June 13, 2021 at 11:01AM by Antoine326
https://ift.tt/3wkmoId
How to protect an app from being copied.
Hi Flutter community!I am looking to create an iOS app and outsource the development and maintenance to a Flutter development companies. Is an NDA usually enough to protect the ideas? Is there additional ways to make sure the app is not replicated or the idea copied?Finally, if you have any suggestion of a Flutter dev that is very reliable and most recognised that would be awesome.Many thanks :)
June 13, 2021 at 11:01AM by Antoine326
https://ift.tt/3wkmoId
reddit
How to protect an app from being copied.
Hi Flutter community! I am looking to create an iOS app and outsource the development and maintenance to a Flutter development companies. Is an...
New post on /r/flutterdev subreddit:
Play Youtube Video In-App Flutter
https://www.youtube.com/watch?v=cjp5LwC774E
June 13, 2021 at 10:50AM by Dhanraj_Flutterdev
https://ift.tt/3wjUZpT
Play Youtube Video In-App Flutter
https://www.youtube.com/watch?v=cjp5LwC774E
June 13, 2021 at 10:50AM by Dhanraj_Flutterdev
https://ift.tt/3wjUZpT
YouTube
Flutter Play Any Youtube Video in App | Flutter Packages | Flutter Tutorials
#flutter #flutterdev
In This Video you will see how you can play youtube video in flutter app very easily
Package Link: https://pub.dev/packages/youtube_player_flutter
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
…
In This Video you will see how you can play youtube video in flutter app very easily
Package Link: https://pub.dev/packages/youtube_player_flutter
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
…
New post on /r/flutterdev subreddit:
VS Code settings to make you more productive
Find more about this : https://www.370codes.com/flutter/2021/06/13/flutter-vs-code-settings-guide-line.htmlThis settings helped me a lot to make my code readable and understandable. Hope this helps you guys too.
June 13, 2021 at 10:27AM by aravichowkam
https://ift.tt/3cG1bB0
VS Code settings to make you more productive
Find more about this : https://www.370codes.com/flutter/2021/06/13/flutter-vs-code-settings-guide-line.htmlThis settings helped me a lot to make my code readable and understandable. Hope this helps you guys too.
June 13, 2021 at 10:27AM by aravichowkam
https://ift.tt/3cG1bB0
370 CODES
Flutter settings for VS Code to improve your productivity
Here in this article, I’ll recommend a few VS Code setttings that I use to improve my productivity at developing applications with flutter framework
👍1
New post on Flutter Dev Google group:
Regarding Design
Hello All, I want to develop an App for all smart devices such as all Mobile Phones, Smart TVs, Smart Watches, Tablets. So, Please suggest me Best Practices for it. What should I use? Please guide me. I was thinking of using MediaQuery. Please suggest me best practices.
June 13, 2021 at 12:05PM by HIMANSHU MISHRA
https://ift.tt/2RQ0NbT
Regarding Design
Hello All, I want to develop an App for all smart devices such as all Mobile Phones, Smart TVs, Smart Watches, Tablets. So, Please suggest me Best Practices for it. What should I use? Please guide me. I was thinking of using MediaQuery. Please suggest me best practices.
June 13, 2021 at 12:05PM by HIMANSHU MISHRA
https://ift.tt/2RQ0NbT
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:
Do you usually write 1 code for Android, iOS and Web
Hi,The idea of framework like Flutter is to write 1 code which can be deployed to multi platforms, which in case of Flutter, it could be deployed to Android, iOS and web applications.But in real, do you guys really write 1 code and deploy to Android, iOS and web applications? Or you write a different code for each? Considering there is Material app and Cupertino (for iOS look and feel).Thank you
June 13, 2021 at 12:40PM by thesti2
https://ift.tt/3cDWuHM
Do you usually write 1 code for Android, iOS and Web
Hi,The idea of framework like Flutter is to write 1 code which can be deployed to multi platforms, which in case of Flutter, it could be deployed to Android, iOS and web applications.But in real, do you guys really write 1 code and deploy to Android, iOS and web applications? Or you write a different code for each? Considering there is Material app and Cupertino (for iOS look and feel).Thank you
June 13, 2021 at 12:40PM by thesti2
https://ift.tt/3cDWuHM
reddit
Do you usually write 1 code for Android, iOS and Web
Hi, The idea of framework like Flutter is to write 1 code which can be deployed to multi platforms, which in case of Flutter, it could be...
New post on /r/flutterdev subreddit:
FlutterForce — Week 125
https://ift.tt/3pOWPN7
June 13, 2021 at 12:31PM by flutterist
https://ift.tt/3pNQce0
FlutterForce — Week 125
https://ift.tt/3pOWPN7
June 13, 2021 at 12:31PM by flutterist
https://ift.tt/3pNQce0
New post on Flutter Dev Google group:
hi The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color'
The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color' this error I am getting ,please help to solve as soon as possible [image: Screenshot 2021-06-13 165340.png]
June 13, 2021 at 01:26PM by guruprasad kulkarni
https://ift.tt/2TRSBZ9
hi The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color'
The named parameter 'color' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'color' this error I am getting ,please help to solve as soon as possible [image: Screenshot 2021-06-13 165340.png]
June 13, 2021 at 01:26PM by guruprasad kulkarni
https://ift.tt/2TRSBZ9
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:
Strategy for SliverList that loads data above available
Hi, I’m trying to implement a list of data that is lazily loaded and for optimizing the speed I see a need to load the list from the actual location for the first visible block and then asynchronously load a block above and below and then as the need grows. All is good so far with the
June 13, 2021 at 02:00PM by wiracle
https://ift.tt/3gpXrVc
Strategy for SliverList that loads data above available
Hi, I’m trying to implement a list of data that is lazily loaded and for optimizing the speed I see a need to load the list from the actual location for the first visible block and then asynchronously load a block above and below and then as the need grows. All is good so far with the
June 13, 2021 at 02:00PM by wiracle
https://ift.tt/3gpXrVc
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:
Hello! I have got some love my simple beginner tutorials in here, so here is an update - video on how to style simple stuff in ElevatedButton, hope someone likes it, or it might help some beginner 😊
https://youtu.be/YjGUCkcvSaw
June 13, 2021 at 02:16PM by weird-human-of-earth
https://ift.tt/35eHJXE
Hello! I have got some love my simple beginner tutorials in here, so here is an update - video on how to style simple stuff in ElevatedButton, hope someone likes it, or it might help some beginner 😊
https://youtu.be/YjGUCkcvSaw
June 13, 2021 at 02:16PM by weird-human-of-earth
https://ift.tt/35eHJXE
YouTube
How to style ElevatedButton in [FLUTTER] || beginner tutorial
Today we are going to look into styling ElevatedButtons!
JOIN OUR DISCORD:
https://discord.gg/wtckKfERpS
MEDIUM article:
https://medium.com/@thefujii/how-to-style-a-elevated-button-in-flutter-or-any-other-button-f79770246b4
JOIN OUR DISCORD:
https://discord.gg/wtckKfERpS
MEDIUM article:
https://medium.com/@thefujii/how-to-style-a-elevated-button-in-flutter-or-any-other-button-f79770246b4
New post on /r/flutterdev subreddit:
Non MaterialApp introduction to Flutter
Hi there,Almost all the introduction to Flutter I run into, make use of Material Design. I am afraid focusing on only this would create a Material Design specific world view of Flutter.Hence my question: Any one knows any non MaterialApp introduction to Flutter they can recommend? If so please do share :)
June 13, 2021 at 03:42PM by finlaydotweber
https://ift.tt/3veWGDX
Non MaterialApp introduction to Flutter
Hi there,Almost all the introduction to Flutter I run into, make use of Material Design. I am afraid focusing on only this would create a Material Design specific world view of Flutter.Hence my question: Any one knows any non MaterialApp introduction to Flutter they can recommend? If so please do share :)
June 13, 2021 at 03:42PM by finlaydotweber
https://ift.tt/3veWGDX
reddit
Non MaterialApp introduction to Flutter
Hi there, Almost all the introduction to Flutter I run into, make use of Material Design. I am afraid focusing on only this would create a...