New post on /r/flutterdev subreddit:
Building a Signup page with Flutter Web(Hummingbird)
https://ift.tt/2JLgwAZ
July 17, 2019 at 05:46PM by JideGuru
https://ift.tt/2XM5SDZ
Building a Signup page with Flutter Web(Hummingbird)
https://ift.tt/2JLgwAZ
July 17, 2019 at 05:46PM by JideGuru
https://ift.tt/2XM5SDZ
New post on /r/flutterdev subreddit:
A Database For The HN App (The Boring Flutter Development Show, Ep. 26)
https://youtu.be/9o_M-LjO4no
July 17, 2019 at 06:36PM by EngineerScientist
https://ift.tt/2YYfKqs
A Database For The HN App (The Boring Flutter Development Show, Ep. 26)
https://youtu.be/9o_M-LjO4no
July 17, 2019 at 06:36PM by EngineerScientist
https://ift.tt/2YYfKqs
YouTube
A Database For The HN App (The Boring Flutter Development Show, Ep. 25)
The first multiplexed episode of the Boring Show! This episode features an engineer in Seattle (Emily) and another in Mountain View (Andrew) working together in VS Code to add a database to the Hacker News app!
Watch as they integrate the moor package,…
Watch as they integrate the moor package,…
New post on /r/flutterdev subreddit:
Thoughts on the the 2019 Udemy course from Maximilian Schwarzmüller
I just noticed that Maximilian Schwarzmüller updated his course.Has anyone gone through it yet?Does anyone have any other new learning material that would be nice to share with the community?
July 17, 2019 at 07:01PM by glancer000
https://ift.tt/2xTs7Ze
Thoughts on the the 2019 Udemy course from Maximilian Schwarzmüller
I just noticed that Maximilian Schwarzmüller updated his course.Has anyone gone through it yet?Does anyone have any other new learning material that would be nice to share with the community?
July 17, 2019 at 07:01PM by glancer000
https://ift.tt/2xTs7Ze
reddit
r/FlutterDev - Thoughts on the the 2019 Udemy course from Maximilian Schwarzmüller
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
A Database For The HN App (The Boring Flutter Development Show, Ep. 26)
https://www.youtube.com/watch?v=9o_M-LjO4no&feature=youtu.be
July 17, 2019 at 06:41PM by MarkOSullivan
https://ift.tt/2GbsjHN
A Database For The HN App (The Boring Flutter Development Show, Ep. 26)
https://www.youtube.com/watch?v=9o_M-LjO4no&feature=youtu.be
July 17, 2019 at 06:41PM by MarkOSullivan
https://ift.tt/2GbsjHN
YouTube
A Database For The HN App (The Boring Flutter Development Show, Ep. 25)
The first multiplexed episode of the Boring Show! This episode features an engineer in Seattle (Emily) and another in Mountain View (Andrew) working together in VS Code to add a database to the Hacker News app!
Watch as they integrate the moor package,…
Watch as they integrate the moor package,…
New post on /r/flutterdev subreddit:
Deploy ML models using Flask as REST API and access via Flutter app
https://ift.tt/2xTkty2
July 17, 2019 at 07:24PM by Elixane
https://ift.tt/2GgOhsJ
Deploy ML models using Flask as REST API and access via Flutter app
https://ift.tt/2xTkty2
July 17, 2019 at 07:24PM by Elixane
https://ift.tt/2GgOhsJ
Medium
Deploy ML models using Flask as REST API and access via Flutter app
Simplicity of Flask , Awesomeness of Flutter and Keras ‘s image classification model
New tweet from FlutterDev:
🌟Ta-Da! A database!
A multiplexed episode of the #BoringShow! @bouncingsheep and @redbrogdon add a database to the Hacker News app! They integrate moor, a reactive persistence library, to store article data and make queries.
Watch here → https://t.co/ImuLQYX01W pic.twitter.com/84MP2d93JF— Flutter (@FlutterDev) July 17, 2019
July 17, 2019 at 07:51PM
http://twitter.com/FlutterDev/status/1151550085517455365
🌟Ta-Da! A database!
A multiplexed episode of the #BoringShow! @bouncingsheep and @redbrogdon add a database to the Hacker News app! They integrate moor, a reactive persistence library, to store article data and make queries.
Watch here → https://t.co/ImuLQYX01W pic.twitter.com/84MP2d93JF— Flutter (@FlutterDev) July 17, 2019
July 17, 2019 at 07:51PM
http://twitter.com/FlutterDev/status/1151550085517455365
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New tweet from FlutterDev:
🌟Ta-Da! A database!
A multiplexed episode of the #BoringShow! @bouncingsheep and @redbrogdon add a database to the Hacker News app! They integrate moor, a reactive persistence library, to store article data and make queries.
Watch here → https://t.co/XBWyejLy4g pic.twitter.com/2Zpnl16V1p— Flutter (@FlutterDev) July 17, 2019
July 17, 2019 at 08:25PM
http://twitter.com/FlutterDev/status/1151558583429021699
🌟Ta-Da! A database!
A multiplexed episode of the #BoringShow! @bouncingsheep and @redbrogdon add a database to the Hacker News app! They integrate moor, a reactive persistence library, to store article data and make queries.
Watch here → https://t.co/XBWyejLy4g pic.twitter.com/2Zpnl16V1p— Flutter (@FlutterDev) July 17, 2019
July 17, 2019 at 08:25PM
http://twitter.com/FlutterDev/status/1151558583429021699
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
How to separate actions from Page in BLoC architecture?
Hi, recently i came across problem where my Page classes were growing quite big, because they contained widget building methods and also action methods (for example onPageChosen(int position)), i was making some methods to convert data from input (position) to bloc events and send them to bloc itself. But reading such class is very difficult and it doesnt seem to be clear at all. Should i make this "converting" methods in BLoC? Or create separate class which will convert input into events and send it to BLoC?
July 17, 2019 at 07:45PM by kubenqpl
https://ift.tt/2NYPqM0
How to separate actions from Page in BLoC architecture?
Hi, recently i came across problem where my Page classes were growing quite big, because they contained widget building methods and also action methods (for example onPageChosen(int position)), i was making some methods to convert data from input (position) to bloc events and send them to bloc itself. But reading such class is very difficult and it doesnt seem to be clear at all. Should i make this "converting" methods in BLoC? Or create separate class which will convert input into events and send it to BLoC?
July 17, 2019 at 07:45PM by kubenqpl
https://ift.tt/2NYPqM0
reddit
r/FlutterDev - How to separate actions from Page in BLoC architecture?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter UI | Despicable Me Characters - Part 2
https://youtu.be/2cl70GbiJZc
July 17, 2019 at 09:19PM by prateeksharma1712
https://ift.tt/2YWsdLt
Flutter UI | Despicable Me Characters - Part 2
https://youtu.be/2cl70GbiJZc
July 17, 2019 at 09:19PM by prateeksharma1712
https://ift.tt/2YWsdLt
YouTube
Flutter UI | Despicable Me Characters - Part 2
#DespicableMe #BottomSheet #PageView
Created a demo for Despicable Me Characters in Flutter. You will learn the PageView and Custom Bottom Sheet Implementation.
Dribbble Mock - Despicable Me Characters - https://dribbble.com/shots/6403829-Movie-Character…
Created a demo for Despicable Me Characters in Flutter. You will learn the PageView and Custom Bottom Sheet Implementation.
Dribbble Mock - Despicable Me Characters - https://dribbble.com/shots/6403829-Movie-Character…
New post on /r/flutterdev subreddit:
ReorderableListView (Flutter Widget of the Week)
https://www.youtube.com/watch?v=3fB1mxOsqJE&feature=youtu.be
July 17, 2019 at 10:11PM by MarkOSullivan
https://ift.tt/2XSzFGc
ReorderableListView (Flutter Widget of the Week)
https://www.youtube.com/watch?v=3fB1mxOsqJE&feature=youtu.be
July 17, 2019 at 10:11PM by MarkOSullivan
https://ift.tt/2XSzFGc
YouTube
ReorderableListView (Flutter Widget of the Week)
The ReorderableListView widget presents a list of items that users can reorder just by dragging things where they want them to go.
Learn more about ReorderableListView → https://goo.gle/2XL2ZTJ
This video is also subtitled in Chinese, Indonesian, Italian…
Learn more about ReorderableListView → https://goo.gle/2XL2ZTJ
This video is also subtitled in Chinese, Indonesian, Italian…
New post on /r/flutterdev subreddit:
Material Range Slider in Flutter - Flutter - Medium
https://ift.tt/2LrmUQZ
July 18, 2019 at 12:51AM by MammothInteractive
https://ift.tt/2So4ykp
Material Range Slider in Flutter - Flutter - Medium
https://ift.tt/2LrmUQZ
July 18, 2019 at 12:51AM by MammothInteractive
https://ift.tt/2So4ykp
Medium
Material RangeSlider in Flutter
What is it? Why might you use it? How do you theme it?
New post on Flutter Dev Google group:
Splash screen : Logo in the middle of the screen and add text at the bottom of the screen !
Hello to all ! I want to create a splash screen but i have some difficulty to do what i want. I want to place the logo in the middle of the screen... for that i know i can use Center() Widget but how to add text at the bottom of the screen and keep the logo in the middle? Should i use stack ?
July 18, 2019 at 03:51AM by Pascal Fournier
https://ift.tt/32ASTDB
Splash screen : Logo in the middle of the screen and add text at the bottom of the screen !
Hello to all ! I want to create a splash screen but i have some difficulty to do what i want. I want to place the logo in the middle of the screen... for that i know i can use Center() Widget but how to add text at the bottom of the screen and keep the logo in the middle? Should i use stack ?
July 18, 2019 at 03:51AM by Pascal Fournier
https://ift.tt/32ASTDB
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:
Lite version of apps in flutter?
Is it possible to create a lite version of an app (ex: twitter lite) in flutter?Or in general does ltie version of an app have anything to do with flutter at all? How is it usually developed?
July 18, 2019 at 06:48AM by Anoop_kumar
https://ift.tt/2O0H5Hw
Lite version of apps in flutter?
Is it possible to create a lite version of an app (ex: twitter lite) in flutter?Or in general does ltie version of an app have anything to do with flutter at all? How is it usually developed?
July 18, 2019 at 06:48AM by Anoop_kumar
https://ift.tt/2O0H5Hw
reddit
r/FlutterDev - Lite version of apps in flutter?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Fun translation with Equinox UI library + BLoC
https://ift.tt/32y2NWJ
July 18, 2019 at 06:45AM by excogitatr
https://ift.tt/2O1lChW
Fun translation with Equinox UI library + BLoC
https://ift.tt/32y2NWJ
July 18, 2019 at 06:45AM by excogitatr
https://ift.tt/2O1lChW
GitHub
excogitatr/fun_translation_flutter
Contribute to excogitatr/fun_translation_flutter development by creating an account on GitHub.
New post on Flutter Dev Google group:
Re: Splash screen : Login in the middle of the screen and a text at the bottom
You could use the Column widget to achieve it. On Thu, 18 Jul 2019 at 02:48, Pascal Fournier wrote: > Hello to all ! > > I want to create a splash screen but i have some difficulty to do what i > want. > > I want to place the logo in the middle of the screen... for that
July 18, 2019 at 09:43AM by Michael Aworoghene
https://ift.tt/2LqWoaq
Re: Splash screen : Login in the middle of the screen and a text at the bottom
You could use the Column widget to achieve it. On Thu, 18 Jul 2019 at 02:48, Pascal Fournier wrote: > Hello to all ! > > I want to create a splash screen but i have some difficulty to do what i > want. > > I want to place the logo in the middle of the screen... for that
July 18, 2019 at 09:43AM by Michael Aworoghene
https://ift.tt/2LqWoaq
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:
Flutter-NodeJs WebSocket real time chat app
Hello community! I need help to understand the logic and maybe some example will be very useful! \ I want to create and simple real time chat app with Nodejs and flutter. The simple piece of this I already created like send message to WebSocket server and get it back to all connections but my
July 18, 2019 at 10:09AM by Πέτρος Πολλάκης
https://ift.tt/2JFbLKt
Flutter-NodeJs WebSocket real time chat app
Hello community! I need help to understand the logic and maybe some example will be very useful! \ I want to create and simple real time chat app with Nodejs and flutter. The simple piece of this I already created like send message to WebSocket server and get it back to all connections but my
July 18, 2019 at 10:09AM by Πέτρος Πολλάκης
https://ift.tt/2JFbLKt
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 can't set CameraPreview widget to match screen size
I'm stuck with this issue : Flutter can't set CameraPreview widget to match screen sizeThe solution I have now is inconsistent across different phones. If the preview matches screen size then the actual video is covering more area than preview. If it doesn't match the screen size, it is consistent with the actual recorded video. If anyone encountered a similar issue I'd love to hear how you managed to solve it :)
July 18, 2019 at 10:53AM by skyberk
https://ift.tt/2O1F8La
Flutter can't set CameraPreview widget to match screen size
I'm stuck with this issue : Flutter can't set CameraPreview widget to match screen sizeThe solution I have now is inconsistent across different phones. If the preview matches screen size then the actual video is covering more area than preview. If it doesn't match the screen size, it is consistent with the actual recorded video. If anyone encountered a similar issue I'd love to hear how you managed to solve it :)
July 18, 2019 at 10:53AM by skyberk
https://ift.tt/2O1F8La
Stack Overflow
Flutter can't set CameraPreview widget to match screen size
How to set Flutter CameraPreview Size "Fullscreen"
Problem is same with this link however the solution isn't working on my phone (LG G5). Leaving a black margin around the camera preview...
Problem is same with this link however the solution isn't working on my phone (LG G5). Leaving a black margin around the camera preview...
New post on /r/flutterdev subreddit:
Cross-Platform Mobile App Development with Flutter
https://ift.tt/32AZq1i
July 18, 2019 at 10:46AM by Gigatronbot
https://ift.tt/2JFeiUZ
Cross-Platform Mobile App Development with Flutter
https://ift.tt/32AZq1i
July 18, 2019 at 10:46AM by Gigatronbot
https://ift.tt/2JFeiUZ
Codemagic blog
Cross-Platform Mobile App Development with Flutter
Why should companies pay attention to Flutter as option for developing cross platform mobile apps.
New post on /r/flutterdev subreddit:
How To Use Dialog Flow With Flutter ?
guys can you please help me ? 🙂https://stackoverflow.com/questions/57090170/how-to-get-response-from-detect-intent-for-dialog-flow-chat-botgithub link : https://github.com/ypelud/chatbot/Upvote If You cant help .
July 18, 2019 at 10:42AM by bull_desai
https://ift.tt/2YZFfYs
How To Use Dialog Flow With Flutter ?
guys can you please help me ? 🙂https://stackoverflow.com/questions/57090170/how-to-get-response-from-detect-intent-for-dialog-flow-chat-botgithub link : https://github.com/ypelud/chatbot/Upvote If You cant help .
July 18, 2019 at 10:42AM by bull_desai
https://ift.tt/2YZFfYs
Stack Overflow
How To Get Response From & Detect Intent For Dialog Flow Chat Bot?
How Do I Fix This Code On Line 118 It Is Not Finding Sessions Under Agent Package .
I Have Tried Searching For Videos & Their Documentation But Found None.
here is github link of the code : htt...
I Have Tried Searching For Videos & Their Documentation But Found None.
here is github link of the code : htt...
New post on /r/flutterdev subreddit:
A rich and easy-to-use flutter page transition package
https://ift.tt/2NZcnP9
July 18, 2019 at 01:28PM by foxmailhe
https://ift.tt/32BcPq8
A rich and easy-to-use flutter page transition package
https://ift.tt/2NZcnP9
July 18, 2019 at 01:28PM by foxmailhe
https://ift.tt/32BcPq8
Flutter Awesome
A rich and easy-to-use flutter page transition package
A rich, convenient, easy-to-use flutter page transition package.
New post on Flutter Dev Google group:
Convert multiple images to video with custom sound in flutter.
Hello there, I have multiple images. Now, I want to convert that multiple images into a single video with sound in a flutter. Can you please provide any suggestion? How can I achieve it? I have added reference project link of android( For your reference). Please provide some useful widget or any
July 18, 2019 at 03:58PM by Test Ineed
https://ift.tt/2YTuLdf
Convert multiple images to video with custom sound in flutter.
Hello there, I have multiple images. Now, I want to convert that multiple images into a single video with sound in a flutter. Can you please provide any suggestion? How can I achieve it? I have added reference project link of android( For your reference). Please provide some useful widget or any
July 18, 2019 at 03:58PM by Test Ineed
https://ift.tt/2YTuLdf
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.