New post on /r/flutterdev subreddit:
Run Android Device directly without running Android Studio for Flutter Development.
https://youtu.be/_SiXCMB5mXA
April 21, 2020 at 03:25PM by gearspec
https://ift.tt/3ey0V6e
Run Android Device directly without running Android Studio for Flutter Development.
https://youtu.be/_SiXCMB5mXA
April 21, 2020 at 03:25PM by gearspec
https://ift.tt/3ey0V6e
YouTube
Run Android Device directly without running Android Studio for Flutter Development.
Here is the batch file for running android device without running android studio.
cd C:\Users\"Your Username Here"\AppData\Local\Android\Sdk\tools
.\emulator -avd "Your Device Name Here"
or if you are unsure what your username is :
cd C:\Users\%usern…
cd C:\Users\"Your Username Here"\AppData\Local\Android\Sdk\tools
.\emulator -avd "Your Device Name Here"
or if you are unsure what your username is :
cd C:\Users\%usern…
New post on /r/flutterdev subreddit:
How to Use ProxyProvider
https://ift.tt/3asWB4U
April 21, 2020 at 04:05PM by Paulhal
https://ift.tt/2KjFEiZ
How to Use ProxyProvider
https://ift.tt/3asWB4U
April 21, 2020 at 04:05PM by Paulhal
https://ift.tt/2KjFEiZ
developer.school
How to Use ProxyProvider with Flutter
In this article we're going to look at how to use ProxyProvider to inject data into other providers. This is useful if we're wanting to inject an auth token or other piece of dynamic data into another Provider at some point in the future.
New post on Flutter Dev Google group:
Finished with error: Gradle task assembleDebug failed with exit code 1 , when i run main.dart for the first time
I'm beginner in flutter I just create a new flutter project with intellij idea flutter plug in and I connect my device and then I run the main.dart file but I get this error I hope from someone knew the issue help me to fix it thanks in advance Launching lib\main.dart on SM G350E in debug
April 21, 2020 at 05:31PM by husam alkdary
https://ift.tt/2VolDhn
Finished with error: Gradle task assembleDebug failed with exit code 1 , when i run main.dart for the first time
I'm beginner in flutter I just create a new flutter project with intellij idea flutter plug in and I connect my device and then I run the main.dart file but I get this error I hope from someone knew the issue help me to fix it thanks in advance Launching lib\main.dart on SM G350E in debug
April 21, 2020 at 05:31PM by husam alkdary
https://ift.tt/2VolDhn
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:
Just started to learn flutter and I find it very complicated!!
I find it hard that widgets don't have IDs that we can call and easily retrieve their value. Why I have to create a lot of texteditincontrollers just to retrieve values of my textfields. Is there an easier way to do this??
April 21, 2020 at 05:14PM by mutantcoode
https://ift.tt/2RY2VuO
Just started to learn flutter and I find it very complicated!!
I find it hard that widgets don't have IDs that we can call and easily retrieve their value. Why I have to create a lot of texteditincontrollers just to retrieve values of my textfields. Is there an easier way to do this??
April 21, 2020 at 05:14PM by mutantcoode
https://ift.tt/2RY2VuO
reddit
Just started to learn flutter and I find it very complicated!!
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Expo, if you can hear us, please come to Flutter
https://medium.com/@magistro/why-flutter-needs-a-service-like-expo-a40ff863a856
April 21, 2020 at 04:56PM by red_magistro
https://ift.tt/2KpAXUN
Expo, if you can hear us, please come to Flutter
https://medium.com/@magistro/why-flutter-needs-a-service-like-expo-a40ff863a856
April 21, 2020 at 04:56PM by red_magistro
https://ift.tt/2KpAXUN
Medium
Why Flutter needs a service like Expo
For those of you who haven’t used Expo before, here’s an extract from its documentation:
New post on Flutter Dev Google group:
How to render firestore dynamic content with a Stream Builder,drop down menu and List View
Hi, I have been trying to create a flutter List view page with content from a firestore subcollection, which can be changed using a dropdown menu. I'm able to use the streambuilder query snapshot to populate the dropdown list with DocumentID's of a parent firestore collection, but im having
April 21, 2020 at 06:52PM by Archie Kariuki
https://ift.tt/2xNaUEg
How to render firestore dynamic content with a Stream Builder,drop down menu and List View
Hi, I have been trying to create a flutter List view page with content from a firestore subcollection, which can be changed using a dropdown menu. I'm able to use the streambuilder query snapshot to populate the dropdown list with DocumentID's of a parent firestore collection, but im having
April 21, 2020 at 06:52PM by Archie Kariuki
https://ift.tt/2xNaUEg
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:
How to build Adaptive Dialogs in Flutter
https://youtu.be/AQybpww4MgQ
April 21, 2020 at 06:53PM by SoundDr
https://ift.tt/3cCStRv
How to build Adaptive Dialogs in Flutter
https://youtu.be/AQybpww4MgQ
April 21, 2020 at 06:53PM by SoundDr
https://ift.tt/3cCStRv
YouTube
Take 5 - Adaptive Dialogs - Flutter
Source Code: https://github.com/rodydavis/flutter_take_5
In this video I walk though how to build an adaptive dialog that looks good on desktop, mobile and web. Whenever you launch a dialog you are not guaranteed that the size is constant. In this example…
In this video I walk though how to build an adaptive dialog that looks good on desktop, mobile and web. Whenever you launch a dialog you are not guaranteed that the size is constant. In this example…
New post on /r/flutterdev subreddit:
State Management/Database components...
I am 2 months into Flutter/Dart learning. So far I am amazed at what can be done, but maybe I'm totally missing something. This is not a complaint, but perhaps a bit of confusion. I come from 35 years building DOS, then Windows client server business apps, the last 20 in Delphi/Pascal.Basically, state was not an issue and database usage was as easy as buy/write/share a database library/package where the boilerplate can live and from the developer's point of view:Establish your database connection (login to SQL, noSQL, flat file...)Create table (container) level components, datasets that hold the query (sql...)Connect your visual components (grids/lists/dropdowns) to the datasets. User actions take you from there.I know, and can see the beauty of streams of data that update your chat, or messaging app, but honestly, in my 35 years I have only needed that in a few apps. Mostly business apps are: collect data, present data, manipulate data, post data, report on the data.I see Flutter as an excellent way to get data in, and probably do everything else, but I don't understand why there is so much boilerplate code required to do what seems to be so simple. There are soooo many great widgets and packages and whole apps you can download for free, but is there a simple database CRUD package without all the boilerplate?Thanks for leaving me space to vent lol
April 21, 2020 at 07:28PM by jrheisler
https://ift.tt/2RVnQik
State Management/Database components...
I am 2 months into Flutter/Dart learning. So far I am amazed at what can be done, but maybe I'm totally missing something. This is not a complaint, but perhaps a bit of confusion. I come from 35 years building DOS, then Windows client server business apps, the last 20 in Delphi/Pascal.Basically, state was not an issue and database usage was as easy as buy/write/share a database library/package where the boilerplate can live and from the developer's point of view:Establish your database connection (login to SQL, noSQL, flat file...)Create table (container) level components, datasets that hold the query (sql...)Connect your visual components (grids/lists/dropdowns) to the datasets. User actions take you from there.I know, and can see the beauty of streams of data that update your chat, or messaging app, but honestly, in my 35 years I have only needed that in a few apps. Mostly business apps are: collect data, present data, manipulate data, post data, report on the data.I see Flutter as an excellent way to get data in, and probably do everything else, but I don't understand why there is so much boilerplate code required to do what seems to be so simple. There are soooo many great widgets and packages and whole apps you can download for free, but is there a simple database CRUD package without all the boilerplate?Thanks for leaving me space to vent lol
April 21, 2020 at 07:28PM by jrheisler
https://ift.tt/2RVnQik
reddit
State Management/Database components...
I am 2 months into Flutter/Dart learning. So far I am amazed at what can be done, but maybe I'm totally missing something. This is not a...
New tweet from FlutterDev:
Get the scoop on how animations work!
Animations are just fast, consecutive rebuilds of a widget. Dive into @filiphracek's post to take a closer look at Ticker and see how animations work in a step-by-step guide.
Read here ↓ https://t.co/lmzGp92J2S— Flutter (@FlutterDev) April 21, 2020
April 21, 2020 at 08:12PM
http://twitter.com/FlutterDev/status/1252661607538163713
Get the scoop on how animations work!
Animations are just fast, consecutive rebuilds of a widget. Dive into @filiphracek's post to take a closer look at Ticker and see how animations work in a step-by-step guide.
Read here ↓ https://t.co/lmzGp92J2S— Flutter (@FlutterDev) April 21, 2020
April 21, 2020 at 08:12PM
http://twitter.com/FlutterDev/status/1252661607538163713
Twitter
Filip Hráček (@filiphracek) | Twitter
The latest Tweets from Filip Hráček (@filiphracek). I explain difficult things to smart people. Separately, I also make games (@RaindeadGames) and useful little software projects (https://t.co/LnvSFrXDLK). San Fransisco Bay Area
New post on Flutter Dev Google group:
Something is different with Flutter: 1.12.13+hotfix.9
Something is different with Flutter: 1.12.13+hotfix.9 VS Code 1.44.2 I'm running on the latest iMac I'm experiencing different problems, here is an example: my print commands are retaining old information. I update the print line in the function but VS Code still prints the old info to the
April 21, 2020 at 08:37PM by jerry hamby
https://ift.tt/3eBMrCq
Something is different with Flutter: 1.12.13+hotfix.9
Something is different with Flutter: 1.12.13+hotfix.9 VS Code 1.44.2 I'm running on the latest iMac I'm experiencing different problems, here is an example: my print commands are retaining old information. I update the print line in the function but VS Code still prints the old info to the
April 21, 2020 at 08:37PM by jerry hamby
https://ift.tt/3eBMrCq
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:
Hydro-SDK - Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band
https://ift.tt/2K5skyz
April 21, 2020 at 08:29PM by chgibb
https://ift.tt/3eIRCjV
Hydro-SDK - Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band
https://ift.tt/2K5skyz
April 21, 2020 at 08:29PM by chgibb
https://ift.tt/3eIRCjV
GitHub
chgibb/hydro-sdk
Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band - chgibb/hydro-sdk
New post on /r/flutterdev subreddit:
LAN Communication
I wanted to create a game with a LAN multiplayer. However I couldn't find any easy methods to transfer data between devices on LAN. Hence I eventually created my own.client_server_lanPlease can I have opinions (and maybe even contributions) on this package. I've also published it on pub.dev so feel free to import it using that.
April 21, 2020 at 08:14PM by robert31415
https://ift.tt/3aqCSD7
LAN Communication
I wanted to create a game with a LAN multiplayer. However I couldn't find any easy methods to transfer data between devices on LAN. Hence I eventually created my own.client_server_lanPlease can I have opinions (and maybe even contributions) on this package. I've also published it on pub.dev so feel free to import it using that.
April 21, 2020 at 08:14PM by robert31415
https://ift.tt/3aqCSD7
GitHub
Robert3141/client_server_lan
A LAN communication Flutter package based off Node Commander but removing parts such as Commander Nodes and making communication between client and server two way. - Robert3141/client_server_lan
New post on /r/flutterdev subreddit:
Hydro-SDK - Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band
https://ift.tt/2K5skyz
April 21, 2020 at 08:29PM by chgibb
https://ift.tt/3eIRCjV
Hydro-SDK - Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band
https://ift.tt/2K5skyz
April 21, 2020 at 08:29PM by chgibb
https://ift.tt/3eIRCjV
GitHub
chgibb/hydro-sdk
Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band - chgibb/hydro-sdk
New post on /r/flutterdev subreddit:
is there a widget for a card that expands when user clicks on it
im looking for a card that only shows the title, and when its pressed , it would show the card body and content.are there any widgets for this?
April 21, 2020 at 09:51PM by NoLayer2
https://ift.tt/2RRbVlB
is there a widget for a card that expands when user clicks on it
im looking for a card that only shows the title, and when its pressed , it would show the card body and content.are there any widgets for this?
April 21, 2020 at 09:51PM by NoLayer2
https://ift.tt/2RRbVlB
reddit
is there a widget for a card that expands when user clicks on it
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Hope this package will be of use to everyone! It's a simple Flutter wrapper around the DartPad web embedding, letting you include code snippets and DartPad in your Flutter Web applications.!Currently there is no plans on making it available for Android/iOS/Desktop.
https://ift.tt/34UxiaN
April 21, 2020 at 09:30PM by aimldev
https://ift.tt/3bvp0ZI
Hope this package will be of use to everyone! It's a simple Flutter wrapper around the DartPad web embedding, letting you include code snippets and DartPad in your Flutter Web applications.!Currently there is no plans on making it available for Android/iOS/Desktop.
https://ift.tt/34UxiaN
April 21, 2020 at 09:30PM by aimldev
https://ift.tt/3bvp0ZI
Dart packages
dart_pad_widget | Flutter Package
A new Flutter package project.
New tweet from FlutterDev:
It’s time to #ShareYourStickers!
We know a lot of you are missing your community so we thought it’d be fun to kick off a share fest so you can show your fellow developers how you decorate your computers.
Respond below with pics. Bonus points for smiling faces. Pets welcome too. pic.twitter.com/jXGHSht6Qb— Google Developers (@googledevs) April 13, 2020
April 21, 2020 at 10:18PM
http://twitter.com/FlutterDev/status/1252693163954679808
It’s time to #ShareYourStickers!
We know a lot of you are missing your community so we thought it’d be fun to kick off a share fest so you can show your fellow developers how you decorate your computers.
Respond below with pics. Bonus points for smiling faces. Pets welcome too. pic.twitter.com/jXGHSht6Qb— Google Developers (@googledevs) April 13, 2020
April 21, 2020 at 10:18PM
http://twitter.com/FlutterDev/status/1252693163954679808
Twitter
#shareyourstickers hashtag on Twitter
On Apr 13 @googledevs tweeted: "It’s time to #ShareYourStickers!
We kno.." - read what others are saying and join the conversation.
We kno.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
get_it import is not working for me !!!
import 'package:get_it/get_it.dart';not working for me!!!! any one can help?
April 22, 2020 at 12:52AM by Antonio_Vanko
https://ift.tt/2VMzfC5
get_it import is not working for me !!!
import 'package:get_it/get_it.dart';not working for me!!!! any one can help?
April 22, 2020 at 12:52AM by Antonio_Vanko
https://ift.tt/2VMzfC5
reddit
get_it import is not working for me !!!
import 'package:get\_it/get\_it.dart'; not working for me!!!! any one can help?
New post on /r/flutterdev subreddit:
Dark Mode using Proxy Provider | Flutter Neumorphic
https://youtu.be/5CegWIC-070
April 22, 2020 at 01:26AM by thehappyharis
https://ift.tt/351PM9C
Dark Mode using Proxy Provider | Flutter Neumorphic
https://youtu.be/5CegWIC-070
April 22, 2020 at 01:26AM by thehappyharis
https://ift.tt/351PM9C
YouTube
Easiest Way to Create Dark Mode | Proxy Provider | Flutter Neumorphic
You can use proxy provider for dark mode. Yikes.
👉 Pre Sign Up for a Flutter Portfolio with Flutter Web Course:
https://forms.gle/jsZtpfR4tzKq8ijr5
🎨 Source code:
https://github.com/happyharis/neumorphic/tree/master/lib/calculator
🗞 Sign up for newsletter:…
👉 Pre Sign Up for a Flutter Portfolio with Flutter Web Course:
https://forms.gle/jsZtpfR4tzKq8ijr5
🎨 Source code:
https://github.com/happyharis/neumorphic/tree/master/lib/calculator
🗞 Sign up for newsletter:…
New post on /r/flutterdev subreddit:
Api For Mobile Developing
Hello Everyone,I just wanna ask a question about API. Is there any FREE API'S to use it into our applications or like making apps for play store or app store ?I will be waiting your answers .Thank you =)
April 22, 2020 at 01:17AM by altinsoyc
https://ift.tt/2VKMhjD
Api For Mobile Developing
Hello Everyone,I just wanna ask a question about API. Is there any FREE API'S to use it into our applications or like making apps for play store or app store ?I will be waiting your answers .Thank you =)
April 22, 2020 at 01:17AM by altinsoyc
https://ift.tt/2VKMhjD
reddit
Api For Mobile Developing
Hello Everyone, I just wanna ask a question about API. Is there any FREE API'S to use it into our applications or like making apps for play...
New post on /r/flutterdev subreddit:
Getter methods in Widgets Usage
```dart class Example extends StatelessWidget {Example({ Key key, this.value, this.height }) : super(key: key);final String value; final double height;String get _output => value.toString(); double get _margin => (height / 10); } ```I saw this example and I was confused. And this is not the first time I saw this. a couple of different projects or repo has this getter method implemented.If I am not wrong, I thought having a getter method is to be used with an instance of an Object, not inside of the object.For example (from Dart language tour):```dart class Rectangle { num left, top, width, height;Rectangle(this.left, this.top, this.width, this.height);// Define two calculated properties: right and bottom. num get right => left + width; set right(num value) => left = value - width; num get bottom => top + height; set bottom(num value) => top = value - height; }void main() { var rect = Rectangle(3, 4, 20, 15); assert(rect.left == 3); rect.right = 12; assert(rect.left == -8); } ```From dart style guide: DO use getters for operations that conceptually access properties.If I were to change the first example, it would look like this:```dart class Example extends StatelessWidget {Example({ Key key, this.value, this.height }) : super(key: key);final String value; final double height;@override Widget build(BuildContext context) {final String _output = value.toString(); final double _margin = (height / 10);... } ```I changed the getter method to a variable and it still works.Am I missing something?
April 22, 2020 at 02:53AM by thehappyharis
https://ift.tt/2yBraII
Getter methods in Widgets Usage
```dart class Example extends StatelessWidget {Example({ Key key, this.value, this.height }) : super(key: key);final String value; final double height;String get _output => value.toString(); double get _margin => (height / 10); } ```I saw this example and I was confused. And this is not the first time I saw this. a couple of different projects or repo has this getter method implemented.If I am not wrong, I thought having a getter method is to be used with an instance of an Object, not inside of the object.For example (from Dart language tour):```dart class Rectangle { num left, top, width, height;Rectangle(this.left, this.top, this.width, this.height);// Define two calculated properties: right and bottom. num get right => left + width; set right(num value) => left = value - width; num get bottom => top + height; set bottom(num value) => top = value - height; }void main() { var rect = Rectangle(3, 4, 20, 15); assert(rect.left == 3); rect.right = 12; assert(rect.left == -8); } ```From dart style guide: DO use getters for operations that conceptually access properties.If I were to change the first example, it would look like this:```dart class Example extends StatelessWidget {Example({ Key key, this.value, this.height }) : super(key: key);final String value; final double height;@override Widget build(BuildContext context) {final String _output = value.toString(); final double _margin = (height / 10);... } ```I changed the getter method to a variable and it still works.Am I missing something?
April 22, 2020 at 02:53AM by thehappyharis
https://ift.tt/2yBraII
dart.dev
Introduction to Dart
A brief introduction to Dart programs and important concepts.