New post on /r/flutterdev subreddit:
Flutter swipe to delete
http://bit.ly/2X5ai4K
February 16, 2019 at 08:34AM by ishanfx
http://bit.ly/2S94mnL
Flutter swipe to delete
http://bit.ly/2X5ai4K
February 16, 2019 at 08:34AM by ishanfx
http://bit.ly/2S94mnL
MIGHTY TECHNO
Flutter Swipe to delete - Part 1 - Simple Listview - MIGHTY TECHNO
In this tutorial I am gone a show you how to create swipe to delete function to your app. It is pretty easy to implement that in flutter app using in build in widgest. The key widget for implementing this kind of feature is Dismissible widget. You can control…
New post on /r/flutterdev subreddit:
Flutter swipe to delete part 2
http://bit.ly/2V177cs
February 16, 2019 at 08:57AM by ishanfx
http://bit.ly/2EdKwUn
Flutter swipe to delete part 2
http://bit.ly/2V177cs
February 16, 2019 at 08:57AM by ishanfx
http://bit.ly/2EdKwUn
MIGHTY TECHNO
Flutter - Swipe to delete listview items - Part 2 - MIGHTY TECHNO
In last tutorial we created a simple swipe to delete view. In this we are going to add some icons and colors to the background layout of the list item. In the Dismissible class there is a argument called background. For that we can add style,colors or icons…
New post on /r/flutterdev subreddit:
Refactoring flutter code
Is there a way to refactor flutter widgets rather than repeating close to 70% of what have been done in the previous pages(copying and pasting code and changing its values)Do people refactor flutter code, is it advisable to continue to write up each pages UI or refactor if it is a "painless" thing in flutter
February 16, 2019 at 10:19AM by lanrayx2
http://bit.ly/2BBRJfu
Refactoring flutter code
Is there a way to refactor flutter widgets rather than repeating close to 70% of what have been done in the previous pages(copying and pasting code and changing its values)Do people refactor flutter code, is it advisable to continue to write up each pages UI or refactor if it is a "painless" thing in flutter
February 16, 2019 at 10:19AM by lanrayx2
http://bit.ly/2BBRJfu
reddit
r/FlutterDev - Refactoring flutter code
0 votes and 0 comments so far on Reddit
Flutter Streaming Searvice App UI
https://www.youtube.com/watch?v=ivHoUxoyIQw
https://www.youtube.com/watch?v=ivHoUxoyIQw
YouTube
Flutter Streaming Service App UI With Source Code | Speed Code
Source code: https://github.com/devefy/Flutter-Streaming-Service-App-UI
Design credit - https://www.uplabs.com/posts/weekly-design-2-streaming-service
Check out our premium themes: http://fluttersourcecode.com
Design credit - https://www.uplabs.com/posts/weekly-design-2-streaming-service
Check out our premium themes: http://fluttersourcecode.com
New post on /r/flutterdev subreddit:
Is the Column widget constrained or unconstrained vertically?
Should we consider the
February 16, 2019 at 08:19PM by meysammahfouzi
http://bit.ly/2NbqRaK
Is the Column widget constrained or unconstrained vertically?
Should we consider the
Column
widget constrained or unconstrained in the vertical direction?According to the document of the Column
widget:When the contents of a Column exceed the amount of space available, the Column overflows, and the contents are clipped.To my understanding, this means that the Column
widget is constrained (or bounded) vertically.On the other hand, the documentation of the Center
widget says:If a dimension is unconstrained and the corresponding size factor is null then the widget will match its child's size in that dimension.When I place the Center
widget in the children of a Column
, what happens is that the Center
widget shrinks its height to match the height of its child. According to the above document, this means that the Column
widget is unconstrained in the vertical direction.So which take is correct? Is the Column
widget constrained or unconstrained in the vertical direction?February 16, 2019 at 08:19PM by meysammahfouzi
http://bit.ly/2NbqRaK
reddit
r/FlutterDev - Is the Column widget constrained or unconstrained vertically?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Async Functions and Futures for Newcomers
https://youtu.be/D-FeASzhbBI
February 16, 2019 at 10:35PM by moephan
http://bit.ly/2TRMizV
Async Functions and Futures for Newcomers
https://youtu.be/D-FeASzhbBI
February 16, 2019 at 10:35PM by moephan
http://bit.ly/2TRMizV
YouTube
Fundamentals of Async Functions and Futures
New to Flutter and wondering about asynchronous functions and Futures? Previous Video in this series: https://www.youtube.com/watch?v=owwpUSQ58lM Rapido on G...
New post on /r/flutterdev subreddit:
Bubble Bottom Bar
http://bit.ly/2S7Th61
February 16, 2019 at 11:25PM by westdabestdb
http://bit.ly/2X7mAcR
Bubble Bottom Bar
http://bit.ly/2S7Th61
February 16, 2019 at 11:25PM by westdabestdb
http://bit.ly/2X7mAcR
Dart Packages
bubble_bottom_bar | Flutter Package
bubble_bottom_bar Flutter and Dart package - BubbleBottomBar is a Flutter widget designed by cubertodesign and developed by westdabestdb
New post on /r/flutterdev subreddit:
Flutter is amazing
The speed, performance, and usability are all very good. Google has done it again. Cross dev is gonna become more widespread in the future.
February 16, 2019 at 11:10PM by codininja1337
http://bit.ly/2V3QgG0
Flutter is amazing
The speed, performance, and usability are all very good. Google has done it again. Cross dev is gonna become more widespread in the future.
February 16, 2019 at 11:10PM by codininja1337
http://bit.ly/2V3QgG0
reddit
r/FlutterDev - Flutter is amazing
6 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Difference between ListView and ListView.builder?
What are the differences between those two? I don't know the purpose of those two. Thank you
February 17, 2019 at 01:06AM by YoSalcido
http://bit.ly/2SUiCoM
Difference between ListView and ListView.builder?
What are the differences between those two? I don't know the purpose of those two. Thank you
February 17, 2019 at 01:06AM by YoSalcido
http://bit.ly/2SUiCoM
reddit
r/FlutterDev - Difference between ListView and ListView.builder?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Looking for deployment guides
Hey everyone I recently started playing around with flutter and am loving it the one thing I don’t understand however is How to submit to the Apple play store.Can someone point me In The direction of a good guide for it. (Besides the flutter docs)I’m coming from web and have no experience with app stores. And yes I have a Mac with Xcode and all that jazz.Thanks in advance
February 16, 2019 at 11:54PM by beepboprobots
http://bit.ly/2SJdzrN
Looking for deployment guides
Hey everyone I recently started playing around with flutter and am loving it the one thing I don’t understand however is How to submit to the Apple play store.Can someone point me In The direction of a good guide for it. (Besides the flutter docs)I’m coming from web and have no experience with app stores. And yes I have a Mac with Xcode and all that jazz.Thanks in advance
February 16, 2019 at 11:54PM by beepboprobots
http://bit.ly/2SJdzrN
reddit
r/FlutterDev - Looking for deployment guides
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Ubiquitous layout using flutter
I recently started building apps for friends and as a freelancer and one thing I'm challenged with is getting a layout design that works for a good number of screen sizes. Recently, I was to design a background which has 4 picture (SVG) elements and have to be positioned well to meet the design spec. I was able to do it on my phone in portrait but it wasn't well positioned in landscape and on other phones. Absolute positioning with Stack+Positioned didn't work for me.Is there a way to position background "picture elements" or any widget relatively so it scales with changing screen sizes?
February 17, 2019 at 04:07AM by the_aceix
http://bit.ly/2GqDpKA
Ubiquitous layout using flutter
I recently started building apps for friends and as a freelancer and one thing I'm challenged with is getting a layout design that works for a good number of screen sizes. Recently, I was to design a background which has 4 picture (SVG) elements and have to be positioned well to meet the design spec. I was able to do it on my phone in portrait but it wasn't well positioned in landscape and on other phones. Absolute positioning with Stack+Positioned didn't work for me.Is there a way to position background "picture elements" or any widget relatively so it scales with changing screen sizes?
February 17, 2019 at 04:07AM by the_aceix
http://bit.ly/2GqDpKA
reddit
r/FlutterDev - Ubiquitous layout using flutter
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Performance tips on 2K and upwards displays?
I'm just starting to dig into Flutter basics this week. I work on moderately complex UI applications that combine some logic and multiple screens/pages. With devices that have bigger resolutions and deeper pixel densities, are there any additional resources or best practices I need to be aware of for keeping the performance up?
February 17, 2019 at 07:06AM by Kawaiithulhu
http://bit.ly/2tyLa97
Performance tips on 2K and upwards displays?
I'm just starting to dig into Flutter basics this week. I work on moderately complex UI applications that combine some logic and multiple screens/pages. With devices that have bigger resolutions and deeper pixel densities, are there any additional resources or best practices I need to be aware of for keeping the performance up?
February 17, 2019 at 07:06AM by Kawaiithulhu
http://bit.ly/2tyLa97
reddit
r/FlutterDev - Performance tips on 2K and upwards displays?
3 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
An example of proper AS usage
http://bit.ly/2ttRVZr
February 17, 2019 at 06:00AM by SocialMammoth
http://bit.ly/2GMxKOw
An example of proper AS usage
http://bit.ly/2ttRVZr
February 17, 2019 at 06:00AM by SocialMammoth
http://bit.ly/2GMxKOw
New post on /r/flutterdev subreddit:
Flutter Google Maps + Firestore Geolocation - Build the next Uber?
https://m.youtube.com/watch?v=MYHVyl-juUk&feature=youtu.be
February 17, 2019 at 08:12AM by Purple_Pizzazz
http://bit.ly/2SXpSjz
Flutter Google Maps + Firestore Geolocation - Build the next Uber?
https://m.youtube.com/watch?v=MYHVyl-juUk&feature=youtu.be
February 17, 2019 at 08:12AM by Purple_Pizzazz
http://bit.ly/2SXpSjz
YouTube
Flutter Google Maps + Firestore Geolocation - Build the next Uber?
Looking to build something like Uber? Learn how to combine 🐦Flutter, 🔥 Firestore, and 🌐 Google Maps to create a realtime geolocation system for iOS & Android. https://fireship.io/lessons/flutter-realtime-geolocation-firebase/
- Darshan Gowda https://fir…
- Darshan Gowda https://fir…
New post on /r/flutterdev subreddit:
Dark mode: this is why I love Flutter
http://bit.ly/2BFu25T
February 17, 2019 at 09:36AM by mulderpf
http://bit.ly/2TSCO7J
Dark mode: this is why I love Flutter
http://bit.ly/2BFu25T
February 17, 2019 at 09:36AM by mulderpf
http://bit.ly/2TSCO7J
New post on /r/flutterdev subreddit:
Tino Kallinich-Friedrich | It's All Widgets! Flutter Podcast
http://bit.ly/2SEDssY
February 17, 2019 at 10:17AM by hillel369
http://bit.ly/2N92NFe
Tino Kallinich-Friedrich | It's All Widgets! Flutter Podcast
http://bit.ly/2SEDssY
February 17, 2019 at 10:17AM by hillel369
http://bit.ly/2N92NFe
It's All Widgets!
Tino Kallinich-Friedrich | It's All Widgets!
Tino is a certified ships mechanic and has studied at the University of Wismar / Germany. Here he received a nautical diploma. Now he is a student of computer science at University of Karlsruhe / Germany. I his own words he is a Flutter beginner.
New post on /r/flutterdev subreddit:
InheritedModel implementation
Hello!I am looking for good example of InheritedModel, I have read a lot of tutorials about InheritedWidget, but InheritedModel is a bit more complex, here is a short wideo about it. Here is a scenario that I want to imlement with this class:Implementation caseThe secions are:Like counter -> stateless widget, reads state and renders how many time button 4) are clickedCard carousel -> stateless widget, sets the actuall snapped card stateContent text -> statefull widget, reads the actuall snapped card and fetch details about this cardFab -> widget that belongs to 3) section, increment 1) Like counterSo to be more coherent, there is a 2 "global" states:I) SNAPII) LIKESAnd there is a section to state relations:read LIKES stateset SNAP stateread SNAP stateset LIKES stateMy implementation snippets:browser_snap -> includes logic for InheritedModel and section creations, it's root widgetbrowser_counter -> includes section 1)browser_carousel -> includes section 2)browser_content -> includes section 3) and 4)As far as I know, this works pretty well, but there is a little redundancy in file browser_snap, becouse I hold state in 2 places: BrowserSnap that is StateFull widget and BrowserInherited that is InheritedModel. Is there any way to hold state only in InheritedModel? What do you think about my implementation? There is my first step info flutter development (actually I am working as Android developer) and I want to code it in "raw" style, without any architectural pattern like redux etc.
February 17, 2019 at 10:46AM by gonez_imba
http://bit.ly/2GM0SWa
InheritedModel implementation
Hello!I am looking for good example of InheritedModel, I have read a lot of tutorials about InheritedWidget, but InheritedModel is a bit more complex, here is a short wideo about it. Here is a scenario that I want to imlement with this class:Implementation caseThe secions are:Like counter -> stateless widget, reads state and renders how many time button 4) are clickedCard carousel -> stateless widget, sets the actuall snapped card stateContent text -> statefull widget, reads the actuall snapped card and fetch details about this cardFab -> widget that belongs to 3) section, increment 1) Like counterSo to be more coherent, there is a 2 "global" states:I) SNAPII) LIKESAnd there is a section to state relations:read LIKES stateset SNAP stateread SNAP stateset LIKES stateMy implementation snippets:browser_snap -> includes logic for InheritedModel and section creations, it's root widgetbrowser_counter -> includes section 1)browser_carousel -> includes section 2)browser_content -> includes section 3) and 4)As far as I know, this works pretty well, but there is a little redundancy in file browser_snap, becouse I hold state in 2 places: BrowserSnap that is StateFull widget and BrowserInherited that is InheritedModel. Is there any way to hold state only in InheritedModel? What do you think about my implementation? There is my first step info flutter development (actually I am working as Android developer) and I want to code it in "raw" style, without any architectural pattern like redux etc.
February 17, 2019 at 10:46AM by gonez_imba
http://bit.ly/2GM0SWa
docs.flutter.io
InheritedModel class - widgets library - Dart API
API docs for the InheritedModel class from the widgets library, for the Dart programming language.
New post on /r/flutterdev subreddit:
FlutterForce — #Week 14
http://bit.ly/2Ig9czL
February 17, 2019 at 10:25AM by flutterist
http://bit.ly/2GvJbKV
FlutterForce — #Week 14
http://bit.ly/2Ig9czL
February 17, 2019 at 10:25AM by flutterist
http://bit.ly/2GvJbKV
Medium
FlutterForce — #Week 14
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Flutter JSON Decode ITA
https://youtu.be/1s_RDNpYEsc
February 17, 2019 at 11:59AM by juaguar
http://bit.ly/2S8uBua
Flutter JSON Decode ITA
https://youtu.be/1s_RDNpYEsc
February 17, 2019 at 11:59AM by juaguar
http://bit.ly/2S8uBua
YouTube
Flutter | JSON Decode ITA
In questo video verrà illustrato il processo di decodifica JSON. Il JSON sarà restituito da una richiesta HTTP con metodo GET.
https://jsonplaceholder.typicode.com/posts
Per velocizzare la creazione della classe del modello useremo questo applicativo:
…
https://jsonplaceholder.typicode.com/posts
Per velocizzare la creazione della classe del modello useremo questo applicativo:
…
New post on /r/flutterdev subreddit:
Flutter scrolling performance - FPS
Hey there,I am doing Swift development for almost 2 years now and recently I came across Flutter. I have an App that I would love to try and rewrite in Flutter to make it available for Android aswell. But my problem is that all the apps that I tried (Hamilton for one example) and what I tried to build using different courses are somewhat struggling in simple scrolling.Using ListViee builder and adding some items and trying to scroll I can very clearly see that I am not having that pure 60fps experience like with Swift. Might be 50 or so, but after certain time or scrolling it seems to reach 60..What could be the problem? Is that normal? I have been googling and lots of same reports...ThanksEDIT: iPhone XS
February 17, 2019 at 05:50PM by xfrozenspiritx
http://bit.ly/2EeuWI5
Flutter scrolling performance - FPS
Hey there,I am doing Swift development for almost 2 years now and recently I came across Flutter. I have an App that I would love to try and rewrite in Flutter to make it available for Android aswell. But my problem is that all the apps that I tried (Hamilton for one example) and what I tried to build using different courses are somewhat struggling in simple scrolling.Using ListViee builder and adding some items and trying to scroll I can very clearly see that I am not having that pure 60fps experience like with Swift. Might be 50 or so, but after certain time or scrolling it seems to reach 60..What could be the problem? Is that normal? I have been googling and lots of same reports...ThanksEDIT: iPhone XS
February 17, 2019 at 05:50PM by xfrozenspiritx
http://bit.ly/2EeuWI5
reddit
r/FlutterDev - Flutter scrolling performance - FPS
1 vote and 0 comments so far on Reddit