New post on /r/flutterdev subreddit:
Flutter desktop concept
I have been working on go-flutter over the last year. (an unofficial project that brings Flutter to the desktop)Today while I was solving an issue, I came up with the idea to use the flutter AppBar widget as the draggable point for the window.I think the result looks pretty neat.go-flutter-desktop/examples/draggable_borderless
July 30, 2019 at 09:07PM by Drakirus
https://ift.tt/2LSsrAb
Flutter desktop concept
I have been working on go-flutter over the last year. (an unofficial project that brings Flutter to the desktop)Today while I was solving an issue, I came up with the idea to use the flutter AppBar widget as the draggable point for the window.I think the result looks pretty neat.go-flutter-desktop/examples/draggable_borderless
July 30, 2019 at 09:07PM by Drakirus
https://ift.tt/2LSsrAb
GitHub
examples/draggable_borderless at master · go-flutter-desktop/examples
Examples for go-flutter. Contribute to go-flutter-desktop/examples development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How do I create a listview(pageView) to show the second card(Container) underneath the first card(Container)?
please read full question and codeplease click here
July 31, 2019 at 05:43AM by bisampath96
https://ift.tt/2Zn2rA2
How do I create a listview(pageView) to show the second card(Container) underneath the first card(Container)?
please read full question and codeplease click here
July 31, 2019 at 05:43AM by bisampath96
https://ift.tt/2Zn2rA2
New post on Flutter Dev Google group:
List View
Hi, I am Deepjyoti Baishya. From India, I have a error or questions i am not able to add list view in my Code please check my flutter Widgets ..... import 'package:flutter/material.dart'; class QuizPage extends StatefulWidget { final List questions; final Category category; const
July 31, 2019 at 07:49AM by Deepjyoti Baishya
https://ift.tt/2GD17Sq
List View
Hi, I am Deepjyoti Baishya. From India, I have a error or questions i am not able to add list view in my Code please check my flutter Widgets ..... import 'package:flutter/material.dart'; class QuizPage extends StatefulWidget { final List questions; final Category category; const
July 31, 2019 at 07:49AM by Deepjyoti Baishya
https://ift.tt/2GD17Sq
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:
Compile ML kit to desktop app(Linux)
Trying to use flutter for desktop apps(Linux). Any tips about how to compile firebase_ml_plugin for native apps? It seems info from https://ift.tt/2ZhLyXA is useless for that. Is it possible at least?
July 31, 2019 at 09:48AM by Georgii Dernovyi
https://ift.tt/2GEA613
Compile ML kit to desktop app(Linux)
Trying to use flutter for desktop apps(Linux). Any tips about how to compile firebase_ml_plugin for native apps? It seems info from https://ift.tt/2ZhLyXA is useless for that. Is it possible at least?
July 31, 2019 at 09:48AM by Georgii Dernovyi
https://ift.tt/2GEA613
GitHub
google/flutter-desktop-embedding
Examples of using, and testbed for, the in-development Flutter for Desktop - google/flutter-desktop-embedding
New post on /r/flutterdev subreddit:
Really excited to open source scale widget as Flutter package.
https://ift.tt/2ytQnRH
July 31, 2019 at 09:38AM by pinkeshdarji
https://ift.tt/31ck5Y5
Really excited to open source scale widget as Flutter package.
https://ift.tt/2ytQnRH
July 31, 2019 at 09:38AM by pinkeshdarji
https://ift.tt/31ck5Y5
Dart packages
flutter_scale | Flutter Package
A Flutter package allows you to easily integrate Scale widget.
New post on /r/flutterdev subreddit:
Building a Water Tracking App with Flare & Flutter
https://ift.tt/2Mu6VS6
July 31, 2019 at 09:09AM by Elixane
https://ift.tt/2OrkUKX
Building a Water Tracking App with Flare & Flutter
https://ift.tt/2Mu6VS6
July 31, 2019 at 09:09AM by Elixane
https://ift.tt/2OrkUKX
Medium
Building a Water Tracking App with Flare & Flutter
Diving into Flare’s Interactive Side
New post on /r/flutterdev subreddit:
Why are Flutter Apps are so fat?:(
If i build the same App with native android it will come around 1.9Mb, while Flutter is building it to 7.6Mb? Trying to optimise the size is not really helping. Is there a particular reason why this is so?The app i am talking about is here - https://github.com/barathmonk/taskoapp/tree/master/taskoappLive on Google Play - https://play.google.com/store/apps/details?id=androidmonks.com.example.tasko_app
July 31, 2019 at 08:54AM by Baradwaj
https://ift.tt/2MtU0zE
Why are Flutter Apps are so fat?:(
If i build the same App with native android it will come around 1.9Mb, while Flutter is building it to 7.6Mb? Trying to optimise the size is not really helping. Is there a particular reason why this is so?The app i am talking about is here - https://github.com/barathmonk/taskoapp/tree/master/taskoappLive on Google Play - https://play.google.com/store/apps/details?id=androidmonks.com.example.tasko_app
July 31, 2019 at 08:54AM by Baradwaj
https://ift.tt/2MtU0zE
GitHub
barathmonk/taskoapp
Contribute to barathmonk/taskoapp development by creating an account on GitHub.
New post on Flutter Dev Google group:
How to retrieve a list symbols and pass them to the main screen?
The code example includes a text box search for all quotes in all stock Exchanges. I would only like to retrieve and display SNAP,fb and AIG https://ift.tt/2GCHSsm Github Example https://ift.tt/2ZmS7rN Example https://github.com/bl
July 31, 2019 at 11:46AM by Thebest for yourbiz
https://ift.tt/2GCHSZo
How to retrieve a list symbols and pass them to the main screen?
The code example includes a text box search for all quotes in all stock Exchanges. I would only like to retrieve and display SNAP,fb and AIG https://ift.tt/2GCHSsm Github Example https://ift.tt/2ZmS7rN Example https://github.com/bl
July 31, 2019 at 11:46AM by Thebest for yourbiz
https://ift.tt/2GCHSZo
New post on Flutter Dev Google group:
How do I create a listview(pageView) to show the second card(Container) underneath the first card(Container)?
Hi, please help me https://ift.tt/317yW62
July 31, 2019 at 12:55PM by Bhanuka Isuru
https://ift.tt/2LQGyGo
How do I create a listview(pageView) to show the second card(Container) underneath the first card(Container)?
Hi, please help me https://ift.tt/317yW62
July 31, 2019 at 12:55PM by Bhanuka Isuru
https://ift.tt/2LQGyGo
Stack Overflow
How do I create a listview(pageView) to show the second card(Container) underneath the first card(Container)?
I need to create a listview or pageView to show the second card(Container) underneath the first card(Container). Too long time google I couldn't find a solution. I tried Swiper plugin here. It's go...
New post on /r/flutterdev subreddit:
Flutter Mazegen is a project to generate mazes in Flutter.
https://ift.tt/2ZkVTSx
July 31, 2019 at 11:43AM by EngineerScientist
https://ift.tt/2GFt9N7
Flutter Mazegen is a project to generate mazes in Flutter.
https://ift.tt/2ZkVTSx
July 31, 2019 at 11:43AM by EngineerScientist
https://ift.tt/2GFt9N7
GitHub
csells/flutter_mazegen
Moving some old C++ over to generate a maze in Flutter - csells/flutter_mazegen
New post on Flutter Dev Google group:
Erreur 'length' was called on null
Saisissez le code ici... getService() async { SharedPreferences prefs = await SharedPreferences.getInstance(); service = prefs.get('services'); return service; } Widget _makeElement(int index) { var services = json.decode( service ); print( services ); if (index >= services.le
July 31, 2019 at 02:22PM by Hamza AYADA
https://ift.tt/2KeTzX1
Erreur 'length' was called on null
Saisissez le code ici... getService() async { SharedPreferences prefs = await SharedPreferences.getInstance(); service = prefs.get('services'); return service; } Widget _makeElement(int index) { var services = json.decode( service ); print( services ); if (index >= services.le
July 31, 2019 at 02:22PM by Hamza AYADA
https://ift.tt/2KeTzX1
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:
Regression with Tflite flutter
Hello, Shall I provide a label.txt file for regression model or just the tflite file? Since I am getting an exception while running the Tflite.runModelOnImage...
July 31, 2019 at 02:53PM by Massa Baali
https://ift.tt/2MspS7G
Regression with Tflite flutter
Hello, Shall I provide a label.txt file for regression model or just the tflite file? Since I am getting an exception while running the Tflite.runModelOnImage...
July 31, 2019 at 02:53PM by Massa Baali
https://ift.tt/2MspS7G
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:
Videos in listview.builder
I am new to flutter. How do I make a listview containing videos from network?
July 31, 2019 at 02:41PM by WaterV19
https://ift.tt/2MCjfzR
Videos in listview.builder
I am new to flutter. How do I make a listview containing videos from network?
July 31, 2019 at 02:41PM by WaterV19
https://ift.tt/2MCjfzR
reddit
r/FlutterDev - Videos in listview.builder
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Api calling issue
Can we add circular progress bar on a list if we get late response from api !!
July 31, 2019 at 03:09PM by shubhhhh
https://ift.tt/2SWz8SH
Api calling issue
Can we add circular progress bar on a list if we get late response from api !!
July 31, 2019 at 03:09PM by shubhhhh
https://ift.tt/2SWz8SH
reddit
r/FlutterDev - Api calling issue
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Swicht on enable and on disable
Hello,I'm trying to implement a Switch into my Flutter app to enable and disable a dark mode, but I can't figure out how to run a line of code when it gets disabled again.When I enable it my Theme changes to the dark one, but it doesn't change back.. Help highly appreciated.
July 31, 2019 at 03:53PM by jfr_com
https://ift.tt/31ceHnL
Swicht on enable and on disable
Hello,I'm trying to implement a Switch into my Flutter app to enable and disable a dark mode, but I can't figure out how to run a line of code when it gets disabled again.When I enable it my Theme changes to the dark one, but it doesn't change back.. Help highly appreciated.
SwitchListTile( title: Text("Dark Theme"), value: darkThemeEnabled, onChanged: //onEnable run changeToDarkMode //onDisable run changeToLightMode )
July 31, 2019 at 03:53PM by jfr_com
https://ift.tt/31ceHnL
reddit
r/FlutterDev - Swicht on enable and on disable
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
WhatsApp Status Saver App Using Flutter
Hey Everyone,
I was finding App Like WhatsApp Status Saver in Flutter but I didn't found anything.
So I created one.Introducing WhatsApp Status Download App Using Flutter.
+Firebase.
+Admob.
+PlayStore Approved.
+$10/day earning.Do you want to learn How I did it.Read Full Article on this App.
https://flutterian.com/whatsapp-status-downloader-using-flutter-with-admob/Do you know what is best part.
I uploaded it to GitHub.GitHub and PlayStore Link is Available in article.
July 31, 2019 at 04:04PM by growthhackker
https://ift.tt/2Muzb79
WhatsApp Status Saver App Using Flutter
Hey Everyone,
I was finding App Like WhatsApp Status Saver in Flutter but I didn't found anything.
So I created one.Introducing WhatsApp Status Download App Using Flutter.
+Firebase.
+Admob.
+PlayStore Approved.
+$10/day earning.Do you want to learn How I did it.Read Full Article on this App.
https://flutterian.com/whatsapp-status-downloader-using-flutter-with-admob/Do you know what is best part.
I uploaded it to GitHub.GitHub and PlayStore Link is Available in article.
July 31, 2019 at 04:04PM by growthhackker
https://ift.tt/2Muzb79
Flutterian
WhatsApp Status Downloader Using Flutter with Admob - Flutterian
Hello Everyone, today I will show you how you can create WhatsApp Status Downloader Using Flutter no need of any extra knowledge entire code is in GitHub.
New post on Flutter Dev Google group:
how to create generic function invoke with AST nodes
hi, all I want to create generic function procedure and invocation by AST nodes, just like the way I create procedures. Following is the procedure creation, but I don't know how to do for generic function. Any suggestion are appreciated. MethodInvocation methodInvocation = MethodInvocation(Proper
July 31, 2019 at 05:19PM by Jim Xu
https://ift.tt/2YheqD0
how to create generic function invoke with AST nodes
hi, all I want to create generic function procedure and invocation by AST nodes, just like the way I create procedures. Following is the procedure creation, but I don't know how to do for generic function. Any suggestion are appreciated. MethodInvocation methodInvocation = MethodInvocation(Proper
July 31, 2019 at 05:19PM by Jim Xu
https://ift.tt/2YheqD0
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:
Push notification problems
Hi! I'm using flutter_messaging package. When I sent push notifications from my server using FCM token, everything works (iOS & Android). When I try to use firebase console and send to all the devices on iOS, nobody receives any notification. What it could be?
July 31, 2019 at 07:00PM by tapkain
https://ift.tt/2Zq3dwu
Push notification problems
Hi! I'm using flutter_messaging package. When I sent push notifications from my server using FCM token, everything works (iOS & Android). When I try to use firebase console and send to all the devices on iOS, nobody receives any notification. What it could be?
July 31, 2019 at 07:00PM by tapkain
https://ift.tt/2Zq3dwu
reddit
r/FlutterDev - Push notification problems
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Simple Examples Using Provider
https://ift.tt/2GEslbl
July 31, 2019 at 06:44PM by quad99
https://ift.tt/2ZomTAH
Simple Examples Using Provider
https://ift.tt/2GEslbl
July 31, 2019 at 06:44PM by quad99
https://ift.tt/2ZomTAH
GitHub
dmh2000/ProviderX
Contribute to dmh2000/ProviderX development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Dart lints and (maybe) why to use them.
https://ift.tt/2K7TeXg
July 31, 2019 at 07:28PM by miyoyo
https://ift.tt/2MuRWqS
Dart lints and (maybe) why to use them.
https://ift.tt/2K7TeXg
July 31, 2019 at 07:28PM by miyoyo
https://ift.tt/2MuRWqS
Google Docs
Dart lints and (maybe) why to use them.
Lints
PLEASE READ THIS DISCLAIMER BEFORE TAKING ANYTHING FOR GRANTED
Hello there, you might have come here to see my opinions about the lint rules, before reading anything below, please keep in mind:
- This isn't "the one and only truth"
- These lints…
PLEASE READ THIS DISCLAIMER BEFORE TAKING ANYTHING FOR GRANTED
Hello there, you might have come here to see my opinions about the lint rules, before reading anything below, please keep in mind:
- This isn't "the one and only truth"
- These lints…