New post on /r/flutterdev subreddit:
Flutter Interact Keynote Recap
https://www.youtube.com/watch?v=HjZxyTJzvYg&feature=share
December 20, 2019 at 01:23AM by Pixelreddit
https://ift.tt/2McOIqW
Flutter Interact Keynote Recap
https://www.youtube.com/watch?v=HjZxyTJzvYg&feature=share
December 20, 2019 at 01:23AM by Pixelreddit
https://ift.tt/2McOIqW
YouTube
Flutter Interact Keynote Recap
Did you miss Flutter Interact? Check out this Keynote recap to catch up on updates and announcements. Some topics of interest include: Flutter’s momentum, th...
New post on Flutter Dev Google group:
customsinglechildlayout giving blank screen
import 'package:flutter/material.dart'; import 'package:customsinglechild_layout_app/BasicCustomSingleChildLayout.dart'; void main() { MyApp(); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return
December 20, 2019 at 03:12AM by Dindukurthi Kondiah
https://ift.tt/38Yfmh6
customsinglechildlayout giving blank screen
import 'package:flutter/material.dart'; import 'package:customsinglechild_layout_app/BasicCustomSingleChildLayout.dart'; void main() { MyApp(); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return
December 20, 2019 at 03:12AM by Dindukurthi Kondiah
https://ift.tt/38Yfmh6
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:
Is there a library that does something similar (added panning support while swiping down a view)
https://twitter.com/tuhin/status/1207447050406612992?s=20
December 20, 2019 at 03:41AM by humazed
https://ift.tt/35JC7Dq
Is there a library that does something similar (added panning support while swiping down a view)
https://twitter.com/tuhin/status/1207447050406612992?s=20
December 20, 2019 at 03:41AM by humazed
https://ift.tt/35JC7Dq
Twitter
Tuhin Kumar
As a final tweak we added panning support while swiping down a view. While minor it feels considerably natural vs a uni-directional swipe. It also unified edge swipe and swipe down to feel like extensions of the same action. https://t.co/s0EzwipDRn
New post on Flutter Dev Google group:
Use same Material components for Angular and Flutter?
I am creating a design system using Material in Figma (a UI design tool). The components I create will be used in Angular and Flutter. Can the exact same Material components be used on both platforms?
December 20, 2019 at 05:00AM by Paul Liddell
https://ift.tt/2Z6ePFq
Use same Material components for Angular and Flutter?
I am creating a design system using Material in Figma (a UI design tool). The components I create will be used in Angular and Flutter. Can the exact same Material components be used on both platforms?
December 20, 2019 at 05:00AM by Paul Liddell
https://ift.tt/2Z6ePFq
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:
Hive 1.1.1 is broken
A quick warning for those who are unaware. Hive 1.1.1 is currently broken (something to do with dartanalyzer). The 1.2.0-dev2 release and 1.1.0+2 are still stable and should suffice until hive releases 1.2.0 stable.
December 20, 2019 at 04:58AM by notacooleagle
https://ift.tt/2rcM4uj
Hive 1.1.1 is broken
A quick warning for those who are unaware. Hive 1.1.1 is currently broken (something to do with dartanalyzer). The 1.2.0-dev2 release and 1.1.0+2 are still stable and should suffice until hive releases 1.2.0 stable.
December 20, 2019 at 04:58AM by notacooleagle
https://ift.tt/2rcM4uj
reddit
Hive 1.1.1 is broken
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Advance Url Navigation for Flutter Web
https://youtu.be/q-n1Q98s92s
December 20, 2019 at 06:24AM by Filledstacks
https://ift.tt/2Z9qQty
Advance Url Navigation for Flutter Web
https://youtu.be/q-n1Q98s92s
December 20, 2019 at 06:24AM by Filledstacks
https://ift.tt/2Z9qQty
YouTube
Advance Url Navigation for Flutter Web
This video shows the pattern to use to make your url match what's shown by your Flutter Web application.
Written: https://www.filledstacks.com/post/flutter-web-advanced-navigation/
Starting Code: https://firebasestorage.googleapis.com/v0/b/filledstack…
Written: https://www.filledstacks.com/post/flutter-web-advanced-navigation/
Starting Code: https://firebasestorage.googleapis.com/v0/b/filledstack…
New post on /r/flutterdev subreddit:
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
https://ift.tt/31gScOr
December 20, 2019 at 08:36AM by Elixane
https://ift.tt/2MevKAB
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
https://ift.tt/31gScOr
December 20, 2019 at 08:36AM by Elixane
https://ift.tt/2MevKAB
Dart packages
peek_and_pop | Flutter Package
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
New post on /r/flutterdev subreddit:
How to implement expandable images like in the Twitter app
Hi, I'm looking for a way to implement expandable images like in the twitter app. Usually no matter the size of the image, twitter shows it in a fixed size box in the tweet, then when you click on the image you see the full size image. What's the best way to implement this feature?Example: https://ibb.co/k3c358NThanks!
December 20, 2019 at 11:30AM by ju_98u
https://ift.tt/2PEkVK7
How to implement expandable images like in the Twitter app
Hi, I'm looking for a way to implement expandable images like in the twitter app. Usually no matter the size of the image, twitter shows it in a fixed size box in the tweet, then when you click on the image you see the full size image. What's the best way to implement this feature?Example: https://ibb.co/k3c358NThanks!
December 20, 2019 at 11:30AM by ju_98u
https://ift.tt/2PEkVK7
ImgBB
Screenshot-20191220-142637
Image Screenshot-20191220-142637 hosted in ImgBB
New post on Flutter Dev Google group:
API data handling in flutter
Hi to all flutter developers, The problem I am facing is with handling the data received through an API call, I am able to receive the required data but i want to modify the received data as per my application requirement. - Format of json data received through API: - { heading1 : {
December 20, 2019 at 11:49AM by Austin Lewis
https://ift.tt/34H7woS
API data handling in flutter
Hi to all flutter developers, The problem I am facing is with handling the data received through an API call, I am able to receive the required data but i want to modify the received data as per my application requirement. - Format of json data received through API: - { heading1 : {
December 20, 2019 at 11:49AM by Austin Lewis
https://ift.tt/34H7woS
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 In App Rating Prompt Tutorial
https://youtu.be/gOiaSwp984s
December 20, 2019 at 12:42PM by Marcus-Ng
https://ift.tt/2ZaCIMg
Flutter In App Rating Prompt Tutorial
https://youtu.be/gOiaSwp984s
December 20, 2019 at 12:42PM by Marcus-Ng
https://ift.tt/2ZaCIMg
reddit
Flutter In App Rating Prompt Tutorial
Posted in r/FlutterDev by u/Marcus-Ng • 17 points and 4 comments
New post on /r/flutterdev subreddit:
Flutter UI Design | Food Delivery App | Full App Design | Part 1
Let me know in the comments what you enjoyed about the design.
December 20, 2019 at 01:36PM by vilhd
https://ift.tt/2s7FWDR
Flutter UI Design | Food Delivery App | Full App Design | Part 1
Let me know in the comments what you enjoyed about the design.
December 20, 2019 at 01:36PM by vilhd
https://ift.tt/2s7FWDR
reddit
Flutter UI Design | Food Delivery App | Full App Design | Part 1
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
This time I've played around with a (sort of) background image...hope you guys like it
https://youtu.be/3qPO1SoQzkY
December 20, 2019 at 02:06PM by levelupdigital
https://ift.tt/34K41ho
This time I've played around with a (sort of) background image...hope you guys like it
https://youtu.be/3qPO1SoQzkY
December 20, 2019 at 02:06PM by levelupdigital
https://ift.tt/34K41ho
YouTube
Flutter Travel Booking App UI Concept | Speed Code - Part 2
This is the second part of my UI concept for a travel app. Made with flutter. I am still learning flutter so if there is something I can do better, please le...
New post on /r/flutterdev subreddit:
Flutter Widget In Focus — DraggableScrollableSheet (Know It All)
https://ift.tt/34FKvCS
December 20, 2019 at 02:51PM by MayaToitovna
https://ift.tt/2S9AvyS
Flutter Widget In Focus — DraggableScrollableSheet (Know It All)
https://ift.tt/34FKvCS
December 20, 2019 at 02:51PM by MayaToitovna
https://ift.tt/2S9AvyS
Medium
Flutter Widget In Focus — DraggableScrollableSheet (Know It All)
Exploring DraggableScrollableSheet — looks like a BottomSheet but actually an advanced version of it.
New post on /r/flutterdev subreddit:
Flutter - Meditation UI Concept - Part 2 - Speed Coding
https://www.youtube.com/watch?v=hgOtE8hs8KE&feature=youtu.be
December 20, 2019 at 03:37PM by StevenDznr
https://ift.tt/2Q8G8uu
Flutter - Meditation UI Concept - Part 2 - Speed Coding
https://www.youtube.com/watch?v=hgOtE8hs8KE&feature=youtu.be
December 20, 2019 at 03:37PM by StevenDznr
https://ift.tt/2Q8G8uu
YouTube
Flutter - Meditation UI Concept - Part 2 - Speed Coding
Flutter UI Speed Coding Design: https://dribbble.com/shots/7340082-Meditation-App Code: https://github.com/stevendz/meditation_yt2 Images: https://unsplash.c...
New tweet from FlutterDev:
See Flutter/Dart in Fast Company's 14 most important design ideas of the decade → https://t.co/7SyLlgISkj pic.twitter.com/IQGDIgIDo7— Flutter (@FlutterDev) December 20, 2019
December 20, 2019 at 05:00PM
http://twitter.com/FlutterDev/status/1208054462868275202
See Flutter/Dart in Fast Company's 14 most important design ideas of the decade → https://t.co/7SyLlgISkj pic.twitter.com/IQGDIgIDo7— Flutter (@FlutterDev) December 20, 2019
December 20, 2019 at 05:00PM
http://twitter.com/FlutterDev/status/1208054462868275202
Fast Company
The 14 most important design ideas of the decade, according to the experts
Designers and curators from Apple, Adobe, Pentagram, Wolff Olins, Cooper Hewitt, and more consider their industry’s legacy in the 2010s.
New post on /r/flutterdev subreddit:
Dart declaration-site variance
https://ift.tt/2PHiAhp
December 20, 2019 at 06:02PM by EngineerScientist
https://ift.tt/2MeZ4a0
Dart declaration-site variance
https://ift.tt/2PHiAhp
December 20, 2019 at 06:02PM by EngineerScientist
https://ift.tt/2MeZ4a0
Medium
Dart declaration-site variance
A deep dive into an experimental feature
New post on Flutter Dev Google group:
Non-Profit Flutter App
I am wondering if we could get a group together to do some work for a non-profit? We are currently working with them as a customer to pull their backend out of legacy php based EC2 infrastructure and on to serverless cloud infrastructure. I was thinking it would be a great example of how to have
December 20, 2019 at 07:51PM by Alex Patterson
https://ift.tt/2Z9R9A1
Non-Profit Flutter App
I am wondering if we could get a group together to do some work for a non-profit? We are currently working with them as a customer to pull their backend out of legacy php based EC2 infrastructure and on to serverless cloud infrastructure. I was thinking it would be a great example of how to have
December 20, 2019 at 07:51PM by Alex Patterson
https://ift.tt/2Z9R9A1
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:
Firestore Security Rules with Firebase Auth Based on Document and Fields
https://ift.tt/34DwANu
December 20, 2019 at 10:14PM by mehmetyaz
https://ift.tt/35N8OQw
Firestore Security Rules with Firebase Auth Based on Document and Fields
https://ift.tt/34DwANu
December 20, 2019 at 10:14PM by mehmetyaz
https://ift.tt/35N8OQw
Medium
Firestore Security Rules with Firebase Auth Based on Document and Fields
Unlike recent past, it is more important to store information safely ,not distributing information as much as possible.
New post on /r/flutterdev subreddit:
Flutter Travel Mug Giveaway for enabling lint
https://ift.tt/2PH8IEy
December 20, 2019 at 10:57PM by passsy
https://ift.tt/2rYihpF
Flutter Travel Mug Giveaway for enabling lint
https://ift.tt/2PH8IEy
December 20, 2019 at 10:57PM by passsy
https://ift.tt/2rYihpF
Pascal Welsch
Flutter Travel Mug Giveaway 2019 - Pascal Welsch
Win a Flutter branded travel mug by adding lint: ^1.0.0 - a static analysis rule set - to your Flutter or Dart project.
New post on /r/flutterdev subreddit:
Dart extension methods
https://www.youtube.com/watch?v=D3j0OSfT9ZI&feature=share
December 21, 2019 at 02:23AM by Pixelreddit
https://ift.tt/2Mw9fHx
Dart extension methods
https://www.youtube.com/watch?v=D3j0OSfT9ZI&feature=share
December 21, 2019 at 02:23AM by Pixelreddit
https://ift.tt/2Mw9fHx
YouTube
Dart extension methods
Dart is adding a new feature called Extension Methods. It's one of the features that you can live without, but it does make some things very convenient. Lear...
New post on /r/flutterdev subreddit:
List of Widgets with Multiple Entries Functionality
Hiim trying to get my head around implementing something like the belowhttps://imgur.com/a/tEf7ecMIm thinking of creating a List of Widgets with each widget in the List having the + symbol and having the ability to add/remove multiple items under that categoryhow would one store this if you need to tally up the total for all categories in the list of widgets,i was thinking of creating a Master List and storing key value pairs but then this will be hard to keep track when you need to remove items,one thing im also taking into consideration is draft entry, so a user will be able to save what they have currently entered and i will need to populate all the current data back into the relevant entred categoriesanytips on how i should approach on building this soloution, any help will be greatly appreicated.
December 21, 2019 at 07:17AM by mrvtec69
https://ift.tt/2Zbc99z
List of Widgets with Multiple Entries Functionality
Hiim trying to get my head around implementing something like the belowhttps://imgur.com/a/tEf7ecMIm thinking of creating a List of Widgets with each widget in the List having the + symbol and having the ability to add/remove multiple items under that categoryhow would one store this if you need to tally up the total for all categories in the list of widgets,i was thinking of creating a Master List and storing key value pairs but then this will be hard to keep track when you need to remove items,one thing im also taking into consideration is draft entry, so a user will be able to save what they have currently entered and i will need to populate all the current data back into the relevant entred categoriesanytips on how i should approach on building this soloution, any help will be greatly appreicated.
December 21, 2019 at 07:17AM by mrvtec69
https://ift.tt/2Zbc99z
Imgur
Post with 22 views.