New post on Flutter Dev Google group:
How to learn Flutter Development?
Hi, Please anyone guide me, how I can learn flutter development and from where to start please. I learned intermediary flutter UI Designing by help of YouTube. But how to create class, logics, all the things development, I don't know Please anyone guide me as small brother from where should
April 08, 2020 at 01:40PM by Gulam Fahad Ahmed
https://ift.tt/2URUXoX
How to learn Flutter Development?
Hi, Please anyone guide me, how I can learn flutter development and from where to start please. I learned intermediary flutter UI Designing by help of YouTube. But how to create class, logics, all the things development, I don't know Please anyone guide me as small brother from where should
April 08, 2020 at 01:40PM by Gulam Fahad Ahmed
https://ift.tt/2URUXoX
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:
(Dumb question) What is the shortcut in VS Code to break the line with each argument on a new line ?
VS Code shortcut https://imgur.com/gallery/s3LYIQS
April 08, 2020 at 02:34PM by Kadarach
https://ift.tt/3aTzbXD
(Dumb question) What is the shortcut in VS Code to break the line with each argument on a new line ?
VS Code shortcut https://imgur.com/gallery/s3LYIQS
April 08, 2020 at 02:34PM by Kadarach
https://ift.tt/3aTzbXD
Imgur
VS Code shortcut - Album on Imgur
Post with 1 votes and 16 views. Shared by supremedub24. VS Code shortcut
New post on /r/flutterdev subreddit:
How to navigate through pages without changing the Scaffold appBar?
I'm trying to change between pages, without changing the top part of the page. If I make a Scaffold on both pages, with exactly the same settings, the user will see the animation of the changing screens and it will be clear that it is a different page.
April 08, 2020 at 03:02PM by RedManBrasil
https://ift.tt/2xcPkZz
How to navigate through pages without changing the Scaffold appBar?
I'm trying to change between pages, without changing the top part of the page. If I make a Scaffold on both pages, with exactly the same settings, the user will see the animation of the changing screens and it will be clear that it is a different page.
April 08, 2020 at 03:02PM by RedManBrasil
https://ift.tt/2xcPkZz
reddit
How to navigate through pages without changing the Scaffold appBar?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
I made a video talks about Flutter navigation & routes | onGenerateRoute() | pass argument , so Check it and i will appreciate your comments
https://youtu.be/FYL3xMjM2l4
April 08, 2020 at 04:06PM by aminaB-94
https://ift.tt/2VeANo6
I made a video talks about Flutter navigation & routes | onGenerateRoute() | pass argument , so Check it and i will appreciate your comments
https://youtu.be/FYL3xMjM2l4
April 08, 2020 at 04:06PM by aminaB-94
https://ift.tt/2VeANo6
YouTube
Flutter Routes & Navigation | Named routes| onGenerateRoute()
For all multiscreen applications we need to navigate through screens,
So in this video, we've talked about the most basic thing in Flutter "Navigation & Routes (screens).
did you like the video? if yes, hit the like and subscribe buttons.
If you have any…
So in this video, we've talked about the most basic thing in Flutter "Navigation & Routes (screens).
did you like the video? if yes, hit the like and subscribe buttons.
If you have any…
New post on /r/flutterdev subreddit:
Flutter and Firebase Profile - Part I - Dependency Injection and Separation of Concerns
https://youtu.be/wD3O9TEyWtk
April 08, 2020 at 03:43PM by MyracleDesign
https://ift.tt/2wpB931
Flutter and Firebase Profile - Part I - Dependency Injection and Separation of Concerns
https://youtu.be/wD3O9TEyWtk
April 08, 2020 at 03:43PM by MyracleDesign
https://ift.tt/2wpB931
YouTube
Firebase Profile in Flutter - Layer Architecture - Part I
This is a series where we want to set up a Profile Page in Flutter. This Profile Page will connect right away with Firebase. In this first part of the tutorial, we want to have a look at the GetIt package and how you can use it to create a nice three-layer…
New post on /r/flutterdev subreddit:
What's the deal with dartfmt requiring trailing spaces in flutter widgets to format 'properly'?
Hi, i think a screenshot will speak a thousand words:https://i.imgur.com/nrvgiYA.jpg... essentially, what you're looking at is the same code on both the left and the right.
It's a very simple widget from a tutorial.The line:child: Column(
children: transactions.map((tx) {
return Card(child: Text(tx.title));
}).toList(),
)is formatted improperly on the left, but correctly on the right. The reason for that is the presence of an unnecessary trailing space which dartfmt seems to rely on to do its job properly.Since this is a not just a known issue but apparently a design decision, I'm very curious to know if someone could ELI5 why it was deemed necessary for it to function this way.Thank you.
April 08, 2020 at 04:52PM by passline_club
https://ift.tt/3e9yBHo
What's the deal with dartfmt requiring trailing spaces in flutter widgets to format 'properly'?
Hi, i think a screenshot will speak a thousand words:https://i.imgur.com/nrvgiYA.jpg... essentially, what you're looking at is the same code on both the left and the right.
It's a very simple widget from a tutorial.The line:child: Column(
children: transactions.map((tx) {
return Card(child: Text(tx.title));
}).toList(),
)is formatted improperly on the left, but correctly on the right. The reason for that is the presence of an unnecessary trailing space which dartfmt seems to rely on to do its job properly.Since this is a not just a known issue but apparently a design decision, I'm very curious to know if someone could ELI5 why it was deemed necessary for it to function this way.Thank you.
April 08, 2020 at 04:52PM by passline_club
https://ift.tt/3e9yBHo
New post on /r/flutterdev subreddit:
New package for building Cupertino, Material and custom modal bottom sheets.
https://ift.tt/2JO8tDK
April 08, 2020 at 04:51PM by jamesblasco
https://ift.tt/2yL67mX
New package for building Cupertino, Material and custom modal bottom sheets.
https://ift.tt/2JO8tDK
April 08, 2020 at 04:51PM by jamesblasco
https://ift.tt/2yL67mX
GitHub
jamesblasco/modal_bottom_sheet
Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style - jamesblasco/modal_bottom_sheet
New post on /r/flutterdev subreddit:
Bring Flutter to web - Rihanna Kedir | Flutter Europe
https://www.youtube.com/watch?v=EKOHizxc4bo&feature=share
April 08, 2020 at 05:17PM by Pixelreddit
https://ift.tt/2VbaSOd
Bring Flutter to web - Rihanna Kedir | Flutter Europe
https://www.youtube.com/watch?v=EKOHizxc4bo&feature=share
April 08, 2020 at 05:17PM by Pixelreddit
https://ift.tt/2VbaSOd
YouTube
Bring Flutter to web - Rihanna Kedir | Flutter Europe
Flutter is going beyond mobile to ‘run anywhere’ and web support is now available on the beta version. In this talk, we will see how to bring your flutter code into web browsers and checkout different scenarios that benefit from the use of the Flutter for…
New tweet from FlutterDev:
📚🎓Intro to Flutter App Development with Dart.
We are giving away a free course with lifetime access if activated in the next three months. By the end of the course, you will be programming in Dart and building apps with Flutter!
Learn more here ↓ https://t.co/3z7XMmWEEl— Flutter (@FlutterDev) April 8, 2020
April 08, 2020 at 05:50PM
http://twitter.com/FlutterDev/status/1247914682481913858
📚🎓Intro to Flutter App Development with Dart.
We are giving away a free course with lifetime access if activated in the next three months. By the end of the course, you will be programming in Dart and building apps with Flutter!
Learn more here ↓ https://t.co/3z7XMmWEEl— Flutter (@FlutterDev) April 8, 2020
April 08, 2020 at 05:50PM
http://twitter.com/FlutterDev/status/1247914682481913858
Medium
Announcing a free Flutter introductory course
Ten hours of video and hands-on tutorials to build beautiful apps
New post on /r/flutterdev subreddit:
Portfolio Creator's App Flutter(7th App/90)
Portfolio Creator's App is my 7th app in the 90 days challenge. In this, I had worked upon the List Tiles, Cards and other refactored widgets like SaferArea etc, to make better UI's. I also learnt about the power of searching and find solutions to your problem.Sometimes small UI improvements could take lots of your time, so definitely a quite unique experience.Pls, star and fork the Repo(Complete Guide's To Flutter) it, if you found it interesting.Link of the Repo is my github repo .It is a simple app basically with basic personal details of the user.If anyone want to take a look and give some feedback about the app/the code, it would be really nice :)
April 08, 2020 at 07:07PM by flutterboxinc
https://ift.tt/3e42yZa
Portfolio Creator's App Flutter(7th App/90)
Portfolio Creator's App is my 7th app in the 90 days challenge. In this, I had worked upon the List Tiles, Cards and other refactored widgets like SaferArea etc, to make better UI's. I also learnt about the power of searching and find solutions to your problem.Sometimes small UI improvements could take lots of your time, so definitely a quite unique experience.Pls, star and fork the Repo(Complete Guide's To Flutter) it, if you found it interesting.Link of the Repo is my github repo .It is a simple app basically with basic personal details of the user.If anyone want to take a look and give some feedback about the app/the code, it would be really nice :)
April 08, 2020 at 07:07PM by flutterboxinc
https://ift.tt/3e42yZa
GitHub
GitHub - irahulcse/A-Complete-Guide-To-Flutter: This repo contains all the small snippets related to Flutter Apps. Most of the…
This repo contains all the small snippets related to Flutter Apps. Most of the projects/apps are deployed on Flutter Web using GitHub Actions CI Pipeline. - irahulcse/A-Complete-Guide-To-Flutter
New post on /r/flutterdev subreddit:
Any experience with testing iOS apps with https://ift.tt/2A9QWSs ?
Hi there,i found the following service online and it almost sound too good to be true. Has anyone any experience with this service: https://www.installonair.com/ ?
April 08, 2020 at 07:17PM by seqnde
https://ift.tt/2Vgoisj
Any experience with testing iOS apps with https://ift.tt/2A9QWSs ?
Hi there,i found the following service online and it almost sound too good to be true. Has anyone any experience with this service: https://www.installonair.com/ ?
April 08, 2020 at 07:17PM by seqnde
https://ift.tt/2Vgoisj
Installonair
Install On Air | IPA Distribution
Install On Air offers Testflight and Diawi Alternative for iOS and Android App. Distribute your
application in less time with best platform for app distribution.
application in less time with best platform for app distribution.
New tweet from FlutterDev:
Find the free course here → https://t.co/IQavRfacgD— Flutter (@FlutterDev) April 8, 2020
April 08, 2020 at 07:08PM
http://twitter.com/FlutterDev/status/1247934457333481472
Find the free course here → https://t.co/IQavRfacgD— Flutter (@FlutterDev) April 8, 2020
April 08, 2020 at 07:08PM
http://twitter.com/FlutterDev/status/1247934457333481472
www.appbrewery.co
Introduction to Flutter Development with Dart
New post on /r/flutterdev subreddit:
Flutter Full Project | Flutter Blog - Ep. 4 - API Keys & security, BLoC
https://youtu.be/RGHYXeUlIFE
April 08, 2020 at 09:11PM by anthOlei
https://ift.tt/39QQszf
Flutter Full Project | Flutter Blog - Ep. 4 - API Keys & security, BLoC
https://youtu.be/RGHYXeUlIFE
April 08, 2020 at 09:11PM by anthOlei
https://ift.tt/39QQszf
YouTube
Flutter Full Project | Flutter Blog - Ep. 4 - API Keys & security, BLoC
IMPORTANT: If you're following along, please git pull on the API! I made an update that fixed a bug that will make the API working for keys.
In this episode of Flutter blog, I show you how to build a API key with auto refresh, and then I go into a simple…
In this episode of Flutter blog, I show you how to build a API key with auto refresh, and then I go into a simple…
New post on Flutter Dev Google group:
Flutter Beta 1.17.0-dev.3.1 released, new release process details.
Hi all, I’m happy to announce that Flutter 1.17 is now available on the beta channel: 1.17.0-dev.3.1
Flutter Beta 1.17.0-dev.3.1 released, new release process details.
Hi all, I’m happy to announce that Flutter 1.17 is now available on the beta channel: 1.17.0-dev.3.1
New post on /r/flutterdev subreddit:
SVG to Flutter | Flutter Neumorphic Home Page
https://youtu.be/KKO5PPkdKQg
April 09, 2020 at 01:18AM by thehappyharis
https://ift.tt/2y3iNFb
SVG to Flutter | Flutter Neumorphic Home Page
https://youtu.be/KKO5PPkdKQg
April 09, 2020 at 01:18AM by thehappyharis
https://ift.tt/2y3iNFb
YouTube
How to Create Complicated Curves in Flutter | SVG to Flutter | Flutter Neumorphic Home Page
SVG to Flutter video on how to convert it. It is also a Flutter Neumorphic Home page design challenge.
Credits to Ilgiza - https://dribbble.com/shots/9766967-Neumorphic-or-Skeuomorphic-Finance-App-Design-Free-Download
Credits to Kamalesh Basu - https:/…
Credits to Ilgiza - https://dribbble.com/shots/9766967-Neumorphic-or-Skeuomorphic-Finance-App-Design-Free-Download
Credits to Kamalesh Basu - https:/…
New post on /r/flutterdev subreddit:
Why does my listview.builder start like 50 pixels away from where the green arrows begin?
https://imgur.com/4onbnOM
April 09, 2020 at 12:17AM by PoopSlinger777
https://ift.tt/3aVrGPY
Why does my listview.builder start like 50 pixels away from where the green arrows begin?
https://imgur.com/4onbnOM
April 09, 2020 at 12:17AM by PoopSlinger777
https://ift.tt/3aVrGPY
Imgur
Post with 0 votes and 85 views.
New post on /r/flutterdev subreddit:
Flutter Networking Tutorial
https://ift.tt/3aVsYdx
April 09, 2020 at 02:50AM by sagarsuri56
https://ift.tt/2xYF1s3
Flutter Networking Tutorial
https://ift.tt/3aVsYdx
April 09, 2020 at 02:50AM by sagarsuri56
https://ift.tt/2xYF1s3
raywenderlich.com
Flutter Networking Tutorial: Getting Started
In this tutorial, you’ll learn how to make asynchronous network requests and handle the responses in a Flutter app connected to a REST API.
New post on /r/flutterdev subreddit:
What type of developer are you?
Disclaimer: no type is better than the other. And you might be a combination of many types.I was just curious as I believe there is no generic type of developer. These types are just from my observation. You can share other types of Flutter developer.Options can't be edited after post creation, sadly.View Poll
April 09, 2020 at 03:58AM by thehappyharis
https://ift.tt/34nW3Mq
What type of developer are you?
Disclaimer: no type is better than the other. And you might be a combination of many types.I was just curious as I believe there is no generic type of developer. These types are just from my observation. You can share other types of Flutter developer.Options can't be edited after post creation, sadly.View Poll
April 09, 2020 at 03:58AM by thehappyharis
https://ift.tt/34nW3Mq
New post on /r/flutterdev subreddit:
Create dart - data class using plugins
https://twitter.com/erluxman/status/1248074035423924224
April 09, 2020 at 04:25AM by erluxman
https://ift.tt/34l2qjH
Create dart - data class using plugins
https://twitter.com/erluxman/status/1248074035423924224
April 09, 2020 at 04:25AM by erluxman
https://ift.tt/34l2qjH
Twitter
Laxman
Dart does not support data class by default, but with plugins, we can simply generate copyWith(),fromMap(), toMap(), Named Constructor, toString(),hashCode() & equals() methods. These methods combined give us a data class. PTO. #day5 #100DaysofFlutter #flutter…
New post on Flutter Dev Google group:
Platform Channel Sample App( GSoC 2020)
Hi, I am Rahul Chandra. This year, I had applied in Dart Programming Language for GSoC 2020 and I had also submitted the proposal. My Project name is *Platform Channel Sample App.* I found this project really interesting because I am developing Applications in Flutter from more the less 10
April 09, 2020 at 06:38AM by Rahul Chandra
https://ift.tt/2x5GixC
Platform Channel Sample App( GSoC 2020)
Hi, I am Rahul Chandra. This year, I had applied in Dart Programming Language for GSoC 2020 and I had also submitted the proposal. My Project name is *Platform Channel Sample App.* I found this project really interesting because I am developing Applications in Flutter from more the less 10
April 09, 2020 at 06:38AM by Rahul Chandra
https://ift.tt/2x5GixC
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.