New post on /r/flutterdev subreddit:
Flutter with Django REST API
Hello, I use django to produce web applications and create REST APIs. I was planning to integrate my backend with android application. Is it possible to create a backend using Django and then use Flutter for frontend. Also, i am new to android development. Is there any requisite before starting with flutter. Thank you
February 29, 2020 at 09:44AM by Aurphillus
https://ift.tt/2Tob3ER
Flutter with Django REST API
Hello, I use django to produce web applications and create REST APIs. I was planning to integrate my backend with android application. Is it possible to create a backend using Django and then use Flutter for frontend. Also, i am new to android development. Is there any requisite before starting with flutter. Thank you
February 29, 2020 at 09:44AM by Aurphillus
https://ift.tt/2Tob3ER
reddit
Flutter with Django REST API
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
How to build a Google Machine Learning Translator App with Flutter
https://ift.tt/2TaeMHp
February 29, 2020 at 09:27AM by Elixane
https://ift.tt/2wkA8Zp
How to build a Google Machine Learning Translator App with Flutter
https://ift.tt/2TaeMHp
February 29, 2020 at 09:27AM by Elixane
https://ift.tt/2wkA8Zp
Medium
How to build a Google Machine Learning Translator App with Flutter
We will be starting a flutter and dart series were we are going to create a translator app that can translate any text from one language…
New post on /r/flutterdev subreddit:
DateTime handling with supercharged in Flutter
https://ift.tt/2I3i3So
February 29, 2020 at 10:12AM by felixlein
https://ift.tt/2uJfou8
DateTime handling with supercharged in Flutter
https://ift.tt/2I3i3So
February 29, 2020 at 10:12AM by felixlein
https://ift.tt/2uJfou8
Medium
DateTime handling with supercharged in Flutter
With the 1.2.0 release of the Flutter package supercharged I introduced some handy DateTime and Duration features.
New post on /r/flutterdev subreddit:
Testing Flutter Apps on Android Devices with Flutter Driver
click link https://medium.com/@invintsinfotech/testing-flutter-apps-on-android-devices-with-flutter-driver-458d160082fd
February 29, 2020 at 01:07PM by invint_digital
https://ift.tt/2I8W78C
Testing Flutter Apps on Android Devices with Flutter Driver
click link https://medium.com/@invintsinfotech/testing-flutter-apps-on-android-devices-with-flutter-driver-458d160082fd
February 29, 2020 at 01:07PM by invint_digital
https://ift.tt/2I8W78C
Medium
Testing Flutter Apps on Android Devices with Flutter Driver
Since its underlying discharge, Flutter has immediately picked up its fame among engineers for building excellent Android and iOS…
New post on /r/flutterdev subreddit:
When and How to use different fonts
https://youtu.be/yzJa778HoE4
February 29, 2020 at 01:21PM by craetornetwork
https://ift.tt/2PzDAX2
When and How to use different fonts
https://youtu.be/yzJa778HoE4
February 29, 2020 at 01:21PM by craetornetwork
https://ift.tt/2PzDAX2
YouTube
Fonts | Flutter Basics
Fonts | Flutter Basics
In this video we quickly go over the two main methods of how to add fonts to your flutter app. One is using the font file directly and the other is using the google fonts package. In my opinion you should use the google fonts package…
In this video we quickly go over the two main methods of how to add fonts to your flutter app. One is using the font file directly and the other is using the google fonts package. In my opinion you should use the google fonts package…
New post on Flutter Dev Google group:
How to Integrate Machine Learning Kit in Flutter? Step by Step Guide
Full read article here: How to Integrate Machine Learning Kit in Flutter? Step by Step Guide < https://www.brsoftech.com/blog/how-to-integrate-machine-learning-kit-in-flutter/ >
February 29, 2020 at 02:00PM by Game Reviewer
https://ift.tt/38ciXqc
How to Integrate Machine Learning Kit in Flutter? Step by Step Guide
Full read article here: How to Integrate Machine Learning Kit in Flutter? Step by Step Guide < https://www.brsoftech.com/blog/how-to-integrate-machine-learning-kit-in-flutter/ >
February 29, 2020 at 02:00PM by Game Reviewer
https://ift.tt/38ciXqc
BR Softech
How to Integrate Machine Learning Kit in Flutter? Step by Step Guide
How to Integrate Machine Learning Kit in Flutter? Machine learning is here from quite long and open to use for everyone. Create an application for smartphones with a futuristic cross-platform
New post on /r/flutterdev subreddit:
Flutter packages
What simple package would you like to see? That will make your job easier and drastically decrease the time you require to build a UI?
February 29, 2020 at 02:40PM by Grey-Winds
https://ift.tt/3arjTsD
Flutter packages
What simple package would you like to see? That will make your job easier and drastically decrease the time you require to build a UI?
February 29, 2020 at 02:40PM by Grey-Winds
https://ift.tt/3arjTsD
reddit
Flutter packages
What simple package would you like to see? That will make your job easier and drastically decrease the time you require to build a UI?
New post on /r/flutterdev subreddit:
Going Walkabout - Flutter PageView, Maps and more
https://youtu.be/M2l6QeCWxVA
February 29, 2020 at 02:09PM by aadjemonkeyrock
https://ift.tt/39eoTAk
Going Walkabout - Flutter PageView, Maps and more
https://youtu.be/M2l6QeCWxVA
February 29, 2020 at 02:09PM by aadjemonkeyrock
https://ift.tt/39eoTAk
YouTube
Going Walkabout - Flutter PageView, Maps and more
Implementing the trip view in Flutter, using a PageView and Maps. Also about getting stuck
Going Walkabout is a mobile travel blog.
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore: https://itunes.apple.com/app/id1476918517
- Facebook: …
Going Walkabout is a mobile travel blog.
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore: https://itunes.apple.com/app/id1476918517
- Facebook: …
New post on /r/flutterdev subreddit:
Build a Flutter Chat App With The Stream SDK
https://ift.tt/39ac8XL
February 29, 2020 at 01:52PM by Elixane
https://ift.tt/2wPQU2T
Build a Flutter Chat App With The Stream SDK
https://ift.tt/39ac8XL
February 29, 2020 at 01:52PM by Elixane
https://ift.tt/2wPQU2T
getstream.io
Flutter Chat - Build a chat app with our SDK
Flutter Chat Tutorial: How to build a chat app
New post on /r/flutterdev subreddit:
Does anyone use Dart's extension methods to prevent code from nesting too many levels?
Let's say you make a component. After writing it, you realize that it needs padding and a border radius. Adding both can be done easily, but if your parent widget is not a Container, it will likely require 1 extra level of nesting.Does anyone see their code getting "messier" whenever this happens? Do you have any solutions for it?Another similar problem when working with slivers/custom scroll views is that regular widgets need to be wrapped by a SliverToBoxAdapter.So I thought we could leverage Dart's extension methods like so:
February 29, 2020 at 03:43PM by themindstorm
https://ift.tt/38drx8a
Does anyone use Dart's extension methods to prevent code from nesting too many levels?
Let's say you make a component. After writing it, you realize that it needs padding and a border radius. Adding both can be done easily, but if your parent widget is not a Container, it will likely require 1 extra level of nesting.Does anyone see their code getting "messier" whenever this happens? Do you have any solutions for it?Another similar problem when working with slivers/custom scroll views is that regular widgets need to be wrapped by a SliverToBoxAdapter.So I thought we could leverage Dart's extension methods like so:
extension E on Widget { Widget sliverToBoxAdapter() { return SliverToBoxAdapter(child: this); } Widget padding(double hor, double ver) { .. } } // works like this: AnyWidget( example: "text", ).sliverToBoxAdapter()to shorten the code and reduce nesting slightly. Does anyone else do anything similar?Another example where you need an extra level of nesting is when you want an gesture action (using GestureDetector)
February 29, 2020 at 03:43PM by themindstorm
https://ift.tt/38drx8a
reddit
Does anyone use Dart's extension methods to prevent code from...
Let's say you make a component. After writing it, you realize that it needs **padding** and a **border radius**. Adding both can be done easily,...
New post on /r/flutterdev subreddit:
Are there any good tutorials on using charts in Flutter?
Every tutorial I've found doesn't do a good job of explaining stuff.
February 29, 2020 at 03:52PM by UnicornsOnLSD
https://ift.tt/2T7HXe1
Are there any good tutorials on using charts in Flutter?
Every tutorial I've found doesn't do a good job of explaining stuff.
February 29, 2020 at 03:52PM by UnicornsOnLSD
https://ift.tt/2T7HXe1
reddit
Are there any good tutorials on using charts in Flutter?
Every tutorial I've found doesn't do a good job of explaining stuff.
New post on /r/flutterdev subreddit:
Ranking App using MobX, Hasura GraphQL and Modular
https://ift.tt/2Vu9NCZ
February 29, 2020 at 09:33PM by irvine5k
https://ift.tt/2wds1Oz
Ranking App using MobX, Hasura GraphQL and Modular
https://ift.tt/2Vu9NCZ
February 29, 2020 at 09:33PM by irvine5k
https://ift.tt/2wds1Oz
GitHub
GitHub - irvine5k/ranking_app: A ranking app made with MobX, Flutter Modular and Hasura for Flutterando Challenge.
A ranking app made with MobX, Flutter Modular and Hasura for Flutterando Challenge. - GitHub - irvine5k/ranking_app: A ranking app made with MobX, Flutter Modular and Hasura for Flutterando Challenge.
New post on /r/flutterdev subreddit:
Looking fo feedback on JobsinFlutter.io - A dedicated Flutter job board for you
I hit publish. There we go it launched!I went from buying WebFlow to having a launch ready site in about a week, mostly because I’ve not had much more time to dedicate to the project.For those that don’t know, this site is dedicated to Jobs in Flutter. Finding the best jobs for Google’s latest cross-platform tech. It’s similar to React in many ways which is owned by Facebook.I started this project mostly because we’re using this tech for my main startup, Skipr, as such we needed to find developers and this was difficult to do.So there were a few decent sites, but nothing serious and nothing that good looking. I thought to myself I could do better to be honest.Previously, I had launched Jobs in XR with moderate success in the niche field, so this was a good starting point in terms of experience.Why do Flutter?
Facebook released React nearly 5 years ago now, and it has been widely used across the web. Google has seen this as an opportunity to challenge this with a new front-end tech which would fix a lot of the issues React has.The StackOverflow Survey of 2019, also indicated that React Native is more wanted in comparison to Flutter. This tells us that there are more React Native jobs out there, in comparison to Flutter. Flutter is now in the Top 3 most loved frameworks, which is pretty damn epic!Giving Back
So the opportunity for me was to help foster this new technology, especially as I use it daily, so it only made sense that I can give back to the community. I’m especially keen to look out for contributors and people that can help this community grow.What’s Next?
I’m planning on adding a lot of resources, adding members profiles, salary reviews, and much more.The site is launched now, so let’s see how it goes! Feel free to help share the site and if you know anyone hiring Flutter developers, then send them my way!Looking for ideas of what you'd like to see on the site too.
March 01, 2020 at 12:57AM by tobyallen007
https://ift.tt/386N2rb
Looking fo feedback on JobsinFlutter.io - A dedicated Flutter job board for you
I hit publish. There we go it launched!I went from buying WebFlow to having a launch ready site in about a week, mostly because I’ve not had much more time to dedicate to the project.For those that don’t know, this site is dedicated to Jobs in Flutter. Finding the best jobs for Google’s latest cross-platform tech. It’s similar to React in many ways which is owned by Facebook.I started this project mostly because we’re using this tech for my main startup, Skipr, as such we needed to find developers and this was difficult to do.So there were a few decent sites, but nothing serious and nothing that good looking. I thought to myself I could do better to be honest.Previously, I had launched Jobs in XR with moderate success in the niche field, so this was a good starting point in terms of experience.Why do Flutter?
Facebook released React nearly 5 years ago now, and it has been widely used across the web. Google has seen this as an opportunity to challenge this with a new front-end tech which would fix a lot of the issues React has.The StackOverflow Survey of 2019, also indicated that React Native is more wanted in comparison to Flutter. This tells us that there are more React Native jobs out there, in comparison to Flutter. Flutter is now in the Top 3 most loved frameworks, which is pretty damn epic!Giving Back
So the opportunity for me was to help foster this new technology, especially as I use it daily, so it only made sense that I can give back to the community. I’m especially keen to look out for contributors and people that can help this community grow.What’s Next?
I’m planning on adding a lot of resources, adding members profiles, salary reviews, and much more.The site is launched now, so let’s see how it goes! Feel free to help share the site and if you know anyone hiring Flutter developers, then send them my way!Looking for ideas of what you'd like to see on the site too.
March 01, 2020 at 12:57AM by tobyallen007
https://ift.tt/386N2rb
reddit
Looking fo feedback on JobsinFlutter.io - A dedicated Flutter job...
I hit publish. There we go it launched! I went from buying WebFlow to having a launch ready site in about a week, mostly because I’ve not had...
New post on /r/flutterdev subreddit:
Flutter + Dart, or how to quickly build a mobile app without losing (too much of) your hair
https://ift.tt/39bKqtn
March 01, 2020 at 12:54AM by witek1902
https://ift.tt/39glFMQ
Flutter + Dart, or how to quickly build a mobile app without losing (too much of) your hair
https://ift.tt/39bKqtn
March 01, 2020 at 12:54AM by witek1902
https://ift.tt/39glFMQ
Altkom Software & Consulting
Flutter + Dart, or how to quickly build a mobile app without losing (too much of) your hair - Altkom Software & Consulting
IT Knowledge and experience - Flutter + Dart, or how to quickly build a mobile app without losing (too much of) your hair - Altkom Software and Consulting
New post on /r/flutterdev subreddit:
Flutter Bloc: Cryptocurrency App Tutorial (Ep 1)
https://www.youtube.com/watch?v=GJYnk4nBju8
February 29, 2020 at 06:04PM by Marcus-Ng
https://ift.tt/38dlSio
Flutter Bloc: Cryptocurrency App Tutorial (Ep 1)
https://www.youtube.com/watch?v=GJYnk4nBju8
February 29, 2020 at 06:04PM by Marcus-Ng
https://ift.tt/38dlSio
New post on Flutter Dev Google group:
How to implement Timer reliably (persistent)
In my application, It needs a timer to asynchronously launch a new UI screen when the timer expires. The following code shows the desired semantics: Timer t = Timer(Duration(seconds: myDuration), () { askQuestion('How are you doing?'); }); // Maybe later, before the timer goes
March 01, 2020 at 02:15AM by Yu Shen
https://ift.tt/2vtG1n1
How to implement Timer reliably (persistent)
In my application, It needs a timer to asynchronously launch a new UI screen when the timer expires. The following code shows the desired semantics: Timer t = Timer(Duration(seconds: myDuration), () { askQuestion('How are you doing?'); }); // Maybe later, before the timer goes
March 01, 2020 at 02:15AM by Yu Shen
https://ift.tt/2vtG1n1
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 do you organize functions in a large app? (providers vs controllers vs services ...)
My state management solution of choice is ChangeNotifier + Provider, so I create all my ChangeNotifier classes in a folder called providers. However, sometimes I require classes that only have static functions. For example, returning true or false if the app is in the dark theme. I usually put these in a services folder.Do you do something similar? I've seen a few apps (like this one) with a folder called controllers, and I'm not entirely sure which classes/functions go there and why.Are there any good or recommended practices on how to structure your large application's functions?
March 01, 2020 at 02:45AM by themindstorm
https://ift.tt/2T9TA44
How do you organize functions in a large app? (providers vs controllers vs services ...)
My state management solution of choice is ChangeNotifier + Provider, so I create all my ChangeNotifier classes in a folder called providers. However, sometimes I require classes that only have static functions. For example, returning true or false if the app is in the dark theme. I usually put these in a services folder.Do you do something similar? I've seen a few apps (like this one) with a folder called controllers, and I'm not entirely sure which classes/functions go there and why.Are there any good or recommended practices on how to structure your large application's functions?
March 01, 2020 at 02:45AM by themindstorm
https://ift.tt/2T9TA44
GitHub
Tabs/lib at master · michaelroudnitski/Tabs
The expense sharing app. Contribute to michaelroudnitski/Tabs development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Trouble with gestures
Hi,I am having some trouble with basic gesture detection. I have two widgets, and I am start pan gesture on first one and then ending the gesture on another widget - Think of it as a swipe from one widget to another. How do I go about detecting whether the person dragged till the second widget. There is onPanEnd available but that doesn't help. I can't use draggable and drag target because I don't actually want to drag my widget to another, just swipe.Would appreciate any help.
March 01, 2020 at 03:17AM by chancemehmu
https://ift.tt/2wU9VRO
Trouble with gestures
Hi,I am having some trouble with basic gesture detection. I have two widgets, and I am start pan gesture on first one and then ending the gesture on another widget - Think of it as a swipe from one widget to another. How do I go about detecting whether the person dragged till the second widget. There is onPanEnd available but that doesn't help. I can't use draggable and drag target because I don't actually want to drag my widget to another, just swipe.Would appreciate any help.
March 01, 2020 at 03:17AM by chancemehmu
https://ift.tt/2wU9VRO
reddit
Trouble with gestures
Hi, I am having some trouble with basic gesture detection. I have two widgets, and I am start pan gesture on first one and then ending the...
New post on /r/flutterdev subreddit:
Introducing a Dart runtime for AWS Lambda | Amazon Web Services
https://ift.tt/3a4Nzv8
March 01, 2020 at 05:32AM by Rockinoutt
https://ift.tt/2wjOEk8
Introducing a Dart runtime for AWS Lambda | Amazon Web Services
https://ift.tt/3a4Nzv8
March 01, 2020 at 05:32AM by Rockinoutt
https://ift.tt/2wjOEk8
Amazon
Introducing a Dart runtime for AWS Lambda | Amazon Web Services
Dart is a fast growing open source programming language, and powers some rapidly growing open source projects, such as Flutter. Thanks to custom AWS Lambda runtimes, you can run Dart in AWS Lambda. Writing your functions in Dart enables you to use your skills…
New post on /r/flutterdev subreddit:
ink_page_indicator - Page indicators for Flutter
https://ift.tt/2I4ZQE7
March 01, 2020 at 10:44AM by bendixmahnke
https://ift.tt/32EXrcB
ink_page_indicator - Page indicators for Flutter
https://ift.tt/2I4ZQE7
March 01, 2020 at 10:44AM by bendixmahnke
https://ift.tt/32EXrcB
New post on /r/flutterdev subreddit:
Nile Gift App
Nile gift is a Vertical Timeline Ordered by the date that allows you to:Navigate through ancient Egyptian characters (deity, pharaohs) learn more about them, their stories, images, and videos with fully animated and illustrated characters.Provide the ability to locate characters monuments and order uber or any other cap service to the monument directlyThe App built with Flutter using bloc pattern for state managementThe App is available on Google Play: https://play.google.com/store/apps/details?id=com.mohanedy98.gift_of_the_nileAnd On GitHub : GitHub Nile Gift
March 01, 2020 at 10:54AM by mohaned_y98
https://ift.tt/2VyQOXR
Nile Gift App
Nile gift is a Vertical Timeline Ordered by the date that allows you to:Navigate through ancient Egyptian characters (deity, pharaohs) learn more about them, their stories, images, and videos with fully animated and illustrated characters.Provide the ability to locate characters monuments and order uber or any other cap service to the monument directlyThe App built with Flutter using bloc pattern for state managementThe App is available on Google Play: https://play.google.com/store/apps/details?id=com.mohanedy98.gift_of_the_nileAnd On GitHub : GitHub Nile Gift
March 01, 2020 at 10:54AM by mohaned_y98
https://ift.tt/2VyQOXR
Google Play
Nile Gift - Apps on Google Play
Animated Ancient Egyptian History Timeline