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
New post on /r/flutterdev subreddit:
Write 3X Better Unit Tests using Abstraction | Flutter Unit Testing
https://youtu.be/oZW3Eb3J9s0
August 25, 2019 at 11:15AM by Filledstacks
https://ift.tt/2ZrNsEc
Write 3X Better Unit Tests using Abstraction | Flutter Unit Testing
https://youtu.be/oZW3Eb3J9s0
August 25, 2019 at 11:15AM by Filledstacks
https://ift.tt/2ZrNsEc
YouTube
Write 3X Better Unit Tests using Abstraction | Flutter Unit Testing
In this tutorial we go over how abstraction helps you write better, maintainable and 100% reliable unit tests in Flutter. This is the second video in the abstraction series.
📚📗 Written Tutorial: https://www.filledstacks.com/post/better-unit-tests-in-flutter…
📚📗 Written Tutorial: https://www.filledstacks.com/post/better-unit-tests-in-flutter…
New post on /r/flutterdev subreddit:
Flutter AMD Processor
Hello, guys I just downloaded Flutter and tried to launch my app but it won't work with AMD and I have tried everything that was out there to do!
August 25, 2019 at 03:11PM by CaptainFrasse
https://ift.tt/2Zqo3Pf
Flutter AMD Processor
Hello, guys I just downloaded Flutter and tried to launch my app but it won't work with AMD and I have tried everything that was out there to do!
August 25, 2019 at 03:11PM by CaptainFrasse
https://ift.tt/2Zqo3Pf
reddit
r/FlutterDev - Flutter AMD Processor
0 votes and 6 comments so far on Reddit
New post on /r/flutterdev subreddit:
On-screen gamepad controller for Flame
https://ift.tt/2Hose48
August 25, 2019 at 04:30PM by japalekhin
https://ift.tt/2KVLaJC
On-screen gamepad controller for Flame
https://ift.tt/2Hose48
August 25, 2019 at 04:30PM by japalekhin
https://ift.tt/2KVLaJC
JapAlekhin
On-screen gamepad controller for Flame — JapAlekhin
Imagine a game that doesn’t allow the players to decide, choose, or control something. If you’re having trouble thinking of a game that matches that description, it’s because all games allow the player to control it. It wouldn’t be a game without any input…
New post on Flutter Dev Google group:
How to override abstract class for await and async?
How to override await or async ? *Repository* abstract class Repository { Observable addUpdateWorkImage(WorkImage workImage);} *RepositoryImpl* @override Future addUpdateWorkImage(WorkImage workImage) async { if (workImage.id.isEmpty) { final
August 25, 2019 at 07:35PM by Tony Seng
https://ift.tt/2L6oSnf
How to override abstract class for await and async?
How to override await or async ? *Repository* abstract class Repository { Observable addUpdateWorkImage(WorkImage workImage);} *RepositoryImpl* @override Future addUpdateWorkImage(WorkImage workImage) async { if (workImage.id.isEmpty) { final
August 25, 2019 at 07:35PM by Tony Seng
https://ift.tt/2L6oSnf
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:
GitHub - public_suffix: A domain parser for dart based on the Public Suffix List
https://ift.tt/323CFSA
August 25, 2019 at 07:43PM by lifenautjoe
https://ift.tt/2KTfeWm
GitHub - public_suffix: A domain parser for dart based on the Public Suffix List
https://ift.tt/323CFSA
August 25, 2019 at 07:43PM by lifenautjoe
https://ift.tt/2KTfeWm
GitHub
Komposten/public_suffix
A domain parser for dart based on the Public Suffix List - Komposten/public_suffix
New post on /r/flutterdev subreddit:
Scanning animation in Flutter
https://ift.tt/31We5mq
August 25, 2019 at 07:29PM by codinglatte
https://ift.tt/2KTfg0q
Scanning animation in Flutter
https://ift.tt/31We5mq
August 25, 2019 at 07:29PM by codinglatte
https://ift.tt/2KTfg0q
Medium
Scanning animation in Flutter
Using AnimatedWidget & AnimationController.