New post on /r/flutterdev subreddit:
Game development with Widgets?
Hello, I have started developing a game in flutter. I started building menus and it's really exciting how good Dart is to write code and how easy it is to control the widgets in the screen exactly how you want it to look.When I started drawing the "game arena" which is basically a bunch of walls (think of something like a bomberman's arena), I did that with widgets (Container's to be specific). One Container represents what would be a "wall" on bomberman (at index i,j in the matrix).So far, the walls are just a red square and I'm thinking if once I've changed that to sprites and add animations, will it still have the necessary performance? I honestly don't know a lot about flutter and this game is what I chose to make my way into the framework.I could use something like the "flame" engine instead of the widgets but I really like how good it feels to only use the widgets.My question to someone with more experience in Flutter: If I do a write a very optimized code with some reasonable arena sizes (maybe 30x50), will my widgets be enough or should I change to canvas use flame?
May 27, 2020 at 11:10AM by ihateoldmovies
https://ift.tt/3eiCOYc
Game development with Widgets?
Hello, I have started developing a game in flutter. I started building menus and it's really exciting how good Dart is to write code and how easy it is to control the widgets in the screen exactly how you want it to look.When I started drawing the "game arena" which is basically a bunch of walls (think of something like a bomberman's arena), I did that with widgets (Container's to be specific). One Container represents what would be a "wall" on bomberman (at index i,j in the matrix).So far, the walls are just a red square and I'm thinking if once I've changed that to sprites and add animations, will it still have the necessary performance? I honestly don't know a lot about flutter and this game is what I chose to make my way into the framework.I could use something like the "flame" engine instead of the widgets but I really like how good it feels to only use the widgets.My question to someone with more experience in Flutter: If I do a write a very optimized code with some reasonable arena sizes (maybe 30x50), will my widgets be enough or should I change to canvas use flame?
May 27, 2020 at 11:10AM by ihateoldmovies
https://ift.tt/3eiCOYc
reddit
Game development with Widgets?
Hello, I have started developing a game in flutter. I started building menus and it's really exciting how good Dart is to write code and how easy...
New post on /r/flutterdev subreddit:
flutter_blobs - Generate beautiful blob shapes
https://ift.tt/2ZD0qTz
May 27, 2020 at 12:15PM by lokesh000
https://ift.tt/3c6syAT
flutter_blobs - Generate beautiful blob shapes
https://ift.tt/2ZD0qTz
May 27, 2020 at 12:15PM by lokesh000
https://ift.tt/3c6syAT
Dart packages
blobs | Flutter Package
Create beautiful blobs - fixed/random blob generation, animations, svgs and more
New post on /r/flutterdev subreddit:
FLUTTER Tutorial - HERO Animation - The Complete Flutter Beginner’s Course | #11
https://youtu.be/JgtHhMYFR2A
May 27, 2020 at 12:29PM by Himdeve
https://ift.tt/2ZG4BOl
FLUTTER Tutorial - HERO Animation - The Complete Flutter Beginner’s Course | #11
https://youtu.be/JgtHhMYFR2A
May 27, 2020 at 12:29PM by Himdeve
https://ift.tt/2ZG4BOl
YouTube
FLUTTER Tutorial - HERO Animation - The Complete Flutter Beginner’s Course | #11
Flutter Tutorial - HERO Animation - The Complete Flutter Beginner’s Course | #11
Introduction
Welcome to Himdeve development, where we are preparing the best tutorials to make your mobile app development easier and more efficient.
Goal
1. We will create…
Introduction
Welcome to Himdeve development, where we are preparing the best tutorials to make your mobile app development easier and more efficient.
Goal
1. We will create…
New post on /r/flutterdev subreddit:
4-Hour Live Refactoring of Flutter App
https://youtu.be/3sBVlCCy2vw
May 27, 2020 at 01:10PM by immacoder
https://ift.tt/2XxLgMF
4-Hour Live Refactoring of Flutter App
https://youtu.be/3sBVlCCy2vw
May 27, 2020 at 01:10PM by immacoder
https://ift.tt/2XxLgMF
YouTube
Refactoring | Complete Flutter App #16
Refactoring | Complete Flutter App #16
Table of Contents:
9:13 Implementing Auth State
1:12:30 User Info State
2:32:00 Group Info State
In the previous book club episode we did some restructuring of the app, but visually. And since most of that will be…
Table of Contents:
9:13 Implementing Auth State
1:12:30 User Info State
2:32:00 Group Info State
In the previous book club episode we did some restructuring of the app, but visually. And since most of that will be…
New post on Flutter Dev Google group:
Migrating from HTML+Jquerymobile+Javascript
Hi I am moving my project away from Jquerymobile because the app is past the MVP phase. I wonder how to re-use the Javascript part. Is there a way that is similar to embedding JS in HTML? One more question. How do you identify GUI elements in Deft? In html you do that with "id". Thanks a lot.
May 27, 2020 at 01:49PM by K2
https://ift.tt/3elfERd
Migrating from HTML+Jquerymobile+Javascript
Hi I am moving my project away from Jquerymobile because the app is past the MVP phase. I wonder how to re-use the Javascript part. Is there a way that is similar to embedding JS in HTML? One more question. How do you identify GUI elements in Deft? In html you do that with "id". Thanks a lot.
May 27, 2020 at 01:49PM by K2
https://ift.tt/3elfERd
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 for absolute beginners - Basic widgets of Flutter - Create TikTok pages - 4
https://youtu.be/_ULIfUMBn44
May 27, 2020 at 02:02PM by rob822
https://ift.tt/2B87I7B
Flutter for absolute beginners - Basic widgets of Flutter - Create TikTok pages - 4
https://youtu.be/_ULIfUMBn44
May 27, 2020 at 02:02PM by rob822
https://ift.tt/2B87I7B
YouTube
Flutter for absolute beginners - Basic widgets of Flutter - Create TikTok pages - 4
In this tutorial, we will create TikTok template by using basic flutter widgets like- Container, Column, Row, Image, ListView, ListTile, safeArea, AssetImage, BoxDecoration, InputDecoration etc. At the end of this tutorial, you have the basic understanding…
New post on /r/flutterdev subreddit:
Draggable, DragTarget
https://youtu.be/Mgdoo3LVg4E
May 27, 2020 at 03:05PM by TheTechDesigner
https://ift.tt/2X9AQE5
Draggable, DragTarget
https://youtu.be/Mgdoo3LVg4E
May 27, 2020 at 03:05PM by TheTechDesigner
https://ift.tt/2X9AQE5
YouTube
Flutter Widget | 46 | How to use Draggable and DragTarget | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#int #Color #List #Column #Expanded #Center #Draggable #data #String #toString #Container #height #width #feedback #decoration #BoxDecoration #BoxShadow #blurRadius…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#int #Color #List #Column #Expanded #Center #Draggable #data #String #toString #Container #height #width #feedback #decoration #BoxDecoration #BoxShadow #blurRadius…
New post on /r/flutterdev subreddit:
Etiquette in publishing a forked plugin in pub.dev
For example, the publisher of a plugin is not active at the moment to receive pull requests and publish this plugin. Would it be acceptable to fork this repository, add the missing feature, rename the package and finally publish it to pub.dev?At the moment, the way I am using this updated version of the plugin is by referring to it in pubspec.yaml through git: url. It might be neater and more accessible to everybody if it is published instead.What do you think would be the better approach to solve this?
May 27, 2020 at 04:00PM by rafaelph
https://ift.tt/36xy0vC
Etiquette in publishing a forked plugin in pub.dev
For example, the publisher of a plugin is not active at the moment to receive pull requests and publish this plugin. Would it be acceptable to fork this repository, add the missing feature, rename the package and finally publish it to pub.dev?At the moment, the way I am using this updated version of the plugin is by referring to it in pubspec.yaml through git: url. It might be neater and more accessible to everybody if it is published instead.What do you think would be the better approach to solve this?
May 27, 2020 at 04:00PM by rafaelph
https://ift.tt/36xy0vC
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New tweet from FlutterDev:
#FlutterGoodNewsWednesday roundup!
🎉10,000+ Flutter apps since April.
🎉5,000 #FlutterPens created.
🎉Improved @AdobeXD support.
We have more news in the pipeline, so stay tuned!
Roundup here ↓ https://t.co/wZpxcr9z6q— Flutter (@FlutterDev) May 27, 2020
May 27, 2020 at 05:14PM
http://twitter.com/FlutterDev/status/1265662668892823553
#FlutterGoodNewsWednesday roundup!
🎉10,000+ Flutter apps since April.
🎉5,000 #FlutterPens created.
🎉Improved @AdobeXD support.
We have more news in the pipeline, so stay tuned!
Roundup here ↓ https://t.co/wZpxcr9z6q— Flutter (@FlutterDev) May 27, 2020
May 27, 2020 at 05:14PM
http://twitter.com/FlutterDev/status/1265662668892823553
Twitter
#fluttergoodnewswednesday hashtag on Twitter
On May 6 @FlutterDev tweeted: "It's here! 🎉Flutter 1.17
✅Metal suppor.." - read what others are saying and join the conversation.
✅Metal suppor.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Two Months of #FlutterGoodNewsWednesday
https://ift.tt/3guYdzh
May 27, 2020 at 05:26PM by Elixane
https://ift.tt/3d9DJtU
Two Months of #FlutterGoodNewsWednesday
https://ift.tt/3guYdzh
May 27, 2020 at 05:26PM by Elixane
https://ift.tt/3d9DJtU
Medium
Two Months of #FlutterGoodNewsWednesday
New apps and plugins, free training and tooling: oh my!
New post on /r/flutterdev subreddit:
Learn Flutter or React.js/React Native?
Hey guys,I'm a very experienced software developer/deep learning researcher and have lots of experience specifically in Python, Java (for Android apps) and C++.However, I have never even made a single website or a cross-platform mobile app and I don't even know where to start on the front-end - e.g. I don't know even a bit of HTML or JS. Recently, that has started bugging me - I always have ideas for side ventures and they obviously would require an app or a website, for which I don't know how to make the front-end, but could easily make the whole back-end and complex deep learning models (if there were any).This seems ridiculous to me, so I want to learn a language/framework as quickly as possible, that would allow me to make sexy looking websites and mobile apps. I have gathered these options until now:For Websites: React.js vs. Flutter WebFor Mobile Apps: React Native vs FlutterSince I'm trying to "kill two birds with one stone", i.e. learn mobile app development and web development with the same language/framework, these are the options.Do you have any thoughts/suggestions which route to go? Please keep in mind that as I mentioned, I am mostly experienced in Java, Python and C++ - so for instance, it may be easier to pick up Flutter (?) than JS, since Flutter is object-oriented. I don't know how much that matters though.Looking forward to the discussion :)
May 27, 2020 at 06:23PM by L4fl4me26
https://ift.tt/2ZOKGN4
Learn Flutter or React.js/React Native?
Hey guys,I'm a very experienced software developer/deep learning researcher and have lots of experience specifically in Python, Java (for Android apps) and C++.However, I have never even made a single website or a cross-platform mobile app and I don't even know where to start on the front-end - e.g. I don't know even a bit of HTML or JS. Recently, that has started bugging me - I always have ideas for side ventures and they obviously would require an app or a website, for which I don't know how to make the front-end, but could easily make the whole back-end and complex deep learning models (if there were any).This seems ridiculous to me, so I want to learn a language/framework as quickly as possible, that would allow me to make sexy looking websites and mobile apps. I have gathered these options until now:For Websites: React.js vs. Flutter WebFor Mobile Apps: React Native vs FlutterSince I'm trying to "kill two birds with one stone", i.e. learn mobile app development and web development with the same language/framework, these are the options.Do you have any thoughts/suggestions which route to go? Please keep in mind that as I mentioned, I am mostly experienced in Java, Python and C++ - so for instance, it may be easier to pick up Flutter (?) than JS, since Flutter is object-oriented. I don't know how much that matters though.Looking forward to the discussion :)
May 27, 2020 at 06:23PM by L4fl4me26
https://ift.tt/2ZOKGN4
reddit
Learn Flutter or React.js/React Native?
Hey guys, I'm a very experienced software developer/deep learning researcher and have lots of experience specifically in Python, Java (for...
New post on Flutter Dev Google group:
Multiple Transactions to one Document at same time
I am facing the issue of app crashing on multiple transactions on same time while using firestore in flutter and this issue was raised in february but not resolved yet. The link to the issue is here https://ift.tt/2X6mVOU Sorry to say, I was bit surprised
May 27, 2020 at 10:14PM by Ramneek Kashyap
https://ift.tt/3caA8KM
Multiple Transactions to one Document at same time
I am facing the issue of app crashing on multiple transactions on same time while using firestore in flutter and this issue was raised in february but not resolved yet. The link to the issue is here https://ift.tt/2X6mVOU Sorry to say, I was bit surprised
May 27, 2020 at 10:14PM by Ramneek Kashyap
https://ift.tt/3caA8KM
GitHub
[cloud_firestore] INTERNAL ASSERTION FAILED: A transaction object cannot be used after its update callback has been invoked. ·…
Describe the bug App crash when adding new data. It doesn't print any error in flutter developement. But if you open android log it show: java.lang.RuntimeException: An error occurred while...
New post on /r/flutterdev subreddit:
flutter_tex | A Flutter Package to render Mathematics / Maths, Physics and Chemistry, Statistics / Stats Equations based on LaTeX with full HTML and JavaScript support.
https://ift.tt/2LRcTfn
May 27, 2020 at 11:31PM by Elixane
https://ift.tt/2B8Sn6I
flutter_tex | A Flutter Package to render Mathematics / Maths, Physics and Chemistry, Statistics / Stats Equations based on LaTeX with full HTML and JavaScript support.
https://ift.tt/2LRcTfn
May 27, 2020 at 11:31PM by Elixane
https://ift.tt/2B8Sn6I
Dart packages
flutter_tex | Flutter Package
A Flutter Package to render Mathematics / Maths, Physics and Chemistry, Statistics / Stats Equations based on LaTeX with full HTML and JavaScript support.
New post on /r/flutterdev subreddit:
Flutter Origami
https://ift.tt/2TNhhzj
May 27, 2020 at 11:27PM by jmonga98
https://ift.tt/3daA9zI
Flutter Origami
https://ift.tt/2TNhhzj
May 27, 2020 at 11:27PM by jmonga98
https://ift.tt/3daA9zI
New post on /r/flutterdev subreddit:
My Response to TechLead | Flutter is Dead
https://youtu.be/9vR4n5zvZ6U
May 28, 2020 at 12:09AM by thehappyharis
https://ift.tt/2ZHTogj
My Response to TechLead | Flutter is Dead
https://youtu.be/9vR4n5zvZ6U
May 28, 2020 at 12:09AM by thehappyharis
https://ift.tt/2ZHTogj
YouTube
My Response to TechLead | Flutter is Dead
Just my objective reaction on TechLead Show video on Why Flutter is dead on arrival for iOS/Android | TechLead
Source: https://www.youtube.com/watch?v=mca0cjuUC04
https://relentless-painter-1519.ck.page/fwp
⏰ Timeline
00:00 - Skip to next part for audio…
Source: https://www.youtube.com/watch?v=mca0cjuUC04
https://relentless-painter-1519.ck.page/fwp
⏰ Timeline
00:00 - Skip to next part for audio…
New post on Flutter Dev Google group:
Flutter FutureBuilder return null
when listing the data in my local database with FutureBuilder snapshot return null. I don't listing my data. when I check connection status it is waiting. when debugprint dbHelper.randevuListesiGetir() method, my data listing console screnn but not listing futurebuilder. class _RandevularState
May 28, 2020 at 12:26AM by Mustafa ARPACIOĞLU
https://ift.tt/2X9i5R0
Flutter FutureBuilder return null
when listing the data in my local database with FutureBuilder snapshot return null. I don't listing my data. when I check connection status it is waiting. when debugprint dbHelper.randevuListesiGetir() method, my data listing console screnn but not listing futurebuilder. class _RandevularState
May 28, 2020 at 12:26AM by Mustafa ARPACIOĞLU
https://ift.tt/2X9i5R0
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 HAck 2020
What are the topics this time in Flutter Hack? Any guess guys
May 28, 2020 at 06:11AM by ebayshashila
https://ift.tt/2M30sMf
Flutter HAck 2020
What are the topics this time in Flutter Hack? Any guess guys
May 28, 2020 at 06:11AM by ebayshashila
https://ift.tt/2M30sMf
reddit
Flutter HAck 2020
What are the topics this time in Flutter Hack? Any guess guys
New post on /r/flutterdev subreddit:
Any guides how to make a simple multiplayer game?
Something along the lines of naughts and crosses.Something very basic, turned based.Is there any good comprehensive guides online or is flutter still too new ?
May 28, 2020 at 06:46AM by SkinwalkingCamel
https://ift.tt/3dmalB3
Any guides how to make a simple multiplayer game?
Something along the lines of naughts and crosses.Something very basic, turned based.Is there any good comprehensive guides online or is flutter still too new ?
May 28, 2020 at 06:46AM by SkinwalkingCamel
https://ift.tt/3dmalB3
reddit
Any guides how to make a simple multiplayer game?
Something along the lines of naughts and crosses. Something very basic, turned based. Is there any good comprehensive guides online or is...
New post on Flutter Dev Google group:
How to use provider to provide the auth / user object to the app and tell the app to show login or app?
How can I provide user object after authentication to all the children in my Flutter App? I'm trying to make use of provide
How to use provider to provide the auth / user object to the app and tell the app to show login or app?
How can I provide user object after authentication to all the children in my Flutter App? I'm trying to make use of provide
New post on /r/flutterdev subreddit:
🆚 Difference between final & const in dart 🎯
https://twitter.com/erluxman/status/1265903219219116032
May 28, 2020 at 09:33AM by erluxman
https://ift.tt/2X6JQK4
🆚 Difference between final & const in dart 🎯
https://twitter.com/erluxman/status/1265903219219116032
May 28, 2020 at 09:33AM by erluxman
https://ift.tt/2X6JQK4
Twitter
Laxman
🎯Dart final vs const🎯 final and const in dart are confusing to the level we think both of them are the same. Let's see their differences: #day53 #100DaysofFlutter #Flutter