New post on /r/flutterdev subreddit:
/r/flutterdev hit 20k subscribers yesterday
https://ift.tt/2zk0dWO
August 24, 2019 at 03:06AM by TrendingB0T
https://ift.tt/2KRMgWK
/r/flutterdev hit 20k subscribers yesterday
https://ift.tt/2zk0dWO
August 24, 2019 at 03:06AM by TrendingB0T
https://ift.tt/2KRMgWK
New post on /r/flutterdev subreddit:
Using StandardJsonPlugin with built_value for Flutter
https://ift.tt/2L9QsQH
August 24, 2019 at 11:05AM by Purple_Pizzazz
https://ift.tt/2MA14vh
Using StandardJsonPlugin with built_value for Flutter
https://ift.tt/2L9QsQH
August 24, 2019 at 11:05AM by Purple_Pizzazz
https://ift.tt/2MA14vh
Medium
Using StandardJsonPlugin with built_value for Flutter
Or why do I get type '_InternalLinkedHashMap' is not a subtype of type 'Iterable' in type cast error when deserializing JSON objects using…
New post on /r/flutterdev subreddit:
Should I make this a package? (floating extended navigation bar)
https://ift.tt/2Zf40UE
August 24, 2019 at 01:38PM by ketanchoyal
https://ift.tt/2NszKi5
Should I make this a package? (floating extended navigation bar)
https://ift.tt/2Zf40UE
August 24, 2019 at 01:38PM by ketanchoyal
https://ift.tt/2NszKi5
GIPHY
Animated
Animated GIFs, GIFs, Giphy
New post on /r/flutterdev subreddit:
Is there any way to implement audio chat in Flutter?
No text found
August 24, 2019 at 02:11PM by tensorhere
https://ift.tt/2Lccfr4
Is there any way to implement audio chat in Flutter?
No text found
August 24, 2019 at 02:11PM by tensorhere
https://ift.tt/2Lccfr4
reddit
r/FlutterDev - Is there any way to implement audio chat in Flutter?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
I've created a little library that allows to highlight specific parts of your app. It's called "bubble_showcase".
https://ift.tt/3225JK5
August 24, 2019 at 03:37PM by Skyost
https://ift.tt/2HlZ4Ti
I've created a little library that allows to highlight specific parts of your app. It's called "bubble_showcase".
https://ift.tt/3225JK5
August 24, 2019 at 03:37PM by Skyost
https://ift.tt/2HlZ4Ti
Dart packages
bubble_showcase | Flutter Package
BubbleShowcase is a small but powerful flutter package that allows you to highlight specific parts of your app to explain them to the user or to show your app new features.
New post on /r/flutterdev subreddit:
Can anyone make some comments on my sample flutter project, if I did everything right or not.
https://ift.tt/2U2h8H4
August 24, 2019 at 05:03PM by sadmansamee
https://ift.tt/2P7if9p
Can anyone make some comments on my sample flutter project, if I did everything right or not.
https://ift.tt/2U2h8H4
August 24, 2019 at 05:03PM by sadmansamee
https://ift.tt/2P7if9p
GitHub
SimpleBoilerplates/Flutter
A boilerplate project for Flutter. Contribute to SimpleBoilerplates/Flutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Normalise Flutter assets?
Hi Everyone!I see some Flutter project have image assets with different size png (1.0x 2.0x 3.0x).But in Flutter example app they use all same: ‘Use normalized assets for everything, remove other variants’. They just have one big png for each.Is good practice use same png for all screen size?Thanks everyone!
August 24, 2019 at 05:11PM by Flutter_Dev
https://ift.tt/2zhtNfG
Normalise Flutter assets?
Hi Everyone!I see some Flutter project have image assets with different size png (1.0x 2.0x 3.0x).But in Flutter example app they use all same: ‘Use normalized assets for everything, remove other variants’. They just have one big png for each.Is good practice use same png for all screen size?Thanks everyone!
August 24, 2019 at 05:11PM by Flutter_Dev
https://ift.tt/2zhtNfG
GitHub
Use normalized assets for everything, remove other variants · 2d-inc/developer_quest@365a8e0
Respository for the I/O 2019 demo: Become a tech lead, slay bugs, and don't get fired. - 2d-inc/developer_quest
New post on Flutter Dev Google group:
Invalid argument: Instance of _File
I have *successfully* uploaded image to Firebase Storage. Now I would like to store the image url to Firebase database. @override Observable addImage(WorkImage workImage) { final StorageReference firebaseStorageRef = FirebaseStorage. instance.ref().child('image.jpg'.toString()
August 24, 2019 at 07:55PM by Tony Seng
https://ift.tt/2Larxwn
Invalid argument: Instance of _File
I have *successfully* uploaded image to Firebase Storage. Now I would like to store the image url to Firebase database. @override Observable addImage(WorkImage workImage) { final StorageReference firebaseStorageRef = FirebaseStorage. instance.ref().child('image.jpg'.toString()
August 24, 2019 at 07:55PM by Tony Seng
https://ift.tt/2Larxwn
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:
Any way to use field injection using inject.dart
I am using inject.dart as DI framework in one of my app and I am stucked at some point. What I am trying to do is inject my bloc class in some widget. But as field injection is not yet available in inject.dart, is there any other way to do so?
August 24, 2019 at 08:21PM by xsahil03x
https://ift.tt/33XEX7m
Any way to use field injection using inject.dart
I am using inject.dart as DI framework in one of my app and I am stucked at some point. What I am trying to do is inject my bloc class in some widget. But as field injection is not yet available in inject.dart, is there any other way to do so?
August 24, 2019 at 08:21PM by xsahil03x
https://ift.tt/33XEX7m
reddit
r/FlutterDev - Any way to use field injection using inject.dart
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Timer and Stopwatch written purely in flutter
Hi Everyone,New to the Flutter Development community. So I create a little timer/stopwatch app entirely in flutter with some help from different source scattered over the internet. What are your thoughts?SourcePlay Store
August 24, 2019 at 11:47PM by Gumboyrbz
https://ift.tt/2U5YCgX
Timer and Stopwatch written purely in flutter
Hi Everyone,New to the Flutter Development community. So I create a little timer/stopwatch app entirely in flutter with some help from different source scattered over the internet. What are your thoughts?SourcePlay Store
August 24, 2019 at 11:47PM by Gumboyrbz
https://ift.tt/2U5YCgX
GitHub
Gumboyrbz/TimerApp
Contribute to Gumboyrbz/TimerApp development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Building a radar chart with Flutter and Custom Painter
https://ift.tt/33XQT9a
August 24, 2019 at 11:25PM by Elixane
https://ift.tt/33Wcvmh
Building a radar chart with Flutter and Custom Painter
https://ift.tt/33XQT9a
August 24, 2019 at 11:25PM by Elixane
https://ift.tt/33Wcvmh
Medium
Building a radar chart with Flutter and Custom Painter
Quick and easy data visualizations with Flutter
New post on /r/flutterdev subreddit:
interactive_add_button_layout | Interactive Add button with nice animation
https://ift.tt/2TZmKSx
August 24, 2019 at 11:25PM by Elixane
https://ift.tt/2U5WF47
interactive_add_button_layout | Interactive Add button with nice animation
https://ift.tt/2TZmKSx
August 24, 2019 at 11:25PM by Elixane
https://ift.tt/2U5WF47
GitHub
DokkarRachidReda/Interactive-Add-Button-Layout
Custom Layout with interactive add button to impove your UI and UX . - DokkarRachidReda/Interactive-Add-Button-Layout
New post on Flutter Dev Google group:
Flutter suitable for complex mobile warehouse management system?
We have a mobile warehouse management system with a large number of complex data entry forms, data grids with easy sorting, filtering, paging, etc.) written in .NET CF for Windows Mobile. Since MS abandoned Windows Mobile a long time ago, we need to rewrite this app for Android industrial
August 25, 2019 at 04:31AM by Laban
https://ift.tt/2KS1MC6
Flutter suitable for complex mobile warehouse management system?
We have a mobile warehouse management system with a large number of complex data entry forms, data grids with easy sorting, filtering, paging, etc.) written in .NET CF for Windows Mobile. Since MS abandoned Windows Mobile a long time ago, we need to rewrite this app for Android industrial
August 25, 2019 at 04:31AM by Laban
https://ift.tt/2KS1MC6
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:
#flutterTip
In-order to run latest #flutter sdk, your #windows machine must have #powershell version greater than 5.1
August 25, 2019 at 05:24AM by ravi_rupareliya
https://ift.tt/2Hn4uNE
#flutterTip
In-order to run latest #flutter sdk, your #windows machine must have #powershell version greater than 5.1
August 25, 2019 at 05:24AM by ravi_rupareliya
https://ift.tt/2Hn4uNE
reddit
r/FlutterDev - #flutterTip
1 vote and 1 comment so far on Reddit
New post on Flutter Dev Google group:
What is the best way to fetch a website and get its code?
I would like to program an app in dart, which analyzes a representation plan from the Internet and makes me an edition specifically for me. I imagined it like this: Query HTML code and save it in an array or csv file -read out which class is affected -if class matches mine -> output I can
August 25, 2019 at 11:27AM by heart
https://ift.tt/321bXd5
What is the best way to fetch a website and get its code?
I would like to program an app in dart, which analyzes a representation plan from the Internet and makes me an edition specifically for me. I imagined it like this: Query HTML code and save it in an array or csv file -read out which class is affected -if class matches mine -> output I can
August 25, 2019 at 11:27AM by heart
https://ift.tt/321bXd5
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:
Design
How can i make that type of design? These are two different teams lineup and i get that data from api, Second image is the example from Soccer Stand App.
August 25, 2019 at 11:45AM by Kamran Ali
https://ift.tt/2Lan5NU
Design
How can i make that type of design? These are two different teams lineup and i get that data from api, Second image is the example from Soccer Stand App.
August 25, 2019 at 11:45AM by Kamran Ali
https://ift.tt/2Lan5NU
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:
Map for complex structure
Hey. There is a sample code for a simple structure: [ { "albumId": 1, "id": 1, "title": "***************", "url": "***************", "thumbnailUrl": "********************" }, ....... ] Введите код...import 'dart:async';
August 25, 2019 at 12:09PM by Vladimir Stetsenko
https://ift.tt/2HphHW6
Map for complex structure
Hey. There is a sample code for a simple structure: [ { "albumId": 1, "id": 1, "title": "***************", "url": "***************", "thumbnailUrl": "********************" }, ....... ] Введите код...import 'dart:async';
August 25, 2019 at 12:09PM by Vladimir Stetsenko
https://ift.tt/2HphHW6
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:
Sending data to email
Hey, when the user write it's phone number in my text input form i want to send this phone number as an email to my email, how i can do this with flutter?
August 25, 2019 at 12:45PM by Yasin
https://ift.tt/31VHi0O
Sending data to email
Hey, when the user write it's phone number in my text input form i want to send this phone number as an email to my email, how i can do this with flutter?
August 25, 2019 at 12:45PM by Yasin
https://ift.tt/31VHi0O
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:
Extended NavigationBar (Flutter Package)
https://ift.tt/2PccxDq
August 25, 2019 at 12:01PM by ketanchoyal
https://ift.tt/2ziyJAY
Extended NavigationBar (Flutter Package)
https://ift.tt/2PccxDq
August 25, 2019 at 12:01PM by ketanchoyal
https://ift.tt/2ziyJAY
GitHub
ketanchoyal/extended_navbar_scaffold
A Custom Extended Scaffold with Expandable and Floating Navigation Bar - ketanchoyal/extended_navbar_scaffold
New post on /r/flutterdev subreddit:
FlutterForce — Week 41
https://ift.tt/2Pehyv9
August 25, 2019 at 11:56AM by flutterist
https://ift.tt/2zlVrIo
FlutterForce — Week 41
https://ift.tt/2Pehyv9
August 25, 2019 at 11:56AM by flutterist
https://ift.tt/2zlVrIo
Medium
FlutterForce — #Week 41
Weekly Flutter Resources