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
New post on Flutter Dev Google group:
Animated examples of widgets in Flutter Docs
It is very necessary to be able easy identify the inner working an API and the right widget for your situation in business application. And either live example or animated example is the easiest and the best to improve docs and improve readability and usability. One good examples are Vuetify
May 26, 2019 at 04:24PM by Kaspars Siričenko
http://bit.ly/2W5jOI5
Animated examples of widgets in Flutter Docs
It is very necessary to be able easy identify the inner working an API and the right widget for your situation in business application. And either live example or animated example is the easiest and the best to improve docs and improve readability and usability. One good examples are Vuetify
May 26, 2019 at 04:24PM by Kaspars Siričenko
http://bit.ly/2W5jOI5
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:
Use different post platform or add edit to post
To improve text and posts from grammar and meaning and styling mistakes it necessary to implement git type of editing to posts. Or change contact platform to more suitable for this style of communication.
May 26, 2019 at 04:29PM by Kaspars Siričenko
http://bit.ly/2HWm4HX
Use different post platform or add edit to post
To improve text and posts from grammar and meaning and styling mistakes it necessary to implement git type of editing to posts. Or change contact platform to more suitable for this style of communication.
May 26, 2019 at 04:29PM by Kaspars Siričenko
http://bit.ly/2HWm4HX
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:
Plase, allow us to post Images/Videos
Sometimes I just want to post a gif, video or image of an example I made. Having to open another tab or the browser just to see this video is not the best experience, plus a lot of people don't watch it. If there's a reason we can't upload it at the moment, what is it?
May 26, 2019 at 04:10PM by Bernardi_23
http://bit.ly/2K4MDgB
Plase, allow us to post Images/Videos
Sometimes I just want to post a gif, video or image of an example I made. Having to open another tab or the browser just to see this video is not the best experience, plus a lot of people don't watch it. If there's a reason we can't upload it at the moment, what is it?
May 26, 2019 at 04:10PM by Bernardi_23
http://bit.ly/2K4MDgB
reddit
r/FlutterDev - Plase, allow us to post Images/Videos
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Should I make this a Plugin? (Google Maps Search widget)
http://bit.ly/2HWFVqn
May 26, 2019 at 04:05PM by Bernardi_23
http://bit.ly/2K4MYzT
Should I make this a Plugin? (Google Maps Search widget)
http://bit.ly/2HWFVqn
May 26, 2019 at 04:05PM by Bernardi_23
http://bit.ly/2K4MYzT
GIPHY
Animated
Animated GIFs, GIFs, Giphy
New post on /r/flutterdev subreddit:
How to not start with Flutter
http://bit.ly/2QoCb4K
May 26, 2019 at 04:31PM by rubensdemelo
http://bit.ly/2JDf0mJ
How to not start with Flutter
http://bit.ly/2QoCb4K
May 26, 2019 at 04:31PM by rubensdemelo
http://bit.ly/2JDf0mJ
The DEV Community
How to not start with Flutter
A little advice for newcomers in Flutter
New post on Flutter Dev Google group:
Center a SingleChildScrollView' content if it can't scroll?
I'd like to have a column of widgets that scrolls if there isn't enough space (well, a SingleChildScrollView solves that problem) but I'd also like to have the content of the SingleChildScrollView centered along the main axis when the content isn't overflowing (when the SingleChildScrollView
May 26, 2019 at 06:10PM by Modestas Valauskas
http://bit.ly/2JDnDxD
Center a SingleChildScrollView' content if it can't scroll?
I'd like to have a column of widgets that scrolls if there isn't enough space (well, a SingleChildScrollView solves that problem) but I'd also like to have the content of the SingleChildScrollView centered along the main axis when the content isn't overflowing (when the SingleChildScrollView
May 26, 2019 at 06:10PM by Modestas Valauskas
http://bit.ly/2JDnDxD
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:
I just published a newspaper app using flutter webview and https://newsapi.org/ Api
http://bit.ly/2HDAbCZ
May 26, 2019 at 06:26PM by adarbadar
http://bit.ly/2YTsaQf
I just published a newspaper app using flutter webview and https://newsapi.org/ Api
http://bit.ly/2HDAbCZ
May 26, 2019 at 06:26PM by adarbadar
http://bit.ly/2YTsaQf
News API
News API – Search News and Blog Articles on the Web
Get JSON search results for global news articles in real-time with our free News API.
New post on /r/flutterdev subreddit:
A Quiz App
A quiz app I created using FlutterPlay Store Link https://play.google.com/store/apps/details?id=com.rpapps.quizIf you like the app Please rate and review.The source code: https://github.com/rajpar29/QuizSome Screenshots: https://imgur.com/a/FbwQZMC
May 26, 2019 at 07:00PM by rajpar29
http://bit.ly/2WllrRv
A Quiz App
A quiz app I created using FlutterPlay Store Link https://play.google.com/store/apps/details?id=com.rpapps.quizIf you like the app Please rate and review.The source code: https://github.com/rajpar29/QuizSome Screenshots: https://imgur.com/a/FbwQZMC
May 26, 2019 at 07:00PM by rajpar29
http://bit.ly/2WllrRv
Google Play
Quiz Game 2019 - GK, Fun, Sports, TV, Movies - Apps on Google Play
Quiz game with 20+ categories and 3000+ questions
New post on /r/flutterdev subreddit:
Destiny 2 Companion
Made a Destiny 2 companion app (item manager / progress checker) using Flutterhttps://twitter.com/LittleLightD2/status/1129160189683408897Here's the source code:https://github.com/LittleLightForDestiny/littlelight
May 26, 2019 at 07:55PM by Jaoryuken
http://bit.ly/2MciZJb
Destiny 2 Companion
Made a Destiny 2 companion app (item manager / progress checker) using Flutterhttps://twitter.com/LittleLightD2/status/1129160189683408897Here's the source code:https://github.com/LittleLightForDestiny/littlelight
May 26, 2019 at 07:55PM by Jaoryuken
http://bit.ly/2MciZJb
Twitter
Little Light
I know this is a long shot, but would be really cool to get some well known guardians to help me spread the word about the app I built for Destiny a while ago. @A_dmg04 @Cozmo23 @Bungie @DattosDestiny @TheTrueVanguard @MyNameIsByf Download links/features…
New post on /r/flutterdev subreddit:
Flutter - Is a Widget inside a Scrollable visible?
http://bit.ly/2Wly92D
May 26, 2019 at 11:03PM by Purple_Pizzazz
http://bit.ly/2JGmFkl
Flutter - Is a Widget inside a Scrollable visible?
http://bit.ly/2Wly92D
May 26, 2019 at 11:03PM by Purple_Pizzazz
http://bit.ly/2JGmFkl
Didier Boelens
Didier Boelens - Flutter
Flutter - How to know if a Widget, part of a Scollable, is visible?
New post on Flutter Dev Google group:
Re Develop ionic app
how much time would it take to re-develop app like that in flutter http://bit.ly/2WbHQ4w
May 27, 2019 at 02:05AM by Mohamed Sayed
http://bit.ly/2HZGsro
Re Develop ionic app
how much time would it take to re-develop app like that in flutter http://bit.ly/2WbHQ4w
May 27, 2019 at 02:05AM by Mohamed Sayed
http://bit.ly/2HZGsro
New post on /r/flutterdev subreddit:
Flutter exercise app
Hello Im looking to develop an exercise app for fun that would work like other apps such as Nike. I want it to have a user profile page, library of workouts with videos to choose from, and as well as a social network aspect as you can make friends and message and encourage one another. I chose flutter to do this because it's cross platform and was planning on using firebase as the back end. I however have some issues with this as firebase is hard for me to configure to store anything else other then login authentication for email and password. Does anyone have any advice on things I could use to help me do this app or know any quality videos I can learn from that actually have finished and working code?
May 27, 2019 at 03:01AM by scorpiomoon926
http://bit.ly/2W5SSIk
Flutter exercise app
Hello Im looking to develop an exercise app for fun that would work like other apps such as Nike. I want it to have a user profile page, library of workouts with videos to choose from, and as well as a social network aspect as you can make friends and message and encourage one another. I chose flutter to do this because it's cross platform and was planning on using firebase as the back end. I however have some issues with this as firebase is hard for me to configure to store anything else other then login authentication for email and password. Does anyone have any advice on things I could use to help me do this app or know any quality videos I can learn from that actually have finished and working code?
May 27, 2019 at 03:01AM by scorpiomoon926
http://bit.ly/2W5SSIk
reddit
r/FlutterDev - Flutter exercise app
0 votes and 0 comments so far on Reddit