New post on /r/flutterdev subreddit:
Discord server for app development
Hey everyone. I just quickly wanted to let you know there's a new, fast-growing server generally focused on app development. It's different from other tool-specific servers in that it is intended to encompass the entire process of building an app from design to development to marketing and more. If you're interested in talking to, learning from, and sharing knowledge with like-minded people on the subject of mobile app development, be sure to check it out: https://discord.gg/ZqeGZARx5p
November 12, 2020 at 01:54AM by AppDevDiscord
https://ift.tt/2GTnExN
Discord server for app development
Hey everyone. I just quickly wanted to let you know there's a new, fast-growing server generally focused on app development. It's different from other tool-specific servers in that it is intended to encompass the entire process of building an app from design to development to marketing and more. If you're interested in talking to, learning from, and sharing knowledge with like-minded people on the subject of mobile app development, be sure to check it out: https://discord.gg/ZqeGZARx5p
November 12, 2020 at 01:54AM by AppDevDiscord
https://ift.tt/2GTnExN
Discord
Join the App Dev Discord Server!
Check out the App Dev community on Discord - hang out with 253 other members and enjoy free voice and text chat.
New post on /r/flutterdev subreddit:
firebase_admob plugin now supports inline banner and native ads (BETA)
https://ift.tt/3klEIdd
November 12, 2020 at 05:21AM by dreamsoftin
https://ift.tt/32BjfXQ
firebase_admob plugin now supports inline banner and native ads (BETA)
https://ift.tt/3klEIdd
November 12, 2020 at 05:21AM by dreamsoftin
https://ift.tt/32BjfXQ
Medium
New ad formats for Flutter
Beta program opens for inline banner and native ads support
New post on /r/flutterdev subreddit:
Flutter or React Native
Hi All, I am an iOS developer(around 3 yrs exp) with experience in swift.Our company is giving training to up-skill, I've options between flutter vs react native.Which one is good & has better scope in future in a long term perspective??I see mixed opinions and little bit confused., please advice & suggest.Thank you!!
November 12, 2020 at 06:58AM by thisisMahiii
https://ift.tt/3lp1QZQ
Flutter or React Native
Hi All, I am an iOS developer(around 3 yrs exp) with experience in swift.Our company is giving training to up-skill, I've options between flutter vs react native.Which one is good & has better scope in future in a long term perspective??I see mixed opinions and little bit confused., please advice & suggest.Thank you!!
November 12, 2020 at 06:58AM by thisisMahiii
https://ift.tt/3lp1QZQ
reddit
Flutter or React Native
Hi All, I am an iOS developer(around 3 yrs exp) with experience in swift. Our company is giving training to up-skill, I've options between...
New post on /r/flutterdev subreddit:
Flutter Design Patterns: An overview of the Visitor design pattern and its implementation in Dart and Flutter
https://ift.tt/2Ix3nP8
November 12, 2020 at 10:02AM by mkobuolys
https://ift.tt/3kpeh6o
Flutter Design Patterns: An overview of the Visitor design pattern and its implementation in Dart and Flutter
https://ift.tt/2Ix3nP8
November 12, 2020 at 10:02AM by mkobuolys
https://ift.tt/3kpeh6o
Medium
Flutter Design Patterns: 21 — Visitor
An overview of the Visitor design pattern and its implementation in Dart and Flutter
New post on Flutter Dev Google group:
Play sound on timer - Flutter
i'm building a countdown with alarm, i use audioplayers
Play sound on timer - Flutter
i'm building a countdown with alarm, i use audioplayers
New post on /r/flutterdev subreddit:
Complex UI - lot of widgets best strategy not to drop frames
Hey, I'm planning to develop my own game to solve nonogram puzzles, please check this image: https://ibb.co/6HYYrCkHow would you approach this?To render this there can be about thousands of widgets on the screen at the same time.20x20 - board = 400squares, every square can display plain background, selection, annotation (cross, flag). Squares will be animated upon mistake, or when row/column is completed. Gesture recognizer for each square, or whole board. So the 400 can be easily multiplied by 2/3, so let's say 1000 widgets for board.Than we have instructions - (numbers on the left and top), this is yet another couple of hundreds widgets.Game should be adaptive- different screen sizes and orientations, not sure if I should precompute font size for each variant or develop one variant and use FittedBox widget on top???I have already tried to develop this UI using rows and columns and I have significant frame drop during transition from menu to this screen.Appreciate feedback.
November 12, 2020 at 01:24PM by marcus-jaco
https://ift.tt/2Ullo5C
Complex UI - lot of widgets best strategy not to drop frames
Hey, I'm planning to develop my own game to solve nonogram puzzles, please check this image: https://ibb.co/6HYYrCkHow would you approach this?To render this there can be about thousands of widgets on the screen at the same time.20x20 - board = 400squares, every square can display plain background, selection, annotation (cross, flag). Squares will be animated upon mistake, or when row/column is completed. Gesture recognizer for each square, or whole board. So the 400 can be easily multiplied by 2/3, so let's say 1000 widgets for board.Than we have instructions - (numbers on the left and top), this is yet another couple of hundreds widgets.Game should be adaptive- different screen sizes and orientations, not sure if I should precompute font size for each variant or develop one variant and use FittedBox widget on top???I have already tried to develop this UI using rows and columns and I have significant frame drop during transition from menu to this screen.Appreciate feedback.
November 12, 2020 at 01:24PM by marcus-jaco
https://ift.tt/2Ullo5C
ImgBB
images
Image images hosted in ImgBB
New post on /r/flutterdev subreddit:
Announcing the Flutter Inline Banner and Native closed beta. Inline banner and native ads enable you to design ads that feel like a natural part of your app and unlock more revenue growth. [via twitter@FlutterDev]
https://ift.tt/3klEIdd
November 11, 2020 at 09:22PM by EngineerScientist
https://ift.tt/2UmRvlo
Announcing the Flutter Inline Banner and Native closed beta. Inline banner and native ads enable you to design ads that feel like a natural part of your app and unlock more revenue growth. [via twitter@FlutterDev]
https://ift.tt/3klEIdd
November 11, 2020 at 09:22PM by EngineerScientist
https://ift.tt/2UmRvlo
Medium
New ad formats for Flutter
Beta program opens for inline banner and native ads support
New post on /r/flutterdev subreddit:
Week Timeline with events in Flutter
Hello There!I currently working on some schedule app as my side project, and I am stuck with schedule events system. So my goal is to create some kind of week timeline with time breakpoints , and render all my events as a grid in proper location within my timeline system.I was able to make dirrent types of event calendars , but this one is really challenge for. I did not understand the logic of building this kind of systems.I would glag to to see any showcases or code pieces according to this problem.P.S *I do not want to use any 3rd party libraries , so I understand the whole logic*Here is what I am looking for :https://i.stack.imgur.com/wmibK.png
November 12, 2020 at 02:46PM by Khalimjanov
https://ift.tt/3lplTaH
Week Timeline with events in Flutter
Hello There!I currently working on some schedule app as my side project, and I am stuck with schedule events system. So my goal is to create some kind of week timeline with time breakpoints , and render all my events as a grid in proper location within my timeline system.I was able to make dirrent types of event calendars , but this one is really challenge for. I did not understand the logic of building this kind of systems.I would glag to to see any showcases or code pieces according to this problem.P.S *I do not want to use any 3rd party libraries , so I understand the whole logic*Here is what I am looking for :https://i.stack.imgur.com/wmibK.png
November 12, 2020 at 02:46PM by Khalimjanov
https://ift.tt/3lplTaH
New post on /r/flutterdev subreddit:
Firebase Storage alternative
Does anyone know a good alternative for Firebase Storage? I need help regarding the cost efficiency of my app (Android, Mobile app). Users can send each other images with the app and Firebase storage has some limitations. The bandwidth and storage costs are way to high for the expected revenue of the app.Is there a possible alternative especially for storing and retrieving both images and videos, or is there another possible solution to my problem? The service would be preferably hosted in the cloud (so I don't have to setup my own servers).
November 12, 2020 at 02:13PM by dewaeq
https://ift.tt/3lruvNJ
Firebase Storage alternative
Does anyone know a good alternative for Firebase Storage? I need help regarding the cost efficiency of my app (Android, Mobile app). Users can send each other images with the app and Firebase storage has some limitations. The bandwidth and storage costs are way to high for the expected revenue of the app.Is there a possible alternative especially for storing and retrieving both images and videos, or is there another possible solution to my problem? The service would be preferably hosted in the cloud (so I don't have to setup my own servers).
November 12, 2020 at 02:13PM by dewaeq
https://ift.tt/3lruvNJ
reddit
Firebase Storage alternative
Does anyone know a good alternative for Firebase Storage? I need help regarding the cost efficiency of my app (Android, Mobile app). Users can...
New post on Flutter Dev Google group:
i am new in flutter and i am getting this output below, i have ben trying to fix for some days
[image: flutter.PNG]
November 12, 2020 at 03:52PM by KBN
https://ift.tt/2K2QT2k
i am new in flutter and i am getting this output below, i have ben trying to fix for some days
[image: flutter.PNG]
November 12, 2020 at 03:52PM by KBN
https://ift.tt/2K2QT2k
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:
i am new in flutter and i am getting this output below, i have ben trying to fix for some days
Launching lib\main.dart on ONEPLUS A5000 in debug mode... CreateProcessW failed 193 Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application. Command: C:\Users\Progressive\AppData\Local\Android\sdk\build-tools\30.0.2\aapt.EXE dump xmltree C:\Users\Progressive
November 12, 2020 at 04:00PM by KBN
https://ift.tt/3eUvNP1
i am new in flutter and i am getting this output below, i have ben trying to fix for some days
Launching lib\main.dart on ONEPLUS A5000 in debug mode... CreateProcessW failed 193 Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application. Command: C:\Users\Progressive\AppData\Local\Android\sdk\build-tools\30.0.2\aapt.EXE dump xmltree C:\Users\Progressive
November 12, 2020 at 04:00PM by KBN
https://ift.tt/3eUvNP1
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:
i am new in flutter and i have been trying to debug but i am getting this output below
Launching lib\main.dart on ONEPLUS A5000 in debug mode...CreateProcessW failed 193Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application.Command: C:\Users\Progressive\AppData\Local\Android\sdk\build-tools\30.0.2\aapt.EXE dump xmltree C:\Users\Progressive\AndroidStudioProjects\flutter_appd\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml.No application found for TargetPlatform.android_x86.Is your project missing an android\app\src\main\AndroidManifest.xml?Consider running "flutter create ." to create one.
November 12, 2020 at 03:57PM by kbn2090
https://ift.tt/2Uiw4lp
i am new in flutter and i have been trying to debug but i am getting this output below
Launching lib\main.dart on ONEPLUS A5000 in debug mode...CreateProcessW failed 193Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application.Command: C:\Users\Progressive\AppData\Local\Android\sdk\build-tools\30.0.2\aapt.EXE dump xmltree C:\Users\Progressive\AndroidStudioProjects\flutter_appd\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml.No application found for TargetPlatform.android_x86.Is your project missing an android\app\src\main\AndroidManifest.xml?Consider running "flutter create ." to create one.
November 12, 2020 at 03:57PM by kbn2090
https://ift.tt/2Uiw4lp
reddit
i am new in flutter and i have been trying to debug but i am...
Launching lib\\main.dart on ONEPLUS A5000 in debug mode... CreateProcessW failed 193 Failed to extract manifest from APK: ProcessException: %1...
New post on /r/flutterdev subreddit:
Build your own robot arm! | Inverse Kinematics in Flutter
https://www.youtube.com/watch?v=aeCq1zg7a_s
November 12, 2020 at 03:55PM by THKPMatt
https://ift.tt/3f0g3dq
Build your own robot arm! | Inverse Kinematics in Flutter
https://www.youtube.com/watch?v=aeCq1zg7a_s
November 12, 2020 at 03:55PM by THKPMatt
https://ift.tt/3f0g3dq
YouTube
Flutter Inverse Kinematics Solver
Make your own little robot arm in Flutter with Inverse Kinematics!
GitHub:
https://github.com/AlabasterAxe/flutter_ik
Twitter:
https://twitter.com/ThkpEng
Chapters:
00:00 - Intro
00:38 - Code Overview
02:08 - Drawing the Arm with a CustomPaint
03:45 -…
GitHub:
https://github.com/AlabasterAxe/flutter_ik
Twitter:
https://twitter.com/ThkpEng
Chapters:
00:00 - Intro
00:38 - Code Overview
02:08 - Drawing the Arm with a CustomPaint
03:45 -…
New post on /r/flutterdev subreddit:
Opacity & Opacity Animation - Deep Dive - Flutter (Tutorial)
https://www.youtube.com/watch?v=5m36JQLyZxI
November 12, 2020 at 05:45PM by JohannesMilke
https://ift.tt/3nn8HDL
Opacity & Opacity Animation - Deep Dive - Flutter (Tutorial)
https://www.youtube.com/watch?v=5m36JQLyZxI
November 12, 2020 at 05:45PM by JohannesMilke
https://ift.tt/3nn8HDL
YouTube
Flutter Tutorial - Opacity & Opacity Animation - Deep Dive
Apply opacity to your images and other widgets and learn also how to animate the opacity level to create interesting designs.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://gith…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://gith…
New post on /r/flutterdev subreddit:
Flutter plugin for human face blur and image segmentation
Hi FlutterDev,Sometime back, I had to reimplement Google's BodyPix model in python(for human image segmentation) and convert to Tensorflow Lite so that it can be used in android project. I had built a small demo app in flutter to show this model and also a plugin. I though it is a good idea to share with flutter community. It's open source and free. Feel free to use this in your own project and let me know your feedback!https://github.com/hegman12/body_pix_tflite
November 12, 2020 at 05:42PM by hegman12
https://ift.tt/38CQ3U0
Flutter plugin for human face blur and image segmentation
Hi FlutterDev,Sometime back, I had to reimplement Google's BodyPix model in python(for human image segmentation) and convert to Tensorflow Lite so that it can be used in android project. I had built a small demo app in flutter to show this model and also a plugin. I though it is a good idea to share with flutter community. It's open source and free. Feel free to use this in your own project and let me know your feedback!https://github.com/hegman12/body_pix_tflite
November 12, 2020 at 05:42PM by hegman12
https://ift.tt/38CQ3U0
GitHub
GitHub - hegman12/body_pix_tflite: This is tensorflow lite implementation of Googles Bodypix model
This is tensorflow lite implementation of Googles Bodypix model - GitHub - hegman12/body_pix_tflite: This is tensorflow lite implementation of Googles Bodypix model
New post on /r/flutterdev subreddit:
User Registration and Login with Flutter and PHP Rest API
https://ift.tt/2Iuxqal
November 12, 2020 at 05:17PM by rrtutors
https://ift.tt/35ppJL9
User Registration and Login with Flutter and PHP Rest API
https://ift.tt/2Iuxqal
November 12, 2020 at 05:17PM by rrtutors
https://ift.tt/35ppJL9
Rrtutors
User Registration and Login with Flutter and PHP Rest API
In this Post we will build user Registration and Authentication with Backend System. Here we are using the Backend Authentication with PHP Registration and Login APIs.
In the App side we are maintain the User Authentication status with Shared Preferences.
In the App side we are maintain the User Authentication status with Shared Preferences.
New tweet from FlutterDev:
🌇📱 Big images on small screens.
In this #WidgetOfTheWeek, learn how to wrap your widget with InteractiveViewer so users can pan around your picture and see it clearly.
Learn → https://t.co/zJDTH2BZiQ pic.twitter.com/OmEcYtrl1S— Flutter (@FlutterDev) November 12, 2020
November 12, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1326932919991103489
🌇📱 Big images on small screens.
In this #WidgetOfTheWeek, learn how to wrap your widget with InteractiveViewer so users can pan around your picture and see it clearly.
Learn → https://t.co/zJDTH2BZiQ pic.twitter.com/OmEcYtrl1S— Flutter (@FlutterDev) November 12, 2020
November 12, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1326932919991103489
Twitter
#widgetoftheweek hashtag on Twitter
59s ago @FlutterDev tweeted: "😎 Toggling list items is as easy as tap.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter Coffee Show: The Widget Strikes Back!
https://www.youtube.com/watch?v=QJHhv5tTRd4&feature=share
November 12, 2020 at 07:08PM by Pixelreddit
https://ift.tt/32Gni5b
Flutter Coffee Show: The Widget Strikes Back!
https://www.youtube.com/watch?v=QJHhv5tTRd4&feature=share
November 12, 2020 at 07:08PM by Pixelreddit
https://ift.tt/32Gni5b
YouTube
Flutter Coffee Show: The Widget Strikes Back!
With entertaining content ranging from live talks, news, packages, QAs, and lots of humor we want to bring the Flutter community together. We want to address the whole community and therefore pay attention to a good mix between technical deep dive and general…
New post on /r/flutterdev subreddit:
Toggle Password View in Flutter
https://www.youtube.com/watch?v=0V5mXbUM_k0
November 12, 2020 at 06:54PM by nitishk72
https://ift.tt/2UlVsXo
Toggle Password View in Flutter
https://www.youtube.com/watch?v=0V5mXbUM_k0
November 12, 2020 at 06:54PM by nitishk72
https://ift.tt/2UlVsXo
YouTube
Login Form with password visible button in flutter
In this video, I am going to make a login form with a password visibility button that can show and hide the password.
00:00 -04:44 Login Form
04:45 -10:00 Password visible feature
You can find write at https://www.nstack.in/blog/flutter-toggle-show-hide…
00:00 -04:44 Login Form
04:45 -10:00 Password visible feature
You can find write at https://www.nstack.in/blog/flutter-toggle-show-hide…
New post on /r/flutterdev subreddit:
Flutter canvas "funvas" ball animation
https://twitter.com/creativemaybeno/status/1327064439636582400?s=20
November 13, 2020 at 02:46AM by creativemaybeno
https://ift.tt/38EkSHW
Flutter canvas "funvas" ball animation
https://twitter.com/creativemaybeno/status/1327064439636582400?s=20
November 13, 2020 at 02:46AM by creativemaybeno
https://ift.tt/38EkSHW
Twitter
creativecreatorormaybenot
I made a thing 👀 In #Flutter. Source code: https://t.co/LXAAqAvSSN https://t.co/FhQ7vDcFEM