New post on /r/flutterdev subreddit:
Flutter Web: Deploying Flutter UIKit to Github Pages | Peanut Tutorial
https://youtu.be/TJDSQBm51cI
May 25, 2019 at 05:09PM by imthepk
http://bit.ly/2QniMRO
Flutter Web: Deploying Flutter UIKit to Github Pages | Peanut Tutorial
https://youtu.be/TJDSQBm51cI
May 25, 2019 at 05:09PM by imthepk
http://bit.ly/2QniMRO
YouTube
Flutter Web: Deploying Flutter UIKit to Github Pages | Peanut Tutorial
In this video, I will explain how to deploy Flutter UI Kit web app to GitHub pages or github.io
Live demo - http://mtechviral.com/Flutter-UI-Kit/
#Github #Flutter #FlutterWeb
Please give stars for this project on git and like the video.
Source Code…
Live demo - http://mtechviral.com/Flutter-UI-Kit/
#Github #Flutter #FlutterWeb
Please give stars for this project on git and like the video.
Source Code…
New post on Flutter Dev Google group:
Put Request
How to send PUT request to server in the following raw format { "user_bio": "testing", "cV": "it is a file", "skills": ["test","test1"], "daysAvailable": ["mon"], "cover_letter": { "coverletter1": "a", "coverletter2": "b", "coverletter3": "c"
May 25, 2019 at 07:14PM by Kamran Ali
http://bit.ly/2YJKZoE
Put Request
How to send PUT request to server in the following raw format { "user_bio": "testing", "cV": "it is a file", "skills": ["test","test1"], "daysAvailable": ["mon"], "cover_letter": { "coverletter1": "a", "coverletter2": "b", "coverletter3": "c"
May 25, 2019 at 07:14PM by Kamran Ali
http://bit.ly/2YJKZoE
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:
Building a full-fledged Flutter app with Firebase
I'm trying to create a full on mobile app using Flutter and have selected to use Firebase as the backend support.So I've seen that Firebase docs and tutorials for Flutter are available for basic needs such as Authentication, CRUD and things alike. However, my app, like most others has nuanced features that the docs and tutorials do not cover, I was wondering if anyone has any resources (GitHub repos, videos, etc) that could be used to build features like the following:User persistence Friend's list Group creation by selecting friend's from list Making transaction posts (I'll use Stripe's API for transactions) in these private groups I was unable to find resources that matched these features and before I started getting my hands dirty with building them from scratch myself I wanted to see if anyone here knew of any that I may not.Thanks!
May 25, 2019 at 09:13PM by dappertiara
http://bit.ly/2JF2tPz
Building a full-fledged Flutter app with Firebase
I'm trying to create a full on mobile app using Flutter and have selected to use Firebase as the backend support.So I've seen that Firebase docs and tutorials for Flutter are available for basic needs such as Authentication, CRUD and things alike. However, my app, like most others has nuanced features that the docs and tutorials do not cover, I was wondering if anyone has any resources (GitHub repos, videos, etc) that could be used to build features like the following:User persistence Friend's list Group creation by selecting friend's from list Making transaction posts (I'll use Stripe's API for transactions) in these private groups I was unable to find resources that matched these features and before I started getting my hands dirty with building them from scratch myself I wanted to see if anyone here knew of any that I may not.Thanks!
May 25, 2019 at 09:13PM by dappertiara
http://bit.ly/2JF2tPz
reddit
r/FlutterDev - Building a full-fledged Flutter app with Firebase
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Circular Wave Animation · GitHub
http://bit.ly/30IUIxv
May 25, 2019 at 10:21PM by divyanshub024
http://bit.ly/2Kcladd
Flutter Circular Wave Animation · GitHub
http://bit.ly/30IUIxv
May 25, 2019 at 10:21PM by divyanshub024
http://bit.ly/2Kcladd
Gist
Flutter Circular Wave Canvas Animation
Flutter Circular Wave Canvas Animation. GitHub Gist: instantly share code, notes, and snippets.
New post on Flutter Dev Google group:
Changing Video Player Length According to Aspect Ratio
Is there any way to change the size of flutter video player when the aspect ratio of any video changes.
May 25, 2019 at 11:12PM by Ayush Raj khare
http://bit.ly/2ExeIJM
Changing Video Player Length According to Aspect Ratio
Is there any way to change the size of flutter video player when the aspect ratio of any video changes.
May 25, 2019 at 11:12PM by Ayush Raj khare
http://bit.ly/2ExeIJM
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:
Flutter Set up Android Studio:
Hello folks, I am trying to run/debug some integration tests on a flutter project. my tests are running fine when I run "flutter drive --target=test_driver/app.dart" on my project. I am trying to create a Debug configuration in my Android Studio as per following steps in the StackOverflow answer-
May 25, 2019 at 11:38PM by Sagar Shinde
http://bit.ly/2Qr8ikj
Flutter Set up Android Studio:
Hello folks, I am trying to run/debug some integration tests on a flutter project. my tests are running fine when I run "flutter drive --target=test_driver/app.dart" on my project. I am trying to create a Debug configuration in my Android Studio as per following steps in the StackOverflow answer-
May 25, 2019 at 11:38PM by Sagar Shinde
http://bit.ly/2Qr8ikj
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:
Widget-Perfect State Management in Flutte! Is it Possible?
http://bit.ly/2Mab6DR
May 25, 2019 at 11:51PM by Purple_Pizzazz
http://bit.ly/2Wnti0D
Widget-Perfect State Management in Flutte! Is it Possible?
http://bit.ly/2Mab6DR
May 25, 2019 at 11:51PM by Purple_Pizzazz
http://bit.ly/2Wnti0D
Medium
Widget-Perfect State Management in Flutte! Is it Possible?
In the Google I/O 2019 event, the Flutter team took a choice and went with the Provider package as the recommended approach for state…
New post on /r/flutterdev subreddit:
Flutter Web App Hosting
I currently have a Flutter app with a backend hosted on digital ocean. Backend is pretty standard and currently runs on a Django app (Python) that for the most part is pretty "standard" in terms of functionality - authentication and database stuff mostly. It also hosts my site for the application.I'm wanted to add a dashboard and some new features to my site and would love to do this with a Flutter Web app as I have much more experience with Flutter than web dev stuff however there's obviously not a ton of info on how to do this yet.I see a lot of stuff lately with Peanut and GitHub pages and I was wondering what the suggested approach would be (if such a thing even exists yet.)Thanks in advance for any advice!
May 26, 2019 at 12:21AM by dan1229
http://bit.ly/2whcDxk
Flutter Web App Hosting
I currently have a Flutter app with a backend hosted on digital ocean. Backend is pretty standard and currently runs on a Django app (Python) that for the most part is pretty "standard" in terms of functionality - authentication and database stuff mostly. It also hosts my site for the application.I'm wanted to add a dashboard and some new features to my site and would love to do this with a Flutter Web app as I have much more experience with Flutter than web dev stuff however there's obviously not a ton of info on how to do this yet.I see a lot of stuff lately with Peanut and GitHub pages and I was wondering what the suggested approach would be (if such a thing even exists yet.)Thanks in advance for any advice!
May 26, 2019 at 12:21AM by dan1229
http://bit.ly/2whcDxk
reddit
r/FlutterDev - Flutter Web App Hosting
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Portfolio Website Flutter Web
Hi guys,
I've very recently started building a portfolio website for my artist friend. However minor tweaks to the website can easily have it personalized. Would love some input, tweaks, or collab.
Website: protagonist.namak.tech
GitHub repo: https://github.com/an7agon1st/the_protagonist
May 26, 2019 at 01:52AM by an7agon1st
http://bit.ly/2EsGpnh
Portfolio Website Flutter Web
Hi guys,
I've very recently started building a portfolio website for my artist friend. However minor tweaks to the website can easily have it personalized. Would love some input, tweaks, or collab.
Website: protagonist.namak.tech
GitHub repo: https://github.com/an7agon1st/the_protagonist
May 26, 2019 at 01:52AM by an7agon1st
http://bit.ly/2EsGpnh
New post on /r/flutterdev subreddit:
Global notification using flutter routes.
https://www.youtube.com/watch?v=FRCvqkyeCzQ
May 26, 2019 at 01:27AM by javico2609
http://bit.ly/2X6vRBz
Global notification using flutter routes.
https://www.youtube.com/watch?v=FRCvqkyeCzQ
May 26, 2019 at 01:27AM by javico2609
http://bit.ly/2X6vRBz
YouTube
Global notification using flutter routes.
https://github.com/javico2609/flutter-challenges
In a real app with redux I implemented a route middleware and notification middleware for more decoupled code, if not, see progress button example.
In a real app with redux I implemented a route middleware and notification middleware for more decoupled code, if not, see progress button example.
New post on /r/flutterdev subreddit:
Skip The Dishes Tracker functionality
Just ordered chicken fingers off skip the dishes. The tracker section with a maps and estimated time-to-delivery as well as watching the driver navigate is incredible. How would one even BEGIN to build that? Are they using google maps for the skin of the tracker? Maybe even for the GPS part?Just a fun thinking problem for me. Not trying to build a skip the dishes killer or anything
May 26, 2019 at 03:37AM by Wearesyke
http://bit.ly/2WhI759
Skip The Dishes Tracker functionality
Just ordered chicken fingers off skip the dishes. The tracker section with a maps and estimated time-to-delivery as well as watching the driver navigate is incredible. How would one even BEGIN to build that? Are they using google maps for the skin of the tracker? Maybe even for the GPS part?Just a fun thinking problem for me. Not trying to build a skip the dishes killer or anything
May 26, 2019 at 03:37AM by Wearesyke
http://bit.ly/2WhI759
reddit
r/FlutterDev - Skip The Dishes Tracker functionality
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Hot Reload not working
Why is that my hot reload does not work the way it used to.. Every time I try to hot reload, it does not show any response. I need to hot restart my app and that is the only way I get to see the changes being made on my app. My hot reload was working great until today but suddenly it is not
May 26, 2019 at 04:29AM by Biplab Dutta
http://bit.ly/2HUja6p
Hot Reload not working
Why is that my hot reload does not work the way it used to.. Every time I try to hot reload, it does not show any response. I need to hot restart my app and that is the only way I get to see the changes being made on my app. My hot reload was working great until today but suddenly it is not
May 26, 2019 at 04:29AM by Biplab Dutta
http://bit.ly/2HUja6p
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:
Login Screen Simple Example Web
import 'package:flutter_web/material.dart'; import 'package:flutter_web/widgets.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'LauncherZ'
May 26, 2019 at 04:41AM by Tiago Giroto
http://bit.ly/2W4RG87
Login Screen Simple Example Web
import 'package:flutter_web/material.dart'; import 'package:flutter_web/widgets.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'LauncherZ'
May 26, 2019 at 04:41AM by Tiago Giroto
http://bit.ly/2W4RG87
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:
GDG Interview, Google I/O 2019 - Dhrumil Shah
https://www.youtube.com/watch?v=-qMcFPsq_a4
May 26, 2019 at 06:18AM by whatsupcoders
http://bit.ly/2XfoveQ
GDG Interview, Google I/O 2019 - Dhrumil Shah
https://www.youtube.com/watch?v=-qMcFPsq_a4
May 26, 2019 at 06:18AM by whatsupcoders
http://bit.ly/2XfoveQ
YouTube
GDG Interview, Google I/O 2019 - Dhrumil Shah
GDG Interview, Google I/O 2019 - Dhrumil Shah Dhrumil Shah - Co-Organiser of GDG Ahmedabad, Founder of Flutter_Flakes An interesting insight from Dhrumil who...
New post on /r/flutterdev subreddit:
Conditional Progress Indicator in Flutter
http://bit.ly/2HB7giM
May 26, 2019 at 08:32AM by felixlein
http://bit.ly/2YRAQ9H
Conditional Progress Indicator in Flutter
http://bit.ly/2HB7giM
May 26, 2019 at 08:32AM by felixlein
http://bit.ly/2YRAQ9H
Medium
Conditional Progress Indicator in Flutter
Last week I introduced AnimationControllerX: an alternative implementation for Flutter’s AnimationController. Today we implement a cool…
New post on /r/flutterdev subreddit:
Accept Share intent for iOS?
There's a great blogpost on Flutter for Android that details how to do this - https://flutter.dev/docs/get-started/flutter-for/android-devs#how-do-i-handle-incoming-intents-from-external-applications-in-flutterHowever there's no such guide for iOS, and searching only leads to some open, unresolved issues on GitHub such as -1) https://github.com/flutter/flutter/issues/16712 2) https://github.com/flutter/flutter/issues/14127Just wondering does anyone have implemented it before and explain the process? I'm a backend developer so not very familiar with how to even get started with native (which I suppose would be needed in this scenario), would really appreciate any pointers!
May 26, 2019 at 08:06AM by EdChute_
http://bit.ly/2HClzni
Accept Share intent for iOS?
There's a great blogpost on Flutter for Android that details how to do this - https://flutter.dev/docs/get-started/flutter-for/android-devs#how-do-i-handle-incoming-intents-from-external-applications-in-flutterHowever there's no such guide for iOS, and searching only leads to some open, unresolved issues on GitHub such as -1) https://github.com/flutter/flutter/issues/16712 2) https://github.com/flutter/flutter/issues/14127Just wondering does anyone have implemented it before and explain the process? I'm a backend developer so not very familiar with how to even get started with native (which I suppose would be needed in this scenario), would really appreciate any pointers!
May 26, 2019 at 08:06AM by EdChute_
http://bit.ly/2HClzni
docs.flutter.dev
Flutter for Android developers
Learn how to apply Android developer knowledge when building Flutter apps.
New post on /r/flutterdev subreddit:
FlutterForce — Week 28
http://bit.ly/2HCqrJ6
May 26, 2019 at 10:37AM by flutterist
http://bit.ly/2Kd1wOf
FlutterForce — Week 28
http://bit.ly/2HCqrJ6
May 26, 2019 at 10:37AM by flutterist
http://bit.ly/2Kd1wOf
Medium
FlutterForce — #Week 28
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
"Flutter pub publish --dry-run" command is working or not ??
For me is not working Error:- " could not find an option named "dry-run".Flutter 1.6.4.pre.14 channel master Dart 2.3.2-dev.0.0
May 26, 2019 at 11:54AM by viztushar
http://bit.ly/30JHWi5
"Flutter pub publish --dry-run" command is working or not ??
For me is not working Error:- " could not find an option named "dry-run".Flutter 1.6.4.pre.14 channel master Dart 2.3.2-dev.0.0
May 26, 2019 at 11:54AM by viztushar
http://bit.ly/30JHWi5
reddit
r/FlutterDev - "Flutter pub publish --dry-run" command is working or not ??
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Will State management make an impact on the app's performance, BLoC vs Redux vs Provider
Have anyone tested all the State management framework before? I'm curious about which have the best performance?This article had tested BLoC, Redux and Scoped Model but not yet the Provider. I'm wondering if Provider is the Official recommended, what are the pros and cons?
Of course, there are no perfect solutions for every application, but is good to have multiple state management framework in an app to suit different use case? BLoC for local state, Redux for global stateThanks
May 26, 2019 at 11:00AM by piscessky15
http://bit.ly/2W35EHv
Will State management make an impact on the app's performance, BLoC vs Redux vs Provider
Have anyone tested all the State management framework before? I'm curious about which have the best performance?This article had tested BLoC, Redux and Scoped Model but not yet the Provider. I'm wondering if Provider is the Official recommended, what are the pros and cons?
Of course, there are no perfect solutions for every application, but is good to have multiple state management framework in an app to suit different use case? BLoC for local state, Redux for global stateThanks
May 26, 2019 at 11:00AM by piscessky15
http://bit.ly/2W35EHv
Didier Boelens
Didier Boelens - Flutter
Flutter - BLoC, Scoped Model, Redux… Comparison… when to use them and why?
Difficulty: Beginner
Difficulty: Beginner
New post on /r/flutterdev subreddit:
[Udemy Courses] should I take Angela yu or Max's flutter Course ?
so I decided to take a flutter course, but I am so confused .. and not sure which course should I get
any advises or recommendations would be helpful
thanks !I have no prior experience with dart
May 26, 2019 at 03:49PM by a342z
http://bit.ly/30HnLkY
[Udemy Courses] should I take Angela yu or Max's flutter Course ?
so I decided to take a flutter course, but I am so confused .. and not sure which course should I get
any advises or recommendations would be helpful
thanks !I have no prior experience with dart
May 26, 2019 at 03:49PM by a342z
http://bit.ly/30HnLkY
reddit
r/FlutterDev - [Udemy Courses] should I take Angela yu or Max's flutter Course ?
0 votes and 1 comment so far on Reddit