New post on /r/flutterdev subreddit:
💉Imports on Steroids 💉, What is the use of as, show, and hide mean in import statements?
https://twitter.com/erluxman/status/1265470703043633153
May 27, 2020 at 04:33AM by erluxman
https://ift.tt/2yAF8e9
💉Imports on Steroids 💉, What is the use of as, show, and hide mean in import statements?
https://twitter.com/erluxman/status/1265470703043633153
May 27, 2020 at 04:33AM by erluxman
https://ift.tt/2yAF8e9
Twitter
Laxman
💉 Import on Steroids 💉 as : Differentiate two or more libraries that have conflicting identifiers show : Show only certain class and hide everything else from it. hide : Hide only certain class & show everything else from it. #day52 #100DaysofFlutter #Flutter
New post on Flutter Dev Google group:
Новый обучаюший ресурс по Flutter
Всем привет. Приглашаю всех на обучающие уроки openflutter.ru . Есть gitlab репозиторий, youtube канал и группы в соц сетях. Кому интересна разработка на Flutter - welcome.
May 27, 2020 at 08:19AM by Anton Nadtoka
https://ift.tt/2X5hmjO
Новый обучаюший ресурс по Flutter
Всем привет. Приглашаю всех на обучающие уроки openflutter.ru . Есть gitlab репозиторий, youtube канал и группы в соц сетях. Кому интересна разработка на Flutter - welcome.
May 27, 2020 at 08:19AM by Anton Nadtoka
https://ift.tt/2X5hmjO
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:
Pagination
How does pagination work? Can someone explain to me what you can use it for and recommend a good manual?
May 27, 2020 at 08:33AM by Marlene Rahm
https://ift.tt/2ZHyaz4
Pagination
How does pagination work? Can someone explain to me what you can use it for and recommend a good manual?
May 27, 2020 at 08:33AM by Marlene Rahm
https://ift.tt/2ZHyaz4
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:
Build Flutter Contacts App with Hive and Provider
https://www.youtube.com/watch?v=MNuhoZrlhgw&list=PLdBY1aYxSpPUsbJqPH2rRyaIG1aEUjwlD
May 27, 2020 at 08:35AM by 26Waga
https://ift.tt/2yEgcCw
Build Flutter Contacts App with Hive and Provider
https://www.youtube.com/watch?v=MNuhoZrlhgw&list=PLdBY1aYxSpPUsbJqPH2rRyaIG1aEUjwlD
May 27, 2020 at 08:35AM by 26Waga
https://ift.tt/2yEgcCw
YouTube
Build Flutter App with Hive and Provider #AppShowcase
This is the first video in a series about building an app with Flutter, Hive and Provider.This is the App showcase
New post on Flutter Dev Google group:
Rewriting core builder for datatables
Hello , I have a app which utilities tables for showing data . Since the current datatable preloads all data which causes performance issues , is there a way we can make modification to core itembuilder to genereate rows and columns on demand . This will increase its performance . Currently
May 27, 2020 at 09:49AM by Nikesh Bhansali
https://ift.tt/36wHGX2
Rewriting core builder for datatables
Hello , I have a app which utilities tables for showing data . Since the current datatable preloads all data which causes performance issues , is there a way we can make modification to core itembuilder to genereate rows and columns on demand . This will increase its performance . Currently
May 27, 2020 at 09:49AM by Nikesh Bhansali
https://ift.tt/36wHGX2
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:
Building libraries with Flutter for iOS is very painful
We created a Flutter app we need to provide to other developers for inclusion in their apps as a library. Those developers must not have to know anything about Flutter and it would be best, if our use of Flutter would be an implementation detail I do not have to reveal. For Android, this works
May 27, 2020 at 10:29AM by Stefan Matthias Aust
https://ift.tt/2AYvtia
Building libraries with Flutter for iOS is very painful
We created a Flutter app we need to provide to other developers for inclusion in their apps as a library. Those developers must not have to know anything about Flutter and it would be best, if our use of Flutter would be an implementation detail I do not have to reveal. For Android, this works
May 27, 2020 at 10:29AM by Stefan Matthias Aust
https://ift.tt/2AYvtia
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:
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