New post on /r/flutterdev subreddit:
Looking for a tutor
I am looking to create a Flutter app. But I want to create it myself. I am looking for a tutor who can walk me through it. I am looking at 30 minutes of 1 on 1 time every day for 30 days as I work myself to Flutter. The app needs to be deployed in the app store and working for us to declare the project successful. I am willing to pay for your services.
June 09, 2020 at 12:59AM by FlutterLearner2019
https://ift.tt/30mM0HB
Looking for a tutor
I am looking to create a Flutter app. But I want to create it myself. I am looking for a tutor who can walk me through it. I am looking at 30 minutes of 1 on 1 time every day for 30 days as I work myself to Flutter. The app needs to be deployed in the app store and working for us to declare the project successful. I am willing to pay for your services.
June 09, 2020 at 12:59AM by FlutterLearner2019
https://ift.tt/30mM0HB
reddit
Looking for a tutor
I am looking to create a Flutter app. But I want to create it myself. I am looking for a tutor who can walk me through it. I am looking at 30...
New post on /r/flutterdev subreddit:
Debugging, Building and Deploying a Flutter Web App with Dart Web Server to Elastic Beanstalk
https://www.youtube.com/watch?v=yoAdPgw7YLM
June 09, 2020 at 05:47AM by branflake2267
https://ift.tt/37b8Xig
Debugging, Building and Deploying a Flutter Web App with Dart Web Server to Elastic Beanstalk
https://www.youtube.com/watch?v=yoAdPgw7YLM
June 09, 2020 at 05:47AM by branflake2267
https://ift.tt/37b8Xig
YouTube
Debugging, Building and Deploying a Flutter Web App to Elastic Beanstalk
Are you looking for a way to debug, build and deploy a flutter web application hosted on Elastic Beanstalk? You've come to the right place, this video covers just that and more. This video covers using a Dart web server with a flutter web application in a…
New post on /r/flutterdev subreddit:
beta version of pub_release
I've just released a beta version of pub_release.Pub Release is a cli script for automating the release of dart/flutter packages to pub.dev.It automates a number of the processes using an interactive script:Formats all code using dartfmtIncrements the version no. using semantic versioning after asking what sort of changes have been made.Creates a dart file containing the version no. in src/version/version.g.dartUpdates the pubspec.yaml with the new version no.If you are using Git:Generates a Git Tag using the new version no.Generates release notes from commit messages since the last tag.Allows you to edit the release notes.Adds the release notes to CHANGELOG.MD along with the new version no.Publishes the package to pub.dev.If you would like to give it a try I would love to get some feedback.You can just cancel the action to publish to pub.dev if you decide its not done the right things.Make certain you have checked your code in before starting the script. Its unlikely to do any damage to your project but better safe than not.To install pub_release run:pub global activate pub_releaseTo run pub_releasecd <your package root>pub_release
June 09, 2020 at 05:41AM by bsutto
https://ift.tt/2XOJPeh
beta version of pub_release
I've just released a beta version of pub_release.Pub Release is a cli script for automating the release of dart/flutter packages to pub.dev.It automates a number of the processes using an interactive script:Formats all code using dartfmtIncrements the version no. using semantic versioning after asking what sort of changes have been made.Creates a dart file containing the version no. in src/version/version.g.dartUpdates the pubspec.yaml with the new version no.If you are using Git:Generates a Git Tag using the new version no.Generates release notes from commit messages since the last tag.Allows you to edit the release notes.Adds the release notes to CHANGELOG.MD along with the new version no.Publishes the package to pub.dev.If you would like to give it a try I would love to get some feedback.You can just cancel the action to publish to pub.dev if you decide its not done the right things.Make certain you have checked your code in before starting the script. Its unlikely to do any damage to your project but better safe than not.To install pub_release run:pub global activate pub_releaseTo run pub_releasecd <your package root>pub_release
June 09, 2020 at 05:41AM by bsutto
https://ift.tt/2XOJPeh
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
Checkout Habito- an app to track and build Habits. Feel free to DM or leave reviews
https://ift.tt/3cOo5Dg
June 09, 2020 at 07:23AM by rumblytag
https://ift.tt/2BNpNIq
Checkout Habito- an app to track and build Habits. Feel free to DM or leave reviews
https://ift.tt/3cOo5Dg
June 09, 2020 at 07:23AM by rumblytag
https://ift.tt/2BNpNIq
appurl.io
Habito
Studies have found out that it takes an average of 21 days for someone to do something until it becomes a habit. Habito takes advantage of this by helping you track and form habits. You can even sort them into categories to work on them as a group.
Habito…
Habito…
New post on Flutter Dev Google group:
parsing the json reponse
i want to parse the json and setting the response into model class. but i stucked here. any help var data = json.decode(response.body); //var rest = data["NearbySalons_deals"]; //print(rest); var rest = data['NearbySalons_deals']; print(rest); var offersjson = rest['Offers'] as List; print(offe
June 09, 2020 at 09:05AM by Gaurav Swarankar
https://ift.tt/3eZOPlG
parsing the json reponse
i want to parse the json and setting the response into model class. but i stucked here. any help var data = json.decode(response.body); //var rest = data["NearbySalons_deals"]; //print(rest); var rest = data['NearbySalons_deals']; print(rest); var offersjson = rest['Offers'] as List; print(offe
June 09, 2020 at 09:05AM by Gaurav Swarankar
https://ift.tt/3eZOPlG
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:
Text Placeholder Lines with Animation
https://youtu.be/wPabyHvik7o
June 09, 2020 at 08:50AM by abhishekmah98
https://ift.tt/2YePCJ1
Text Placeholder Lines with Animation
https://youtu.be/wPabyHvik7o
June 09, 2020 at 08:50AM by abhishekmah98
https://ift.tt/2YePCJ1
YouTube
Flutter UI : Amazing Text Loader with animation | Text Placeholder Loading with Animation
Namaste!In this video, i will show and demonstrate a package i came across on pub.dev . It basically provides a nice text placeholder until the text or infor...
New post on Flutter Dev Google group:
https://ift.tt/3dNpvz8
https://ift.tt/3f8mo5s ``` /C:/src/flutter_windows_1.17.3-stable/flutter/packages/flutter/lib/src/services/system_chrome.dart:12:1: Error: Not found: 'dart:ui' export 'dart:ui' show
June 09, 2020 at 09:31AM by John Melody Me
https://ift.tt/2UqEG9T
https://ift.tt/3dNpvz8
https://ift.tt/3f8mo5s ``` /C:/src/flutter_windows_1.17.3-stable/flutter/packages/flutter/lib/src/services/system_chrome.dart:12:1: Error: Not found: 'dart:ui' export 'dart:ui' show
June 09, 2020 at 09:31AM by John Melody Me
https://ift.tt/2UqEG9T
GitHub
ERROR: export 'dart:ui' show Brightness; · Issue #59053 · flutter/flutter
flutter/packages/flutter/lib/src/services/system_chrome.dart Line 12 in 5e3e5a2 export 'dart:ui' show Brightness; /C:/src/flutter_windows_1.17.3-stable/flutter/packages/flutter/lib/...
New post on Flutter Dev Google group:
What do I when I get stuck coding with Flutter?
Which is best place to drop my coding problems? This group seems not to suitable for coding. I used to post on StackOverflow, but it does not get many views/responses. An example would be a question I posted yesterday: https://ift.tt/2YfyXF3
June 09, 2020 at 10:42AM by Leon van Rijswijk
https://ift.tt/3dM9M3x
What do I when I get stuck coding with Flutter?
Which is best place to drop my coding problems? This group seems not to suitable for coding. I used to post on StackOverflow, but it does not get many views/responses. An example would be a question I posted yesterday: https://ift.tt/2YfyXF3
June 09, 2020 at 10:42AM by Leon van Rijswijk
https://ift.tt/3dM9M3x
Stack Overflow
ClipRRect is visible happening
First the image fades in as a rectangle. After that you can see the clipping happening. This is not what I want. In other words: first you see the image, and after that you see the corners 'popping...
New post on /r/flutterdev subreddit:
FLUTTER EPUB READER APP
How to display all the books which are in epub format in the mobile and allowing us to read the selected book using a flutter framework?
June 09, 2020 at 10:36AM by adiammu
https://ift.tt/2XIPORG
FLUTTER EPUB READER APP
How to display all the books which are in epub format in the mobile and allowing us to read the selected book using a flutter framework?
June 09, 2020 at 10:36AM by adiammu
https://ift.tt/2XIPORG
reddit
FLUTTER EPUB READER APP
How to display all the books which are in epub format in the mobile and allowing us to read the selected book using a flutter framework?
New post on /r/flutterdev subreddit:
Anyone made any apps for Fucshia?
Just wondering since this seems to be the huge driving for Flutter yet I see no docs or any tutorials, even unofficial stuff on building an app for just Fuchsia not iOS/Android.
June 09, 2020 at 12:44PM by splishyandsplashy
https://ift.tt/3cNOMYX
Anyone made any apps for Fucshia?
Just wondering since this seems to be the huge driving for Flutter yet I see no docs or any tutorials, even unofficial stuff on building an app for just Fuchsia not iOS/Android.
June 09, 2020 at 12:44PM by splishyandsplashy
https://ift.tt/3cNOMYX
reddit
Anyone made any apps for Fucshia?
Just wondering since this seems to be the huge driving for Flutter yet I see no docs or any tutorials, even unofficial stuff on building an app...
New post on /r/flutterdev subreddit:
Checkout Habito- An app to track and build Habits. Feel free to DM me questions or contribute!
https://ift.tt/37f2se9
June 09, 2020 at 12:59PM by rumblytag
https://ift.tt/2AfMrIQ
Checkout Habito- An app to track and build Habits. Feel free to DM me questions or contribute!
https://ift.tt/37f2se9
June 09, 2020 at 12:59PM by rumblytag
https://ift.tt/2AfMrIQ
GitHub
padamchopra/habito
Track and build habits in 21 days. Contribute to padamchopra/habito development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Android before flutter?
Hey guys, I was just wondering how much native development is necessary before I can move to flutter, certain aspects such as handling background tasks, sync adapter etc aren’t readily available in flutter I suppose. So do I need to have a strong background in native mobile dev before jumping to flutter? I have experience with server side development but not so much with mobile.
June 09, 2020 at 01:21PM by ragnarok_79
https://ift.tt/37ehykd
Android before flutter?
Hey guys, I was just wondering how much native development is necessary before I can move to flutter, certain aspects such as handling background tasks, sync adapter etc aren’t readily available in flutter I suppose. So do I need to have a strong background in native mobile dev before jumping to flutter? I have experience with server side development but not so much with mobile.
June 09, 2020 at 01:21PM by ragnarok_79
https://ift.tt/37ehykd
reddit
Android before flutter?
Hey guys, I was just wondering how much native development is necessary before I can move to flutter, certain aspects such as handling background...
New post on /r/flutterdev subreddit:
App Feedback Thread - June 09, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
June 09, 2020 at 02:33PM by AutoModerator
https://ift.tt/3h3LZOu
App Feedback Thread - June 09, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
June 09, 2020 at 02:33PM by AutoModerator
https://ift.tt/3h3LZOu
reddit
App Feedback Thread - June 09, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
Set State Method in Flutter - State Management Basics
https://youtu.be/nDwH7iskkHA
June 09, 2020 at 03:16PM by MyracleDesign
https://ift.tt/30oukew
Set State Method in Flutter - State Management Basics
https://youtu.be/nDwH7iskkHA
June 09, 2020 at 03:16PM by MyracleDesign
https://ift.tt/30oukew
YouTube
Set State Method in Flutter - State Management Basics
This is the second video of the state management series, today we will focus on #setState and how we "Lift the State up". Additionally, we try to bring some light on why we think about different packages.
00:00 - Introduction
00:25 - Explanation of the Boilerplate…
00:00 - Introduction
00:25 - Explanation of the Boilerplate…
New post on /r/flutterdev subreddit:
Flutter Spin Circle Bottom Navigation Bar | Flutter Tutorial
https://m.youtube.com/watch?v=lPTb1ddTQ8o&feature=youtu.be
June 09, 2020 at 03:48PM by Elixane
https://ift.tt/2MKICOs
Flutter Spin Circle Bottom Navigation Bar | Flutter Tutorial
https://m.youtube.com/watch?v=lPTb1ddTQ8o&feature=youtu.be
June 09, 2020 at 03:48PM by Elixane
https://ift.tt/2MKICOs
YouTube
Flutter Spin Circle Bottom Navigation Bar | Flutter UI Design Tutorial
#flutter #bottomnavigationbar #uidesign
In this Flutter UI Design Tutorial we are going to be taking a look at creating a Spin Circle Bottom Navigation Bar in Flutter. As the code for creating this Bottom Bar is a bit complex for explaining in single Video…
In this Flutter UI Design Tutorial we are going to be taking a look at creating a Spin Circle Bottom Navigation Bar in Flutter. As the code for creating this Bottom Bar is a bit complex for explaining in single Video…
New post on /r/flutterdev subreddit:
Firebase CRUD for A Flutter App: Theory and Practice
https://www.youtube.com/watch?v=7V36FgQGA2Y&feature=share
June 09, 2020 at 03:52PM by faizollah
https://ift.tt/2YdHyrQ
Firebase CRUD for A Flutter App: Theory and Practice
https://www.youtube.com/watch?v=7V36FgQGA2Y&feature=share
June 09, 2020 at 03:52PM by faizollah
https://ift.tt/2YdHyrQ
YouTube
Firebase CRUD for A Flutter App: Theory and Practice
This video shows you Firestore CRUD for a Flutter app. It uses Firebase Firestore service to create, read, update, and delete records in the Firestore. It is a Flutter tutorial for beginners and walks you through Flutter Firebase CRUD example. It also follows…
New post on Flutter Dev Google group:
Issues with publishing package
Hi, I decided to revive a package I developed a year ago, but I can't upload my new work. It seems that I have been using a gmail account, that no longer exists back then and now I can't maintain the package anymore. Is there any way to claim the package? I can proove that I'm the creator of
June 09, 2020 at 04:36PM by Karol Wąsowski
https://ift.tt/2YcuWkM
Issues with publishing package
Hi, I decided to revive a package I developed a year ago, but I can't upload my new work. It seems that I have been using a gmail account, that no longer exists back then and now I can't maintain the package anymore. Is there any way to claim the package? I can proove that I'm the creator of
June 09, 2020 at 04:36PM by Karol Wąsowski
https://ift.tt/2YcuWkM
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 Puzzle Game in Flutter
Learn how to build a 2D puzzle game in Dart and Flutter.There are several Flutter UI development concepts utilized in the design of this simple game, each of which plays an important part in the overall management of game state and graphics rendering.These include:Basic Flutter widgets such as Container, SizedBox, Column, etc.Using AnimationController, AnimatedWidget, and TweenManaging state with ChangeNotifier / ChangeNotifierProviderHandling events and utilizing Stream / StreamControllerCapturing and de-bouncing gestures with GestureDetectorYou can find it here: https://medium.com/kennethreilly/building-a-puzzle-game-in-flutter-41c6c1eee65a?source=friends_link&sk=f61335eb9066e9f49a3f7d11bfd3607d
June 09, 2020 at 04:37PM by Fewthp
https://ift.tt/2AaCxZj
Building a Puzzle Game in Flutter
Learn how to build a 2D puzzle game in Dart and Flutter.There are several Flutter UI development concepts utilized in the design of this simple game, each of which plays an important part in the overall management of game state and graphics rendering.These include:Basic Flutter widgets such as Container, SizedBox, Column, etc.Using AnimationController, AnimatedWidget, and TweenManaging state with ChangeNotifier / ChangeNotifierProviderHandling events and utilizing Stream / StreamControllerCapturing and de-bouncing gestures with GestureDetectorYou can find it here: https://medium.com/kennethreilly/building-a-puzzle-game-in-flutter-41c6c1eee65a?source=friends_link&sk=f61335eb9066e9f49a3f7d11bfd3607d
June 09, 2020 at 04:37PM by Fewthp
https://ift.tt/2AaCxZj
Medium
Building a Puzzle Game in Flutter
How to build a 2D puzzle game in Dart and Flutter
New post on /r/flutterdev subreddit:
Flutter Web, the video below shows how application build in flutter works on web, I've changed to channel beta,!!
https://ift.tt/3hazS2f
June 09, 2020 at 05:14PM by maliDevFlutter
https://ift.tt/3dILuay
Flutter Web, the video below shows how application build in flutter works on web, I've changed to channel beta,!!
https://ift.tt/3hazS2f
June 09, 2020 at 05:14PM by maliDevFlutter
https://ift.tt/3dILuay
liliana99.github.io
flutter_web_example
A new Flutter project.
New post on /r/flutterdev subreddit:
Flutter Web, follow this link you can see the application build on flutter, how works on web!!, I've changed to beta channel to make version web!!
https://liliana99.github.io/flutter_web_example/
June 09, 2020 at 05:22PM by maliDevFlutter
https://ift.tt/37hVW6l
Flutter Web, follow this link you can see the application build on flutter, how works on web!!, I've changed to beta channel to make version web!!
https://liliana99.github.io/flutter_web_example/
June 09, 2020 at 05:22PM by maliDevFlutter
https://ift.tt/37hVW6l
liliana99.github.io
flutter_web_example
A new Flutter project.
New post on /r/flutterdev subreddit:
Is there a way to implement authentication without bringing up a webview?
Hi, I’m trying to implement login authentication in a Flutter app. This is my first project in flutter. It seems like all the libraries and protocols require a browser/webview to enter in login credentials because otherwise it would pose a security risk. The app I’m creating will be logging into accounts on my website. If I am sure the app isn’t going to misuse or even store the credentials, is there anyway I can get around this? I’d like the login natively in the app without bringing up a browser or getting redirected to one.
June 09, 2020 at 06:14PM by twinsofliberty
https://ift.tt/2ziKCuh
Is there a way to implement authentication without bringing up a webview?
Hi, I’m trying to implement login authentication in a Flutter app. This is my first project in flutter. It seems like all the libraries and protocols require a browser/webview to enter in login credentials because otherwise it would pose a security risk. The app I’m creating will be logging into accounts on my website. If I am sure the app isn’t going to misuse or even store the credentials, is there anyway I can get around this? I’d like the login natively in the app without bringing up a browser or getting redirected to one.
June 09, 2020 at 06:14PM by twinsofliberty
https://ift.tt/2ziKCuh
reddit
Is there a way to implement authentication without bringing up a...
A subreddit for Google's portable UI framework.