New post on Flutter Dev Google group:
[Breaking Change Proposal] Updates to the route transition record and transition delegate
Hello everyone, If you are not using the navigator page api
[Breaking Change Proposal] Updates to the route transition record and transition delegate
Hello everyone, If you are not using the navigator page api
New post on /r/flutterdev subreddit:
Google Dev account terminated after first upload of flutter app
Hi there. Last weekend I uploaded my first flutter app (clusterup) to the Google play account for internal testing. Not an hour later my developer account (elsamuko.dev) was terminated and I don't know why.I don't know how I can test this app with friends when I can never be sure that my account is terminated. There is a lot of uncertainity now.
May 05, 2020 at 10:10PM by el_samuko
https://ift.tt/2SEhRyu
Google Dev account terminated after first upload of flutter app
Hi there. Last weekend I uploaded my first flutter app (clusterup) to the Google play account for internal testing. Not an hour later my developer account (elsamuko.dev) was terminated and I don't know why.I don't know how I can test this app with friends when I can never be sure that my account is terminated. There is a lot of uncertainity now.
May 05, 2020 at 10:10PM by el_samuko
https://ift.tt/2SEhRyu
GitHub
GitHub - elsamuko/clusterup: Learning flutter with a server monitoring app
Learning flutter with a server monitoring app. Contribute to elsamuko/clusterup development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter - Authorize with Fingerprint or Face Detection on Android & iOS (Face ID, Touch ID)
https://youtu.be/88bgroN8Qyc
May 06, 2020 at 01:39AM by cmcoffee91
https://ift.tt/2W5DolW
Flutter - Authorize with Fingerprint or Face Detection on Android & iOS (Face ID, Touch ID)
https://youtu.be/88bgroN8Qyc
May 06, 2020 at 01:39AM by cmcoffee91
https://ift.tt/2W5DolW
YouTube
Flutter - Authorize with Fingerprint or Face Detection on Android & iOS (Face ID, Touch ID)
In this video, I will show you how to authorize using biometrics such as fingerprint and face detection.
Note, face detection on android only works on Android 10+, even if your Android device has it built-in. More details here:
https://source.android.co…
Note, face detection on android only works on Android 10+, even if your Android device has it built-in. More details here:
https://source.android.co…
New post on /r/flutterdev subreddit:
Customizing the menubar on flutter desktop!
https://youtu.be/foWs_rszCFY
May 06, 2020 at 01:30AM by jjcat1997
https://ift.tt/2YzRDkJ
Customizing the menubar on flutter desktop!
https://youtu.be/foWs_rszCFY
May 06, 2020 at 01:30AM by jjcat1997
https://ift.tt/2YzRDkJ
YouTube
Flutter Desktop: Custom Menubar
the GitHub repository for the desktop plug-ins can be found at: https://github.com/google/flutter-desktop-embedding
New post on Flutter Dev Google group:
ui to code
hi there ! i want to know how to create these boxes(where to do text)inside the raisedbuttons like there is this big box in the center of the interface which has those buttons and eash time i click on one of them ,a new box come out inside , please know that i am a bigginer i appreciate your help
May 06, 2020 at 04:16AM by HAMMA RAHMA
https://ift.tt/2WAdBkO
ui to code
hi there ! i want to know how to create these boxes(where to do text)inside the raisedbuttons like there is this big box in the center of the interface which has those buttons and eash time i click on one of them ,a new box come out inside , please know that i am a bigginer i appreciate your help
May 06, 2020 at 04:16AM by HAMMA RAHMA
https://ift.tt/2WAdBkO
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:
Help Post: Simple and practical Example for Theme switching in Flutter.
So the story is :I am creating simple tips snippets every day for the last 31 days for my 100 days of Flutter tips.https://github.com/erluxman/awesomefluttertipsOn 31st day I made an example for theme switching. And I had to make a tradeoff between choosing simple native examples without third party libraries (like RxDart, Provider) or not. I tried using Inherited Widget to pass the value down the tree but we still need another way to actually change the value that will be passed down.So I opted in for Stateful widget as my thought was the theme property of Material or Cupertino App is the main player in dynamic theme. And as we usually do not observe the presence of theme variables inside Material/Cupertino App, I made this simple example.https://dartpad.dartlang.org/96008818aaabd0ede2721d6151540f84But my example was defeated or at least not clear about how to change the theme from a different widget (like setting page) as there was no slightest indication of how to access/change the theme of the app from a different widget. u/Kounex also pointed out the same issues with examples.Now what I needed help on was, as I am creating this list, I want them to be ready for run out of the box like being able to run on dartpad / codepen which do not support external libraries yet. Any simple Idea you guys have about how to implement Theme switching in simple but practical way?Thanks a lot in advance.
May 06, 2020 at 04:32AM by erluxman
https://ift.tt/2YBgFjg
Help Post: Simple and practical Example for Theme switching in Flutter.
So the story is :I am creating simple tips snippets every day for the last 31 days for my 100 days of Flutter tips.https://github.com/erluxman/awesomefluttertipsOn 31st day I made an example for theme switching. And I had to make a tradeoff between choosing simple native examples without third party libraries (like RxDart, Provider) or not. I tried using Inherited Widget to pass the value down the tree but we still need another way to actually change the value that will be passed down.So I opted in for Stateful widget as my thought was the theme property of Material or Cupertino App is the main player in dynamic theme. And as we usually do not observe the presence of theme variables inside Material/Cupertino App, I made this simple example.https://dartpad.dartlang.org/96008818aaabd0ede2721d6151540f84But my example was defeated or at least not clear about how to change the theme from a different widget (like setting page) as there was no slightest indication of how to access/change the theme of the app from a different widget. u/Kounex also pointed out the same issues with examples.Now what I needed help on was, as I am creating this list, I want them to be ready for run out of the box like being able to run on dartpad / codepen which do not support external libraries yet. Any simple Idea you guys have about how to implement Theme switching in simple but practical way?Thanks a lot in advance.
May 06, 2020 at 04:32AM by erluxman
https://ift.tt/2YBgFjg
GitHub
GitHub - erluxman/awesomefluttertips: ❤️ Awesome Flutter Tips and Tricks ❤️
❤️ Awesome Flutter Tips and Tricks ❤️. Contribute to erluxman/awesomefluttertips development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Apple pay button
Has anyone implemented a widget for an Apple Pay button in Flutter that matches the brand guidelines? If so is there an example you can link to?https://developer.apple.com/design/human-interface-guidelines/apple-pay/overview/buttons-and-marks/#button-typesSeems like Apple won't approve an app if the guidelines aren't followed correctly.
May 06, 2020 at 04:16AM by G8trGuy
https://ift.tt/2SGAbau
Apple pay button
Has anyone implemented a widget for an Apple Pay button in Flutter that matches the brand guidelines? If so is there an example you can link to?https://developer.apple.com/design/human-interface-guidelines/apple-pay/overview/buttons-and-marks/#button-typesSeems like Apple won't approve an app if the guidelines aren't followed correctly.
May 06, 2020 at 04:16AM by G8trGuy
https://ift.tt/2SGAbau
Apple Developer Documentation
Apple Pay | Apple Developer Documentation
Apple Pay is a secure, easy way to make payments for physical goods and services — as well as donations and subscriptions — in apps running on iPhone, iPad, Mac, and Apple Watch, and on websites.
New post on /r/flutterdev subreddit:
About class and widgets
May 06, 2020 at 04:06AM by milanpoudel
https://ift.tt/3fodq4P
About class and widgets
class ReusableCard extends StatelessWidget { final Color colour; final Widget cardChild; ReusableCard({@required this.colour, this.cardChild}); u/override Widget build(BuildContext context) { return Container( child: cardChild, margin: EdgeInsets.all(15), decoration: BoxDecoration( color: colour, borderRadius:BorderRadius.circular(10), ), ); } }I used it as Expanded(child: ResuableCard(colour:Colors.blue))( ResuableCard(colour:Colors.blue)) -->does this mean creating object from Reusable Card class and how does that build function gets invoked and returns expanded with a container?
May 06, 2020 at 04:06AM by milanpoudel
https://ift.tt/3fodq4P
reddit
About class and widgets
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Hello guys I've just begun my flutter journey with this simple Covid-19 tracker application.OPEN FOR SUGGESTION n CONTRIBUTION 😀
ScreenshotsGit RepoDownload
May 06, 2020 at 04:45AM by thasachet
https://ift.tt/35xSwvE
Hello guys I've just begun my flutter journey with this simple Covid-19 tracker application.OPEN FOR SUGGESTION n CONTRIBUTION 😀
ScreenshotsGit RepoDownload
May 06, 2020 at 04:45AM by thasachet
https://ift.tt/35xSwvE
Google Docs
Covid Tracker Screenshots.png
New post on /r/flutterdev subreddit:
Changing the theme dynamically: The Better Way.
https://twitter.com/erluxman/status/1257885359427518466
May 06, 2020 at 06:13AM by erluxman
https://ift.tt/2zgjhsc
Changing the theme dynamically: The Better Way.
https://twitter.com/erluxman/status/1257885359427518466
May 06, 2020 at 06:13AM by erluxman
https://ift.tt/2zgjhsc
Twitter
Laxman
Dynamic Theme ✅ Improved Version✅ Create StreamController for theme Use StreamBuilder & set the theme to Material/Cupertino App & your app will be able to change its theme dynamically try on dartpad (clear chache) https://t.co/sxfu6z9TlI #day31 #100DaysofFlutter…
New post on /r/flutterdev subreddit:
Image Picker in Flutter
If you are looking for Image Picker in 3-4 lines of code then this video is for you.https://www.youtube.com/watch?v=TPr67JCwcJs
May 06, 2020 at 07:56AM by viveky259
https://ift.tt/2WtN4G4
Image Picker in Flutter
If you are looking for Image Picker in 3-4 lines of code then this video is for you.https://www.youtube.com/watch?v=TPr67JCwcJs
May 06, 2020 at 07:56AM by viveky259
https://ift.tt/2WtN4G4
YouTube
Image Picker in Flutter | Android | IOS | PRO Coach | Vivek Yadav
If you are trying to implement image picker in Flutter!
Then this video is for you.
Get more flutter related contents at:
Medium: medium.com/@viveky259259
Twitter: https://www.twitter.com/viveky259
Instagram: https://www.instagram.com/viveky259/
Subscribe…
Then this video is for you.
Get more flutter related contents at:
Medium: medium.com/@viveky259259
Twitter: https://www.twitter.com/viveky259
Instagram: https://www.instagram.com/viveky259/
Subscribe…
New post on Flutter Dev Google group:
UFMP audio sample for Flutter
Hi everyone, I would like to share UFMP
UFMP audio sample for Flutter
Hi everyone, I would like to share UFMP
New post on /r/flutterdev subreddit:
New tutorial on Flutter.dev: Understanding constraints
https://ift.tt/3b8ug4f
May 06, 2020 at 10:14AM by Elixane
https://ift.tt/3fqdQYs
New tutorial on Flutter.dev: Understanding constraints
https://ift.tt/3b8ug4f
May 06, 2020 at 10:14AM by Elixane
https://ift.tt/3fqdQYs
New post on /r/flutterdev subreddit:
A internal window library for Flutter based on https://ift.tt/2rUyNAJ (by Rody Davis)
https://ift.tt/2L4uwqv
May 06, 2020 at 10:12AM by Elixane
https://ift.tt/2L1xMTB
A internal window library for Flutter based on https://ift.tt/2rUyNAJ (by Rody Davis)
https://ift.tt/2L4uwqv
May 06, 2020 at 10:12AM by Elixane
https://ift.tt/2L1xMTB
Golden-Layout
GoldenLayout- a multi-window javascript layout manager for webapps
New post on /r/flutterdev subreddit:
New tutorial on Flutter.dev: Understanding constraints
https://ift.tt/3b8ug4f
May 06, 2020 at 10:14AM by Elixane
https://ift.tt/3fqdQYs
New tutorial on Flutter.dev: Understanding constraints
https://ift.tt/3b8ug4f
May 06, 2020 at 10:14AM by Elixane
https://ift.tt/3fqdQYs
New post on Flutter Dev Google group:
Not getting debug output in simulator
I am following appbrewery online course. Tried sample flutter app, but still loading longer time. attached screen shot for references. please sort out my problem.
May 06, 2020 at 12:13PM by Siva M
https://ift.tt/2Wvifkd
Not getting debug output in simulator
I am following appbrewery online course. Tried sample flutter app, but still loading longer time. attached screen shot for references. please sort out my problem.
May 06, 2020 at 12:13PM by Siva M
https://ift.tt/2Wvifkd
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:
Flutter: Handling your network API calls like a legend using Provider
https://ift.tt/3baFyVQ
May 06, 2020 at 11:51AM by Matrix-187
https://ift.tt/2zWLHYC
Flutter: Handling your network API calls like a legend using Provider
https://ift.tt/3baFyVQ
May 06, 2020 at 11:51AM by Matrix-187
https://ift.tt/2zWLHYC
Medium
Flutter: Handling your network API calls like a legend using Provider
In my previous Flutter article I delved extensively into utilising Bloc architecture and Bloc’s to handle and manage our Flutter network…
New post on /r/flutterdev subreddit:
How to simply handle login and have access to user information ready.
I know this is a fairly opinionated question but I want to implement a simple login where I can have the user id stored in some kind of state/local storage (if that makes sense?) and ready to use for CRUD operations.Thanks in advance.p.s the there will be a backend but I'd rather not implement my own signup/login methods there.
May 06, 2020 at 11:41AM by ellertfinnbogi
https://ift.tt/2L1QYAD
How to simply handle login and have access to user information ready.
I know this is a fairly opinionated question but I want to implement a simple login where I can have the user id stored in some kind of state/local storage (if that makes sense?) and ready to use for CRUD operations.Thanks in advance.p.s the there will be a backend but I'd rather not implement my own signup/login methods there.
May 06, 2020 at 11:41AM by ellertfinnbogi
https://ift.tt/2L1QYAD
reddit
How to simply handle login and have access to user information ready.
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
What is CodePen?
https://www.youtube.com/watch?v=3bRp0cPESNI&t=136s
May 06, 2020 at 01:38PM by craetornetwork
https://ift.tt/2xJxFsQ
What is CodePen?
https://www.youtube.com/watch?v=3bRp0cPESNI&t=136s
May 06, 2020 at 01:38PM by craetornetwork
https://ift.tt/2xJxFsQ
YouTube
Codepen Introduction for Flutter
Codepen IntroductionI noticed a lot of people in the flutter community talking about codepen. So I decided to check it out and see for myself what its all ab...
New post on /r/flutterdev subreddit:
DatePicker
https://youtu.be/dQ9yw5a5PJA
May 06, 2020 at 01:17PM by TheTechDesigner
https://ift.tt/3b6bpa1
DatePicker
https://youtu.be/dQ9yw5a5PJA
May 06, 2020 at 01:17PM by TheTechDesigner
https://ift.tt/3b6bpa1
YouTube
Flutter Widget | 28 | DatePicker, Calender | DateTime, showDatePicker, DatePickerMode | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
Wire Organizer + Charging & Stand Station
► https://amzn.to/3q1VEdw
► Simple Way to Implement DatePicker
► How to make Calender
► How to Work With TextFormField…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
Wire Organizer + Charging & Stand Station
► https://amzn.to/3q1VEdw
► Simple Way to Implement DatePicker
► How to make Calender
► How to Work With TextFormField…
New post on /r/flutterdev subreddit:
Routes - named vs unnamed
Hello,I am trying to understand the advantages and disadvantages of named routes vs directly pushing the Widget to Navigator. In the cookbook, I only get information about how to, not why/why not.In my opinion, pushing Widget directly to Navigator is a better, simpler, and safer option even for a large application.- You don't need to create a centralized brain that knows everything about the app.- Passing data is very easy no need to do additional mapping and thanks to required arguments if something changes you can easily identify things needed to be updated.- Parents know how to instantiate their children.The only argument I see for named routes is if I consider Flutter for web, where I would like to see something like "/profile/description" in the address bar.Perhaps I didn't consider deep links, but again it depends on the implementation.
May 06, 2020 at 01:16PM by chrisrutkowski
https://ift.tt/2YIpQ1t
Routes - named vs unnamed
Hello,I am trying to understand the advantages and disadvantages of named routes vs directly pushing the Widget to Navigator. In the cookbook, I only get information about how to, not why/why not.In my opinion, pushing Widget directly to Navigator is a better, simpler, and safer option even for a large application.- You don't need to create a centralized brain that knows everything about the app.- Passing data is very easy no need to do additional mapping and thanks to required arguments if something changes you can easily identify things needed to be updated.- Parents know how to instantiate their children.The only argument I see for named routes is if I consider Flutter for web, where I would like to see something like "/profile/description" in the address bar.Perhaps I didn't consider deep links, but again it depends on the implementation.
May 06, 2020 at 01:16PM by chrisrutkowski
https://ift.tt/2YIpQ1t
reddit
Routes - named vs unnamed
Hello, I am trying to understand the advantages and disadvantages of named routes vs directly pushing the Widget to Navigator. In the cookbook, I...