New post on Flutter Dev Google group:
Live Video Streaming App Development in Flutter
is anyone developing Live Video Streaming app like Skype, Facebook Live or IGTV
January 20, 2020 at 07:47AM by Zammy Zaif
https://ift.tt/3atIgX4
Live Video Streaming App Development in Flutter
is anyone developing Live Video Streaming app like Skype, Facebook Live or IGTV
January 20, 2020 at 07:47AM by Zammy Zaif
https://ift.tt/3atIgX4
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:
Adding Firebase to Flutter package
Hey, I am trying to add Firebase to a flutter package. The intructions inlclude this step: In your *module (app-level* Gradle file (usually android/app/build.gradle), apply the Google Services Gradle plugin. *// Add the following line:apply plugin: 'com.google.gms.google-services' // Google
January 20, 2020 at 09:25AM by sarbjot singh
https://ift.tt/376apBD
Adding Firebase to Flutter package
Hey, I am trying to add Firebase to a flutter package. The intructions inlclude this step: In your *module (app-level* Gradle file (usually android/app/build.gradle), apply the Google Services Gradle plugin. *// Add the following line:apply plugin: 'com.google.gms.google-services' // Google
January 20, 2020 at 09:25AM by sarbjot singh
https://ift.tt/376apBD
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:
Apple Sign In with Flutter & Firebase Authentication
https://youtu.be/qnoBwlHklq0
January 20, 2020 at 10:28AM by bizz84
https://ift.tt/3araYIs
Apple Sign In with Flutter & Firebase Authentication
https://youtu.be/qnoBwlHklq0
January 20, 2020 at 10:28AM by bizz84
https://ift.tt/3araYIs
YouTube
Apple Sign In with Flutter & Firebase Authentication
📖 Full reference article with step-by-step instructions: 👇👇
https://codewithandrea.com/videos/2020-01-20-apple-sign-in-flutter-firebase/
This tutorial shows how to implement Apple Sign In with Flutter & Firebase Authentication (from scratch), and give your…
https://codewithandrea.com/videos/2020-01-20-apple-sign-in-flutter-firebase/
This tutorial shows how to implement Apple Sign In with Flutter & Firebase Authentication (from scratch), and give your…
New post on /r/flutterdev subreddit:
Properties in ThemeData and component properties they affect
I feel like I've been searching for this for too long:What do each of the properties in ThemeData affect? If I want to change something, say the text style of a particular widget, how do I know which text style to change in ThemeData?Take this example: I wanted to have a specific text style for my AppBar (top app bar). I'm not sure if I'm not going about this correctly, but it took me a while to realize that it is
January 20, 2020 at 11:50AM by themindstorm
https://ift.tt/37bWRoi
Properties in ThemeData and component properties they affect
I feel like I've been searching for this for too long:What do each of the properties in ThemeData affect? If I want to change something, say the text style of a particular widget, how do I know which text style to change in ThemeData?Take this example: I wanted to have a specific text style for my AppBar (top app bar). I'm not sure if I'm not going about this correctly, but it took me a while to realize that it is
textTheme.title
, a property of AppBarTheme()
that changes the app bar text style.Also, for buttons, for the textTheme, I could put ButtonTextTheme.primary, or ButtonTextTheme.secondary. What exactly are the differences in these?Same issue with colors. Is there a list of what each property (primary, accent, focus, indicator, highlight color) affect in your UI?I know I could dig into the source code of each widget and check for myself, but I feel that there should be a list. I made an issue about this, it seems that some progress is being made (#36624)Relevant documentation: https://api.flutter.dev/flutter/material/ThemeData-class.htmlThis youtube video Material theming in Flutter is recent, and there's one commenter who has the same problem as me:What I really want is that ALL properties in ThemeData (including it's nested Themes and a colorScheme) would have a full list of components they affect somewhere well documented. AND the full list of all components in Flutter with their corresponding ThemeData properties which defines their color/style. For now I have to Google on how to change color for "foo" component and go through a bunch of StackOverflow questions before I find the right one. It's all should be in docs in one place. For example, how do I know where to change the color of the text on the textfield contextual popup menu (the one that has CUT | COPY | PASTE)? In the main theme in text styles? Maybe it's affected by one of the colorScheme properties? Or maybe it's defined in one of the ButtonTheme properties? Or it has it's own style property in the main ThemeData? We really need a list of all components and corresponding properties which style them. Thank you guys for your hard work!January 20, 2020 at 11:50AM by themindstorm
https://ift.tt/37bWRoi
GitHub
What do each of the colors in ColorScheme() do? · Issue #36624 · flutter/flutter
I'm using ColorScheme() to theme my app and set some colors. Here's my code for the theme: colorScheme: ColorScheme( primary: Colors.red, onPrimary: Colors.black, primaryVariant: Co...
New post on /r/flutterdev subreddit:
Is is possible to covert iOS swift project to flutter ?
So I have a project built iOS swift and would like to import to project to flutter to help generate the android version. Is this possible ?
January 20, 2020 at 12:05PM by testa_di_cazzo_19
https://ift.tt/2sLOqkE
Is is possible to covert iOS swift project to flutter ?
So I have a project built iOS swift and would like to import to project to flutter to help generate the android version. Is this possible ?
January 20, 2020 at 12:05PM by testa_di_cazzo_19
https://ift.tt/2sLOqkE
reddit
Is is possible to covert iOS swift project to flutter ?
So I have a project built iOS swift and would like to import to project to flutter to help generate the android version. Is this possible ?
New post on /r/flutterdev subreddit:
Flutter Tap Newsletter Week 22. With the latest of Flutter. Articles, tutorials, videos and much more.
https://ift.tt/36dE6iO
January 20, 2020 at 12:58PM by vensign
https://ift.tt/2v8aYNh
Flutter Tap Newsletter Week 22. With the latest of Flutter. Articles, tutorials, videos and much more.
https://ift.tt/36dE6iO
January 20, 2020 at 12:58PM by vensign
https://ift.tt/2v8aYNh
Fluttertap
Newsletter Issue 22
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 22
New post on /r/flutterdev subreddit:
Do I need to learn UI/UX?
Noob question do I need to learn UI/UX for making apps in flutter ?
January 20, 2020 at 06:25PM by AmrAps8
https://ift.tt/2RbUFHK
Do I need to learn UI/UX?
Noob question do I need to learn UI/UX for making apps in flutter ?
January 20, 2020 at 06:25PM by AmrAps8
https://ift.tt/2RbUFHK
reddit
Do I need to learn UI/UX?
Noob question do I need to learn UI/UX for making apps in flutter ?
New post on /r/flutterdev subreddit:
A steps indicator package for Flutter
https://ift.tt/2v00H5w
January 20, 2020 at 06:21PM by huextrat
https://ift.tt/2trpdfJ
A steps indicator package for Flutter
https://ift.tt/2v00H5w
January 20, 2020 at 06:21PM by huextrat
https://ift.tt/2trpdfJ
Dart packages
steps_indicator | Flutter Package
Flutter plugin to display a simple steps indicator line widget.
New post on /r/flutterdev subreddit:
A menu button according material design | Flutter Package
https://ift.tt/36etvnM
January 20, 2020 at 06:20PM by huextrat
https://ift.tt/2sGb6CD
A menu button according material design | Flutter Package
https://ift.tt/36etvnM
January 20, 2020 at 06:20PM by huextrat
https://ift.tt/2sGb6CD
Dart packages
menu_button | Flutter Package
A menu button widget to select an item in a dropdown list easily customizable
New post on /r/flutterdev subreddit:
Flutter Unknown Upcoming Feature To Make It More Faster
https://www.youtube.com/watch?v=DYFjMpiA0qk&feature=share
January 20, 2020 at 06:44PM by imthepk
https://ift.tt/378705g
Flutter Unknown Upcoming Feature To Make It More Faster
https://www.youtube.com/watch?v=DYFjMpiA0qk&feature=share
January 20, 2020 at 06:44PM by imthepk
https://ift.tt/378705g
YouTube
Flutter Unknown Upcoming Feature To Make It More Faster
In this video, I will explain about an upcoming unknown feature which makes your builds even more faster.
#Fast #Flutter
Read my articles on medium - https://medium.com/@imthepk
My portfolio - https://pawan.live
Flutter UI Kit - https://goo.gl/N2RxBf…
#Fast #Flutter
Read my articles on medium - https://medium.com/@imthepk
My portfolio - https://pawan.live
Flutter UI Kit - https://goo.gl/N2RxBf…
New post on /r/flutterdev subreddit:
Video: Tonal using Flutter for full feature parity across iOS / Android
https://ift.tt/2mVISRD
January 20, 2020 at 07:24PM by HHendrik
https://ift.tt/2Rc8HsU
Video: Tonal using Flutter for full feature parity across iOS / Android
https://ift.tt/2mVISRD
January 20, 2020 at 07:24PM by HHendrik
https://ift.tt/2Rc8HsU
New post on /r/flutterdev subreddit:
Wonder how InheritedModel Widget works? Check out this article where I try to explain the widget with a simple example :) Hope this helps you understand the basics and in turn helps you figure out how you can use it in your apps. Happy fluttering everyone :)
https://ift.tt/2TNLi2u
January 20, 2020 at 07:17PM by annshsingh
https://ift.tt/38qtE9o
Wonder how InheritedModel Widget works? Check out this article where I try to explain the widget with a simple example :) Hope this helps you understand the basics and in turn helps you figure out how you can use it in your apps. Happy fluttering everyone :)
https://ift.tt/2TNLi2u
January 20, 2020 at 07:17PM by annshsingh
https://ift.tt/38qtE9o
Medium
Flutter Widget Guide — InheritedModel Widget in 5 mins or less.
This is Part 16 in the series where I’ll cover all the Flutter widgets that are in this YouTube playlist. I have created my own widget…
New post on Flutter Dev Google group:
Looking for help / advice on writing tests
I've started working on porting the cloud_functions
Looking for help / advice on writing tests
I've started working on porting the cloud_functions
New post on /r/flutterdev subreddit:
Flutter SQFLITE - ADD TO FAVORITES - PART 1
https://youtu.be/Qk4FtfBtGMc
January 21, 2020 at 03:49AM by cmcoffee91
https://ift.tt/2Rw1rqM
Flutter SQFLITE - ADD TO FAVORITES - PART 1
https://youtu.be/Qk4FtfBtGMc
January 21, 2020 at 03:49AM by cmcoffee91
https://ift.tt/2Rw1rqM
YouTube
Flutter SQFLITE - ADD TO FAVORITES - PART 1
In this video, I show how to choose from a list of items, to add as your favorites, and show them in a favorites list.
We use the sqflite package to save and delete the favorites.
This was a subscriber request. Please comment your tutorial requests below.…
We use the sqflite package to save and delete the favorites.
This was a subscriber request. Please comment your tutorial requests below.…
New post on Flutter Dev Google group:
How to download text file in Flutter web application
I am new to Flutter and working in a flutter web application, My requirement is to create and download a text file like below. void getData() { List
How to download text file in Flutter web application
I am new to Flutter and working in a flutter web application, My requirement is to create and download a text file like below. void getData() { List
New post on /r/flutterdev subreddit:
Flutter Shine is a library for pretty shadows, dynamic light positions, extremely customizable shadows, no library dependencies, text or box shadows based on content.
https://ift.tt/2Gcogup
January 21, 2020 at 11:09AM by jmonga98
https://ift.tt/38pqTF3
Flutter Shine is a library for pretty shadows, dynamic light positions, extremely customizable shadows, no library dependencies, text or box shadows based on content.
https://ift.tt/2Gcogup
January 21, 2020 at 11:09AM by jmonga98
https://ift.tt/38pqTF3
GitHub
JonathanMonga/flutter_shine.dart
Flutter Shine is a library for pretty and realistic shadows, dynamic light positions, extremely customizable shadows, no library dependencies, text or box shadows based on content. - JonathanMonga/...
New post on /r/flutterdev subreddit:
How to create a YouTube app using Flutter? UI Design SpeedCode
https://youtu.be/8YakQw4ThSA
January 21, 2020 at 11:57AM by vilhd
https://ift.tt/2ttPHNH
How to create a YouTube app using Flutter? UI Design SpeedCode
https://youtu.be/8YakQw4ThSA
January 21, 2020 at 11:57AM by vilhd
https://ift.tt/2ttPHNH
YouTube
How to create a Youtube app using Flutter? - UI Design Speedcode - Protorix Code
In this video, we are going a design the youtube app using Flutter.
Let me know in the comments what you think about the design.
I hope this video gets 100 likes!!!
#flutter #flutterui #flutterdesign #flutteruidesign #protorixcode #ui #uidesign #android…
Let me know in the comments what you think about the design.
I hope this video gets 100 likes!!!
#flutter #flutterui #flutterdesign #flutteruidesign #protorixcode #ui #uidesign #android…
New post on /r/flutterdev subreddit:
JSON or MySQL, HOW and From where? In Flutter
Hello there everyone,I don't know whether this question would be allowed here in this community or not but still I will give it a try because i'm really confused​I've searched about this, All i want to know is what actually JSON is and how it will be helpful for me in Flutter development. I came to know it is used to manage API (Literally have no idea how?) Then somebody asked me to develop them an app where they can add data in database via JSON file (I don't know if that is possible).Second thing is about MySQL. I know it is database, but the thing is everybody implemented it in different ways some used PHP (I hate PHP) some didn't. So, little help here what is the best approach to use MySQL in flutter and What about JSON usage in flutter?​Thanks A lot for your time :) <3
January 21, 2020 at 02:28PM by m_hamzashakeel
https://ift.tt/36ePawe
JSON or MySQL, HOW and From where? In Flutter
Hello there everyone,I don't know whether this question would be allowed here in this community or not but still I will give it a try because i'm really confused​I've searched about this, All i want to know is what actually JSON is and how it will be helpful for me in Flutter development. I came to know it is used to manage API (Literally have no idea how?) Then somebody asked me to develop them an app where they can add data in database via JSON file (I don't know if that is possible).Second thing is about MySQL. I know it is database, but the thing is everybody implemented it in different ways some used PHP (I hate PHP) some didn't. So, little help here what is the best approach to use MySQL in flutter and What about JSON usage in flutter?​Thanks A lot for your time :) <3
January 21, 2020 at 02:28PM by m_hamzashakeel
https://ift.tt/36ePawe
reddit
JSON or MySQL, HOW and From where? In Flutter
Hello there everyone, I don't know whether this question would be allowed here in this community or not but still I will give it a try because...
New post on /r/flutterdev subreddit:
How do I build this Calendar layout/UI?
I am trying to make a calendar for my app and for this,and while I can just use a plugin, i've chosen not to, and I decided to implement it myself. I've chosen this approach: I have a list of text widgets that go from Monday to Sunday
5 6
12 13
19 20
here's a rough sketch: https://imgur.com/a/el2xQdV
January 21, 2020 at 04:41PM by KarmaRekts
https://ift.tt/2GcGfRg
How do I build this Calendar layout/UI?
I am trying to make a calendar for my app and for this,and while I can just use a plugin, i've chosen not to, and I decided to implement it myself. I've chosen this approach: I have a list of text widgets that go from Monday to Sunday
List<Widget> days = [ Text("Sun"),Text("Mon")....Text("Sat") ];Next, I have several lists of all the weekdays
List<Widget> mon = []; List<Widget> tue = []; // and so onNow, i this have method that loops through all the days in the given month, and stores the week days in their respective list. i.e,it would store 1 in wed list, 2 in thurs list (for this month) like so:
for(int i=1;i<=lastDay.day;i++){ var date = new DateTime.utc(dateToday.year,dateToday.month,i); if(date.weekday == 1){ mon.add(FlatButton(onPressed: null, child: Text(date.day.toString()))); } else if(date.weekday == 2){ tue.add(FlatButton(onPressed: null, child: Text(date.day.toString()))); } else if(date.weekday == 3){ wed.add(FlatButton(onPressed: null, child: Text(date.day.toString()))); } else if(date.weekday == 4){ thur.add(FlatButton(onPressed: null, child: Text(date.day.toString()))); } else if(date.weekday == 5){ fri.add(FlatButton(onPressed: null, child: Text(date.day.toString()))); } else if(date.weekday == 6){ sat.add(FlatButton(onPressed: null, child: Text(date.day.toString()))); } else if(date.weekday == 7){ sun.add(FlatButton(onPressed: null, child: Text(date.day.toString()))); } } }So the layout i want to achieve is like this: basically i want to display the weekdays like Sun Mon Tues Wed and so on, and underneath each date, i would like to display the list of weekday(like list mon) like this: Sun Mon ... and so on
5 6
12 13
19 20
here's a rough sketch: https://imgur.com/a/el2xQdV
January 21, 2020 at 04:41PM by KarmaRekts
https://ift.tt/2GcGfRg
Imgur
ui/layout
New post on /r/flutterdev subreddit:
Learning Dart and Flutter
hi.i want to learn dart so than i can make apps with flutter.Now i only know the basics of python(took an codecademy course and made some personal beginner projects/automations).From where should i learn dart?which is the best site,course,book,etc?and how hard is dart to learn?
January 21, 2020 at 05:41PM by vld4k
https://ift.tt/2GbrluQ
Learning Dart and Flutter
hi.i want to learn dart so than i can make apps with flutter.Now i only know the basics of python(took an codecademy course and made some personal beginner projects/automations).From where should i learn dart?which is the best site,course,book,etc?and how hard is dart to learn?
January 21, 2020 at 05:41PM by vld4k
https://ift.tt/2GbrluQ
reddit
Learning Dart and Flutter
hi.i want to learn dart so than i can make apps with flutter.Now i only know the basics of python(took an codecademy course and made some personal...
New post on /r/flutterdev subreddit:
My Space & Time Clock for the Flutter Clock Challenge
I built this for the flutter clock challenge, code is heavily documented with lots of neat dart/flutter tricks.Give it a look @
https://github.com/ahammer/adams_clock
January 21, 2020 at 06:16PM by HaMMeReD
https://ift.tt/38uBL4u
My Space & Time Clock for the Flutter Clock Challenge
I built this for the flutter clock challenge, code is heavily documented with lots of neat dart/flutter tricks.Give it a look @
https://github.com/ahammer/adams_clock
January 21, 2020 at 06:16PM by HaMMeReD
https://ift.tt/38uBL4u
GitHub
ahammer/adams_clock
Flutter Clock. Contribute to ahammer/adams_clock development by creating an account on GitHub.