New post on /r/flutterdev subreddit:
A Guide on Mobile Applications Security
https://youtube.com/watch?v=bju_ZA7JmQg&feature=share
December 17, 2020 at 01:19PM by faizollah
https://ift.tt/2WqQZUd
A Guide on Mobile Applications Security
https://youtube.com/watch?v=bju_ZA7JmQg&feature=share
December 17, 2020 at 01:19PM by faizollah
https://ift.tt/2WqQZUd
YouTube
A Guide on Mobile Applications Security
Mobile application security is crucial in order to prevent malicious access. There are many ways to secure a mobile application. In this video, I go through some of the ways to secure your flutter application.
Shared_preferences video: https://www.youtu…
Shared_preferences video: https://www.youtu…
New post on Flutter Dev Google group:
Theming OutlinedButton for "disabled" state
Hi, people, Is there a way to specify the border color in "disabled" state of the new OutlinedButton in a theme specification? The text color is changing to grey without me doing anything specfic for the OutlinedButtonTheme
December 17, 2020 at 03:02PM by Zlati Pehlivanov
https://ift.tt/3r61fQ0
Theming OutlinedButton for "disabled" state
Hi, people, Is there a way to specify the border color in "disabled" state of the new OutlinedButton in a theme specification? The text color is changing to grey without me doing anything specfic for the OutlinedButtonTheme
December 17, 2020 at 03:02PM by Zlati Pehlivanov
https://ift.tt/3r61fQ0
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 Netflix Clone : Zero To Hero!🔥
How is it going on?! Well, The NETFLIX CLONE WITH BACKEND has just reached here. The whole and sole project you need to get from Beginner to MASTERY in mobile app development!📱🔭Bulls Eye Over :✔️ Premium User Interface✔️ Updated Firebase Operations✔️ Video Player With Chewie✔️ Search In Cloud Firestore✔️ Streaming Movies From Firestore✔️ Complete Firestore Backend✔️ Basics Of State ManagementAnd Much More!💰Price : FREE OF COST!📚Prerequesites : NONE!🚥Bonus : Source Code At The End!📎Course Link : https://youtube.com/playlist?list=PLRT5VDuA0QGVEEjjeB_wF600xQyPcbwNA🕹️LIKE, COMMENT AND SHARE to help me reaching this course for those who need. This course shall teach you everything about REAL APP DEVELOPMENT PROJECTS!📱 And last thing, Do SUBSCRIBE if you find something meaningful❤️
December 17, 2020 at 02:36PM by draculamasterwinzy
https://ift.tt/3gUaHRV
Flutter Netflix Clone : Zero To Hero!🔥
How is it going on?! Well, The NETFLIX CLONE WITH BACKEND has just reached here. The whole and sole project you need to get from Beginner to MASTERY in mobile app development!📱🔭Bulls Eye Over :✔️ Premium User Interface✔️ Updated Firebase Operations✔️ Video Player With Chewie✔️ Search In Cloud Firestore✔️ Streaming Movies From Firestore✔️ Complete Firestore Backend✔️ Basics Of State ManagementAnd Much More!💰Price : FREE OF COST!📚Prerequesites : NONE!🚥Bonus : Source Code At The End!📎Course Link : https://youtube.com/playlist?list=PLRT5VDuA0QGVEEjjeB_wF600xQyPcbwNA🕹️LIKE, COMMENT AND SHARE to help me reaching this course for those who need. This course shall teach you everything about REAL APP DEVELOPMENT PROJECTS!📱 And last thing, Do SUBSCRIBE if you find something meaningful❤️
December 17, 2020 at 02:36PM by draculamasterwinzy
https://ift.tt/3gUaHRV
YouTube
Netflix-Clone with Flutter
Complete guide over building Netflix clone with Flutter and Firebase☑️
New post on /r/flutterdev subreddit:
Are there any drawbacks of using Flutter for Mobile Dev?
I was wondering is there any drawbacks of using the flutter completely for our app development. Is it only there for newly starting startups.
Many other factors like constant updation of language and guidelines may cause problem of code management in long run.I myself is posting content about flutter ui designs and app creation on my youtube channel, but i wonder what flutter dev community thinks about Flutter being an immature framework over a immature language (dart).
December 17, 2020 at 02:32PM by backslashflutter
https://ift.tt/34lOlUe
Are there any drawbacks of using Flutter for Mobile Dev?
I was wondering is there any drawbacks of using the flutter completely for our app development. Is it only there for newly starting startups.
Many other factors like constant updation of language and guidelines may cause problem of code management in long run.I myself is posting content about flutter ui designs and app creation on my youtube channel, but i wonder what flutter dev community thinks about Flutter being an immature framework over a immature language (dart).
December 17, 2020 at 02:32PM by backslashflutter
https://ift.tt/34lOlUe
YouTube
Backslash Flutter
Wanna learn Flutter? Here, you will find Tutorials and Source code for Projects build in Flutter and Dart.
Apart from this I will be also teaching you the UI/UX design for apps.
For business enquiries: backslash.flutter@gmail.com
Subscribe Now!
Apart from this I will be also teaching you the UI/UX design for apps.
For business enquiries: backslash.flutter@gmail.com
Subscribe Now!
New post on /r/flutterdev subreddit:
Flutter Tutorial - 1/2 Calculator UI From Scratch (Johannes Milke)
https://www.youtube.com/watch?v=N8C-cW7u2JA
December 17, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3p2t6Pb
Flutter Tutorial - 1/2 Calculator UI From Scratch (Johannes Milke)
https://www.youtube.com/watch?v=N8C-cW7u2JA
December 17, 2020 at 05:24PM by JohannesMilke
https://ift.tt/3p2t6Pb
YouTube
Flutter Tutorial - 1/2 Calculator UI (Riverpod)
Let's build a simple & beautiful calculator app from scratch with Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/calculator_ui_example
- Buy My…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/calculator_ui_example
- Buy My…
New post on /r/flutterdev subreddit:
Flutter - UI components in package
Hello,I am thinking to move all UI custom components (buttons, input fields, etc) to separate package, because of possible future usage in other apps. Another bonus is having tests in another package and running them in CI/CD. The main issue is that you can't test the widget in that package (because it has no android /iOS/ web dependencies). What do you think about this approach?
December 17, 2020 at 06:44PM by szalis
https://ift.tt/3r9hRGo
Flutter - UI components in package
Hello,I am thinking to move all UI custom components (buttons, input fields, etc) to separate package, because of possible future usage in other apps. Another bonus is having tests in another package and running them in CI/CD. The main issue is that you can't test the widget in that package (because it has no android /iOS/ web dependencies). What do you think about this approach?
December 17, 2020 at 06:44PM by szalis
https://ift.tt/3r9hRGo
reddit
Flutter - UI components in package
Hello, I am thinking to move all UI custom components (buttons, input fields, etc) to separate package, because of possible future usage in...
New post on /r/flutterdev subreddit:
Sublime text Flutter plugin
Hi, there Is some Flutter plugin for sublime text?
December 17, 2020 at 06:00PM by AlternativePamda
https://ift.tt/3oZKLaf
Sublime text Flutter plugin
Hi, there Is some Flutter plugin for sublime text?
December 17, 2020 at 06:00PM by AlternativePamda
https://ift.tt/3oZKLaf
reddit
Sublime text Flutter plugin
Hi, there Is some Flutter plugin for sublime text?
New post on /r/flutterdev subreddit:
First experience with the Apple M1 and Flutter
Hi,I’m a happy owner of a MacBook Air M1 with 16MB since some days and thought I share my first impressions with you.Hardware is great quality and the keyboard is greatFirefox is already available for ARM code and I rarely was browsing that fast before on any machine.I only got it to get really warm when running the Flutter test suite on it. For normal app builds it never gets really warmVS code insider build for M1 work great with all plugins and feels more snappy than on my PCFlutter installation was really easy without any problems following the official documenation. That’s and big improvement since the last time I installed Flutter on my old Mac mini 1.5 years ago.Building and running the flutter demo app worked on first try on the iOS Simulator.I build my current project which is not small as a MacOS app. After an error with pods that told me clearly what to do on the terminal to fix it it build and ran without problem. Really impressed by this.I know this isn’t an accurate comparison but building the same Desktop App for windows on my 4.6GHz PC with an SSD RAID0 takes 60s till the app starts up. Doing the same on the M1 for MacOS took only 40s.I’m currently building the same app for iOS. After some strange build errors I deleted the old iOS folder and called ‚flutter create .‘ again fixed this and I could build without problems.Opening Xcode is really fastWorking over RealVNC from my PC feels like being on the Mac directly.I used the master channel for all these tests. After having read some GitHub issues about problems with the M1 I was very positive surprised. I guess the Flutter team did some fixes on the master channel the last days.Besides that I (over 20years Windows user) still sometimes swear about the atrocities of Macs UX and its keyboard layout I really like this small power machine.CheersThomas
December 17, 2020 at 05:55PM by escamoteur
https://ift.tt/3p1p1e1
First experience with the Apple M1 and Flutter
Hi,I’m a happy owner of a MacBook Air M1 with 16MB since some days and thought I share my first impressions with you.Hardware is great quality and the keyboard is greatFirefox is already available for ARM code and I rarely was browsing that fast before on any machine.I only got it to get really warm when running the Flutter test suite on it. For normal app builds it never gets really warmVS code insider build for M1 work great with all plugins and feels more snappy than on my PCFlutter installation was really easy without any problems following the official documenation. That’s and big improvement since the last time I installed Flutter on my old Mac mini 1.5 years ago.Building and running the flutter demo app worked on first try on the iOS Simulator.I build my current project which is not small as a MacOS app. After an error with pods that told me clearly what to do on the terminal to fix it it build and ran without problem. Really impressed by this.I know this isn’t an accurate comparison but building the same Desktop App for windows on my 4.6GHz PC with an SSD RAID0 takes 60s till the app starts up. Doing the same on the M1 for MacOS took only 40s.I’m currently building the same app for iOS. After some strange build errors I deleted the old iOS folder and called ‚flutter create .‘ again fixed this and I could build without problems.Opening Xcode is really fastWorking over RealVNC from my PC feels like being on the Mac directly.I used the master channel for all these tests. After having read some GitHub issues about problems with the M1 I was very positive surprised. I guess the Flutter team did some fixes on the master channel the last days.Besides that I (over 20years Windows user) still sometimes swear about the atrocities of Macs UX and its keyboard layout I really like this small power machine.CheersThomas
December 17, 2020 at 05:55PM by escamoteur
https://ift.tt/3p1p1e1
reddit
First experience with the Apple M1 and Flutter
Hi, I’m a happy owner of a MacBook Air M1 with 16MB since some days and thought I share my first impressions with you. 1....
New tweet from FlutterDev:
🗺 Location, location, location!
The Location package allows you to obtain the geographic area of a device and listen for changes to keep track of the location over time. You can use this data to display maps, calculate distances, and more.
📺 → https://t.co/VcqbJr2jek pic.twitter.com/B7eelgChM7— Flutter (@FlutterDev) December 17, 2020
December 17, 2020 at 08:04PM
http://twitter.com/FlutterDev/status/1339647615680585728
🗺 Location, location, location!
The Location package allows you to obtain the geographic area of a device and listen for changes to keep track of the location over time. You can use this data to display maps, calculate distances, and more.
📺 → https://t.co/VcqbJr2jek pic.twitter.com/B7eelgChM7— Flutter (@FlutterDev) December 17, 2020
December 17, 2020 at 08:04PM
http://twitter.com/FlutterDev/status/1339647615680585728
YouTube
Location (Flutter Package of the Week)
Sometimes to provide the best possible user experience, you need to know the GPS location of their device. The Location package allows you to obtain the curr...
New post on /r/flutterdev subreddit:
Location (Package of the Week)
https://youtube.com/watch?v=65qbtJMltVk&feature=share
December 17, 2020 at 10:22PM by Pixelreddit
https://ift.tt/3amOE4Q
Location (Package of the Week)
https://youtube.com/watch?v=65qbtJMltVk&feature=share
December 17, 2020 at 10:22PM by Pixelreddit
https://ift.tt/3amOE4Q
YouTube
Location (Flutter Package of the Week)
Sometimes to provide the best possible user experience, you need to know the GPS location of their device. The Location package allows you to obtain the curr...
New post on Flutter Dev Google group:
Has anyone incorporated Twitter Streams in a Flutter app?
I'm experimenting with that as we speak, but I'm running into some basic issues. I can get the stream to work in Postman and Powershell, but I'm not entirely sure how to get it in Flutter. I initially tried an http.get, and it SEEMED to work, but I couldn't figure out what to do with the stream
December 18, 2020 at 12:20AM by Kris Kramer
https://ift.tt/38dRB5g
Has anyone incorporated Twitter Streams in a Flutter app?
I'm experimenting with that as we speak, but I'm running into some basic issues. I can get the stream to work in Postman and Powershell, but I'm not entirely sure how to get it in Flutter. I initially tried an http.get, and it SEEMED to work, but I couldn't figure out what to do with the stream
December 18, 2020 at 12:20AM by Kris Kramer
https://ift.tt/38dRB5g
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:
New project by a secondary student
Everyone cannot deny that the Covid-19 pandemic has hit the tourism and culture industries in Malaysia. According to the New Straits Times, Malaysia’s tourism industry has hit RM45 billion in losses due to the Covid-19 crisis. This also leads to several impacts such as economic issues, losses of jobs and lower-income to almost everyone around the world.People cannot travel at this moment, and they are afraid to travel. This makes us think about how can we solve this common yet complicated issue that we have seen almost every day? And we are pleased to introduce you to our new app, iTravel. A new way to travel. As people are afraid and worry about travelling physically, then why not travel virtually? By using our app, people have no way to worry about the pandemic, they can literally travel anywhere anytime. Isn’t it sounds impossible?This is how iTravel works. It provides a platform for everyone to travel whatever places they want in the app. Content creators or anyone else can put new information including articles, pictures and even videos inside the app for people to purchase. Inside iTravel, everyone can earn money at home! People who are interested can select whatever places available in the app for a cheap price or even free! That’s all for us, we’re the Brogrammers, and we hope you enjoy this video.Feel free to check out the video
Remember to like the video!Link: https://youtu.be/RmeqHp94muU
December 18, 2020 at 02:37AM by Yiek_SH
https://ift.tt/3mt9fqH
New project by a secondary student
Everyone cannot deny that the Covid-19 pandemic has hit the tourism and culture industries in Malaysia. According to the New Straits Times, Malaysia’s tourism industry has hit RM45 billion in losses due to the Covid-19 crisis. This also leads to several impacts such as economic issues, losses of jobs and lower-income to almost everyone around the world.People cannot travel at this moment, and they are afraid to travel. This makes us think about how can we solve this common yet complicated issue that we have seen almost every day? And we are pleased to introduce you to our new app, iTravel. A new way to travel. As people are afraid and worry about travelling physically, then why not travel virtually? By using our app, people have no way to worry about the pandemic, they can literally travel anywhere anytime. Isn’t it sounds impossible?This is how iTravel works. It provides a platform for everyone to travel whatever places they want in the app. Content creators or anyone else can put new information including articles, pictures and even videos inside the app for people to purchase. Inside iTravel, everyone can earn money at home! People who are interested can select whatever places available in the app for a cheap price or even free! That’s all for us, we’re the Brogrammers, and we hope you enjoy this video.Feel free to check out the video
Remember to like the video!Link: https://youtu.be/RmeqHp94muU
December 18, 2020 at 02:37AM by Yiek_SH
https://ift.tt/3mt9fqH
YouTube
iTravel by Brogrammers - The new way to travel.
Everyone cannot deny that the Covid-19 pandemic has hit the tourism and culture industries in Malaysia. According to the New Straits Times, Malaysia’s tourism industry has hit RM45 billion in losses due to the Covid-19 crisis. This also leads to several…
New post on /r/flutterdev subreddit:
Flutter - Zero to Production in 3 months - Building India's Biggest Trading Platform
https://ift.tt/3oDx9kE
December 18, 2020 at 02:24AM by IAmApocryphon
https://ift.tt/3p6OVgn
Flutter - Zero to Production in 3 months - Building India's Biggest Trading Platform
https://ift.tt/3oDx9kE
December 18, 2020 at 02:24AM by IAmApocryphon
https://ift.tt/3p6OVgn
Ajin Asokan
Flutter - Zero to Production in 3 months - Building India's Biggest Trading Platform
New post on /r/flutterdev subreddit:
Design Patterns toolbox, (not so) obvious patterns for Flutter
https://www.youtube.com/watch?v=5vtthFGTaSs
December 18, 2020 at 09:14AM by mkobuolys
https://ift.tt/2IZquCg
Design Patterns toolbox, (not so) obvious patterns for Flutter
https://www.youtube.com/watch?v=5vtthFGTaSs
December 18, 2020 at 09:14AM by mkobuolys
https://ift.tt/2IZquCg
YouTube
Design Patterns toolbox, (not so) obvious patterns for Flutter — Mangirdas Kazlauskas, Devbridge
We will not only overview some of the OOP Design Patterns and their pure implementation in Dart but also see them in-action by investigating the Flutter example app.
Slides: https://drive.google.com/file/d/1B2W44em7F2dx-f_z04KE47Cqje5DwgY8/view?usp=sharing…
Slides: https://drive.google.com/file/d/1B2W44em7F2dx-f_z04KE47Cqje5DwgY8/view?usp=sharing…
New post on /r/flutterdev subreddit:
Flutter Chat App Development (Whatsapp Clone #1)
Started a new series on Chat app development (Whatsapp Clone) using #Flutter, #nodeJs, and #socketio Here is the 1st video link -: https://youtu.be/PBjWklsrbuY For more update subscribe to my channel :)
December 18, 2020 at 09:14AM by devstack06
https://ift.tt/3nxtbKi
Flutter Chat App Development (Whatsapp Clone #1)
Started a new series on Chat app development (Whatsapp Clone) using #Flutter, #nodeJs, and #socketio Here is the 1st video link -: https://youtu.be/PBjWklsrbuY For more update subscribe to my channel :)
December 18, 2020 at 09:14AM by devstack06
https://ift.tt/3nxtbKi
YouTube
Flutter Chat App - AppBar and TabBar with TabView (Fragment in Flutter)🔥🔥 || Whatsapp Clone #1
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
#Chatapp #whatsapp #socketio
In this video, we are going to work on the Flutter TabBar, TabBarView. This is the first video on WhatsApp clone chat app development.
🔥🔥 GitHub…
#Chatapp #whatsapp #socketio
In this video, we are going to work on the Flutter TabBar, TabBarView. This is the first video on WhatsApp clone chat app development.
🔥🔥 GitHub…
New post on /r/flutterdev subreddit:
Mobile Developers Cafe - Weekly Newsletter with loads of curated iOS, Android, Flutter, and React Native developer articles/ blogs, events, podcasts, and dev tools delivered to your inbox.
https://ift.tt/2Zy3mjn
December 18, 2020 at 08:28AM by iranjith4
https://ift.tt/3ajckHz
Mobile Developers Cafe - Weekly Newsletter with loads of curated iOS, Android, Flutter, and React Native developer articles/ blogs, events, podcasts, and dev tools delivered to your inbox.
https://ift.tt/2Zy3mjn
December 18, 2020 at 08:28AM by iranjith4
https://ift.tt/3ajckHz
Mobiledeveloperscafe
Mobile Developers Cafe - Weekly Newsletter
Mobile Dev newsletter with curated Dev blogs, events, podcasts, news, articles and job board.
New post on /r/flutterdev subreddit:
Would you guys recommend flutter for a beginner in app development?
Hi.I am completely new to the app development scene. I have to submit a project within 3 months for my end of semester project. It's sort of like a Waze clone. But it should work without breaking.
December 18, 2020 at 08:18AM by Netero1999
https://ift.tt/34opFuk
Would you guys recommend flutter for a beginner in app development?
Hi.I am completely new to the app development scene. I have to submit a project within 3 months for my end of semester project. It's sort of like a Waze clone. But it should work without breaking.
December 18, 2020 at 08:18AM by Netero1999
https://ift.tt/34opFuk
reddit
Would you guys recommend flutter for a beginner in app development?
Hi.I am completely new to the app development scene. I have to submit a project within 3 months for my end of semester project. It's sort of...
New post on /r/flutterdev subreddit:
Facebook Audience Network Ads In Flutter App
Blog
December 18, 2020 at 01:14PM by jatinhemnani
https://ift.tt/3hbtdW9
Facebook Audience Network Ads In Flutter App
Blog
December 18, 2020 at 01:14PM by jatinhemnani
https://ift.tt/3hbtdW9
Blogspot
Program It
Learn To Program And Build Things. Svelte Kit and React Content
New post on Flutter Dev Google group:
FW: Flutter Hive Question - Followup from Google Group
I’ve been searching through the source code but can’t find an in utilization to the internet? It doesn't for desktop or mobile. When using flutter to build websites, the web standard IndexedDB is used that depends on origin for security. Additionally PWA tech also require https certs
December 18, 2020 at 02:18PM by Kevin Chadwick
https://ift.tt/3anzNqR
FW: Flutter Hive Question - Followup from Google Group
I’ve been searching through the source code but can’t find an in utilization to the internet? It doesn't for desktop or mobile. When using flutter to build websites, the web standard IndexedDB is used that depends on origin for security. Additionally PWA tech also require https certs
December 18, 2020 at 02:18PM by Kevin Chadwick
https://ift.tt/3anzNqR
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:
App Feedback Thread - December 18, 2020
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
December 18, 2020 at 03:00PM by AutoModerator
https://ift.tt/3aodCRC
App Feedback Thread - December 18, 2020
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
December 18, 2020 at 03:00PM by AutoModerator
https://ift.tt/3aodCRC
reddit
App Feedback Thread - December 18, 2020
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
1 year in production with Flutter: lessons learned
https://www.youtube.com/watch?v=ARP5AozTplw
December 18, 2020 at 05:03PM by mkobuolys
https://ift.tt/3hc7z45
1 year in production with Flutter: lessons learned
https://www.youtube.com/watch?v=ARP5AozTplw
December 18, 2020 at 05:03PM by mkobuolys
https://ift.tt/3hc7z45
YouTube
1 year in production with Flutter: lessons learned — Kirill Bubochkin, Mews
In this talk, I’d like to share our way to structure the app (BLoC + immutability + Clean Architecture principles), which libraries we’ve found useful (freezed, flutter_bloc, rxdart and others), what practices work better within a team (custom analysis options…