New post on /r/flutterdev subreddit:
Shapeshifting animation with Flutter 📱
I just wrote a tutorial on how to do path morphing animation using Flutter.Can't wait for your feedback!Check it out 👇Path morphing, from Figma to Flutter App 🔥
March 29, 2020 at 05:00PM by Matthieu_Pernelle
https://ift.tt/2UOO3zw
Shapeshifting animation with Flutter 📱
I just wrote a tutorial on how to do path morphing animation using Flutter.Can't wait for your feedback!Check it out 👇Path morphing, from Figma to Flutter App 🔥
March 29, 2020 at 05:00PM by Matthieu_Pernelle
https://ift.tt/2UOO3zw
blog.bam.tech
Path morphing, from Figma to flutter app
How to create a shape shifting animation using Figma and Flutter !
New post on /r/flutterdev subreddit:
How to achieve appbar like the video
https://ift.tt/3bAvINE
March 29, 2020 at 04:47PM by faiyazkhan024
https://ift.tt/2QSdS0H
How to achieve appbar like the video
https://ift.tt/3bAvINE
March 29, 2020 at 04:47PM by faiyazkhan024
https://ift.tt/2QSdS0H
reddit
How to achieve the appbar in the video.
Posted in r/Flutter by u/faiyazkhan024 • 2 points and 1 comment
New post on /r/flutterdev subreddit:
How to Solve a Flutter Problem
Every now and then I find people asking about this question. They can't find their questions on Stackoverflow and other sites. I follow some methods myself, and they work really well. And so I wanted to talk about them here, hoping these steps can help some beginners. If you're experienced, I think you know all these.Here's what I do when I'm stuck. Not necessarily in step by step.DOCUMENTATIONS. Read it carefully. I faced a lot of problems because I just ran my eyes over them and went down to code. Save time and read the documentation mindfully before you start coding. Flutter's documentation is really well written and it covers everything you need in detail. If it's a package, you'll find a readme.md file in its GitHub repository.IDE ANNOTATIONS. When you hover your mouse on a class/method/enum, you'll find what they do, necessary arguments etc. Sometimes you can learn about a class or a method just by seeing what arguments they want. You can also press and hold CTRL and click on a class/method to see their source code. There will be a lot of helpful comments.EXAMPLE CODES. In every Flutter package repository, you'll find a folder called example. Read the codes there. Chances are, it already covers what you're trying to implement!Still not working as expected? Take a look at the issues section of that repository! You can use the search option and find out if others are having the same problem. You'll find solutions and workarounds there.Before posting on Stackoverflow, consider creating an issue in that repository. The creator, or relevant expert will help you shortly. I found this to be more effective than posting on Stackoverflow.Thanks for reading! What do you do that I haven't covered here? I would love to know about some nice Discord/IRC chat servers as well!
March 29, 2020 at 05:45PM by _nightwielder_
https://ift.tt/2JpP23T
How to Solve a Flutter Problem
Every now and then I find people asking about this question. They can't find their questions on Stackoverflow and other sites. I follow some methods myself, and they work really well. And so I wanted to talk about them here, hoping these steps can help some beginners. If you're experienced, I think you know all these.Here's what I do when I'm stuck. Not necessarily in step by step.DOCUMENTATIONS. Read it carefully. I faced a lot of problems because I just ran my eyes over them and went down to code. Save time and read the documentation mindfully before you start coding. Flutter's documentation is really well written and it covers everything you need in detail. If it's a package, you'll find a readme.md file in its GitHub repository.IDE ANNOTATIONS. When you hover your mouse on a class/method/enum, you'll find what they do, necessary arguments etc. Sometimes you can learn about a class or a method just by seeing what arguments they want. You can also press and hold CTRL and click on a class/method to see their source code. There will be a lot of helpful comments.EXAMPLE CODES. In every Flutter package repository, you'll find a folder called example. Read the codes there. Chances are, it already covers what you're trying to implement!Still not working as expected? Take a look at the issues section of that repository! You can use the search option and find out if others are having the same problem. You'll find solutions and workarounds there.Before posting on Stackoverflow, consider creating an issue in that repository. The creator, or relevant expert will help you shortly. I found this to be more effective than posting on Stackoverflow.Thanks for reading! What do you do that I haven't covered here? I would love to know about some nice Discord/IRC chat servers as well!
March 29, 2020 at 05:45PM by _nightwielder_
https://ift.tt/2JpP23T
reddit
How to Solve a Flutter Problem
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
FlutterForce — Week 70
https://ift.tt/2wL4MvM
March 29, 2020 at 05:17PM by flutterist
https://ift.tt/2vXjS0J
FlutterForce — Week 70
https://ift.tt/2wL4MvM
March 29, 2020 at 05:17PM by flutterist
https://ift.tt/2vXjS0J
Medium
FlutterForce — #Week 70
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Clean code
How often do you concern yourself with how clean is your code ?do you have any resources or open source projects built with flutter that are clean ?
March 29, 2020 at 06:28PM by byshy
https://ift.tt/2Jo3qtv
Clean code
How often do you concern yourself with how clean is your code ?do you have any resources or open source projects built with flutter that are clean ?
March 29, 2020 at 06:28PM by byshy
https://ift.tt/2Jo3qtv
reddit
Clean code
How often do you concern yourself with how clean is your code ? do you have any resources or open source projects built with flutter that are clean ?
New post on Flutter Dev Google group:
ListTile covers button animation
Just noticed that ListTile cover button animation when wrapped inside a container with background color set to anything but transparent. Wrapping ListTile in a container with set color is the only way I know to change background color of ListTile. Is there any other way to change background
March 29, 2020 at 07:14PM by Peter
https://ift.tt/39n2MqF
ListTile covers button animation
Just noticed that ListTile cover button animation when wrapped inside a container with background color set to anything but transparent. Wrapping ListTile in a container with set color is the only way I know to change background color of ListTile. Is there any other way to change background
March 29, 2020 at 07:14PM by Peter
https://ift.tt/39n2MqF
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 Platform Problem
My current working environment setup is Android Studio 3.6.1 and XCode 10.1 on a Mac running High Sierra 10.13.6 I ported a couple of my Android apps to Flutter and they worked almost perfectly in the Android emulator and the iOS simulator. The problem is I decided to see if one of the apps
March 29, 2020 at 07:55PM by Scott Anthony
https://ift.tt/3arZ1BV
Flutter Platform Problem
My current working environment setup is Android Studio 3.6.1 and XCode 10.1 on a Mac running High Sierra 10.13.6 I ported a couple of my Android apps to Flutter and they worked almost perfectly in the Android emulator and the iOS simulator. The problem is I decided to see if one of the apps
March 29, 2020 at 07:55PM by Scott Anthony
https://ift.tt/3arZ1BV
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:
Code re usability when shifting Android/iOS app to Web App
Wanting to learn Flutter during the quarantine (hope everyone stays safe), but I had a question:How much extra code do you have to write if you are also building web apps?Is it the same code base, or do you still have to write considerably more code to make a web app?So, will one code base work for all 3 platforms with little additions of code for each, or is there a lot of refactoring and porting involved?Just starting out, so apologies if it's a completely beginner question.
March 29, 2020 at 09:33PM by SuperSaiyan1010
https://ift.tt/39vMBYe
Code re usability when shifting Android/iOS app to Web App
Wanting to learn Flutter during the quarantine (hope everyone stays safe), but I had a question:How much extra code do you have to write if you are also building web apps?Is it the same code base, or do you still have to write considerably more code to make a web app?So, will one code base work for all 3 platforms with little additions of code for each, or is there a lot of refactoring and porting involved?Just starting out, so apologies if it's a completely beginner question.
March 29, 2020 at 09:33PM by SuperSaiyan1010
https://ift.tt/39vMBYe
reddit
Code re usability when shifting Android/iOS app to Web App
Wanting to learn Flutter during the quarantine (hope everyone stays safe), but I had a question: How much extra code do you have to write if you...
New post on /r/flutterdev subreddit:
Sign In Page UI Design with Flutter
Hi guys.I have made a *Sign In Page UI design with flutter*..Its a small app showing the design of Sign In Page.Please do check it out..Source Code-->CodeYoutube link --> Sign In with Flutter
March 29, 2020 at 09:30PM by ayush_flutter
https://ift.tt/3dDqy54
Sign In Page UI Design with Flutter
Hi guys.I have made a *Sign In Page UI design with flutter*..Its a small app showing the design of Sign In Page.Please do check it out..Source Code-->CodeYoutube link --> Sign In with Flutter
March 29, 2020 at 09:30PM by ayush_flutter
https://ift.tt/3dDqy54
GitHub
ayush1507/SignIn_Flutter
Contribute to ayush1507/SignIn_Flutter development by creating an account on GitHub.
New post on Flutter Dev Google group:
Does setState make my comments real time and appearing instantaneously to other users?
Hi Flutter developers, I wanted to ask whether setState is able to allow users add comments that will be appearing to others at the same time with no need for refreshing.. Does it do that ?, and if not why and how can i solve this if you know? Thank you...
March 29, 2020 at 10:48PM by SW
https://ift.tt/2JoGwCh
Does setState make my comments real time and appearing instantaneously to other users?
Hi Flutter developers, I wanted to ask whether setState is able to allow users add comments that will be appearing to others at the same time with no need for refreshing.. Does it do that ?, and if not why and how can i solve this if you know? Thank you...
March 29, 2020 at 10:48PM by SW
https://ift.tt/2JoGwCh
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:
Anyone have experience with White Label Flutter apps? Looking for advice.
I currently have a white label flutter app I am distributing to different clients.I have a config file that works with the app to give them a “custom” feel but ultimately it’s the same app.As of now I am trying to find a way to create a script to switch between the client configurations on the fly.Does anyone have experience with this? All I have been able to find are posts about this with react. Would love some help or insight on the matter.
March 29, 2020 at 10:39PM by asavageant
https://ift.tt/33RYuqm
Anyone have experience with White Label Flutter apps? Looking for advice.
I currently have a white label flutter app I am distributing to different clients.I have a config file that works with the app to give them a “custom” feel but ultimately it’s the same app.As of now I am trying to find a way to create a script to switch between the client configurations on the fly.Does anyone have experience with this? All I have been able to find are posts about this with react. Would love some help or insight on the matter.
March 29, 2020 at 10:39PM by asavageant
https://ift.tt/33RYuqm
reddit
Anyone have experience with White Label Flutter apps? Looking for...
I currently have a white label flutter app I am distributing to different clients. I have a config file that works with the app to give them a...
New post on /r/flutterdev subreddit:
Flutter Parking Locator with Google Maps Part 2
https://m.youtube.com/watch?feature=youtu.be&v=YfQkOfm1OC0
March 30, 2020 at 12:26AM by Elixane
https://ift.tt/2xuTg7M
Flutter Parking Locator with Google Maps Part 2
https://m.youtube.com/watch?feature=youtu.be&v=YfQkOfm1OC0
March 30, 2020 at 12:26AM by Elixane
https://ift.tt/2xuTg7M
YouTube
Flutter Parking Locator with Google Maps Part 2
This simple parking locator application combines a number of Flutter skills into one interface. We'll use Google Maps, Google Places API, Geolocator, URL launcher, FutureProvider, and ProxyProvider to serve up parking lot locations to the user.
In part…
In part…
New post on Flutter Dev Google group:
How to make the Filter UI in flutter as sublist of list.
It would be great if we can have a UI for filter screen in a flutter as below shown the image: [image: WhatsApp Image 2020-03-30 at 10.19.43 AM.jpeg] Any suggestions will be good, Thanks in advance :)
March 30, 2020 at 09:49AM by Gopenahalli Vaari S Prakash
https://ift.tt/2UsxE4X
How to make the Filter UI in flutter as sublist of list.
It would be great if we can have a UI for filter screen in a flutter as below shown the image: [image: WhatsApp Image 2020-03-30 at 10.19.43 AM.jpeg] Any suggestions will be good, Thanks in advance :)
March 30, 2020 at 09:49AM by Gopenahalli Vaari S Prakash
https://ift.tt/2UsxE4X
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:
save data offline in device then upload it to firebase when the internet back
hi all .. is there any one try to save data offline and then upload it to fierbase using firestore offline capabilites ?
March 30, 2020 at 11:38AM by abdalaziz khaleel
https://ift.tt/2QVoCva
save data offline in device then upload it to firebase when the internet back
hi all .. is there any one try to save data offline and then upload it to fierbase using firestore offline capabilites ?
March 30, 2020 at 11:38AM by abdalaziz khaleel
https://ift.tt/2QVoCva
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:
Dynamic Links with Auto Navigation in Flutter
https://www.youtube.com/watch?v=aBrRJqrQTpQ
March 30, 2020 at 10:36AM by Purple_Pizzazz
https://ift.tt/2Jr461a
Dynamic Links with Auto Navigation in Flutter
https://www.youtube.com/watch?v=aBrRJqrQTpQ
March 30, 2020 at 10:36AM by Purple_Pizzazz
https://ift.tt/2Jr461a
YouTube
Dynamic Links with Auto Navigation in Flutter
My Animations had to be removed because of export issues :(
In this tutorial we cover the usage of Dynamic Links, why it's needed and how to use it. Check out the full written tutorial below.
Written: https://www.filledstacks.com/post/dynamic-links-in…
In this tutorial we cover the usage of Dynamic Links, why it's needed and how to use it. Check out the full written tutorial below.
Written: https://www.filledstacks.com/post/dynamic-links-in…
New post on /r/flutterdev subreddit:
Expirience with ffi/ using a native c library from Flutter
Hello,we have our own C++ Library/SDK with C interface developed that we use for our own application and provide to Third-Party developers.Now it is in discussion to use Flutter to write our own Application depending on this library. We tried out ffi with a very short demo (just doing some simple math) and it worked fine.Our own library has only very methods which parameter is a JSON (so we have a json based api).Does some of you have experience in this type of setup? How are your expierience with ffi? How are your expierences with native libaries and flutter in general?Thank you for your help!
March 30, 2020 at 12:34PM by Langohr2394
https://ift.tt/2QVyMvP
Expirience with ffi/ using a native c library from Flutter
Hello,we have our own C++ Library/SDK with C interface developed that we use for our own application and provide to Third-Party developers.Now it is in discussion to use Flutter to write our own Application depending on this library. We tried out ffi with a very short demo (just doing some simple math) and it worked fine.Our own library has only very methods which parameter is a JSON (so we have a json based api).Does some of you have experience in this type of setup? How are your expierience with ffi? How are your expierences with native libaries and flutter in general?Thank you for your help!
March 30, 2020 at 12:34PM by Langohr2394
https://ift.tt/2QVyMvP
reddit
Expirience with ffi/ using a native c library from Flutter
Hello, we have our own C++ Library/SDK with C interface developed that we use for our own application and provide to Third-Party developers. Now...
New post on /r/flutterdev subreddit:
New flutter release date
Hi guys,It's been some months since the last stable release (Flutter 1.12 has been released in december 2019). Do you know when the next stable release will be available and what will be the big changes (if there is any) ?Thanks !
March 30, 2020 at 02:01PM by Skyost
https://ift.tt/2UwnwIB
New flutter release date
Hi guys,It's been some months since the last stable release (Flutter 1.12 has been released in december 2019). Do you know when the next stable release will be available and what will be the big changes (if there is any) ?Thanks !
March 30, 2020 at 02:01PM by Skyost
https://ift.tt/2UwnwIB
reddit
New flutter release date
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
Problems trying to use git with flutter
I need to collaborate on a flutter projects with some friends of mine.I created an empty repository, and tried to fill that with my project files.so i created a new Flutter project in VS Code and ran 'git init', then 'git remote add origin "HTTP URL OF THE REPOSITORY".after that, I ran 'git pull', and 'git status' tellin me Im up to date.I ran 'git add .', 'git commit -m "first commit."' and it worked.i ran 'git push origin master' and it threw an error which can be seen below :
March 30, 2020 at 02:47PM by BenGroll
https://ift.tt/3bz0IgT
Problems trying to use git with flutter
I need to collaborate on a flutter projects with some friends of mine.I created an empty repository, and tried to fill that with my project files.so i created a new Flutter project in VS Code and ran 'git init', then 'git remote add origin "HTTP URL OF THE REPOSITORY".after that, I ran 'git pull', and 'git status' tellin me Im up to date.I ran 'git add .', 'git commit -m "first commit."' and it worked.i ran 'git push origin master' and it threw an error which can be seen below :
To https://github.com/IfClause/info_project_app.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/IfClause/info_project_app.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.Why doesn't it work? I am not experienced with git, we just used it for a simple godot project and it worked fine.Thanks for help in advance.
March 30, 2020 at 02:47PM by BenGroll
https://ift.tt/3bz0IgT
reddit
Problems trying to use git with flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Open Sourced Corona Warrior App
https://ift.tt/2WTloMv
March 30, 2020 at 03:02PM by imthepk
https://ift.tt/33W7hYc
Open Sourced Corona Warrior App
https://ift.tt/2WTloMv
March 30, 2020 at 03:02PM by imthepk
https://ift.tt/33W7hYc
GitHub
iampawan/Coronavirus-Warrior
A Flutter project to track & help to fight from coronavirus. - iampawan/Coronavirus-Warrior
New post on /r/flutterdev subreddit:
Flutter Animated Circular FAB Menu | Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=S7KG4prI7A4
March 30, 2020 at 02:48PM by Elixane
https://ift.tt/33V5uTj
Flutter Animated Circular FAB Menu | Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=S7KG4prI7A4
March 30, 2020 at 02:48PM by Elixane
https://ift.tt/33V5uTj
YouTube
Flutter Animated Circular FAB Menu | Flutter UI Design Tutorial for Beginners
#flutter #flutterui #animation
In this Flutter UI Design Tutorial, we are going to be taking an in depth look at creating a Fluid Animated Circular Floating Action Button Menu in Flutter. We will be taking a look at how to Create Animation in Flutter. We…
In this Flutter UI Design Tutorial, we are going to be taking an in depth look at creating a Fluid Animated Circular Floating Action Button Menu in Flutter. We will be taking a look at how to Create Animation in Flutter. We…
New post on Flutter Dev Google group:
Flutter Issue
I am from Bangladesh. Today I was faced a large problem about flutter. When I have use package add in dependence of pubspec.yaml file and save it. I was show a problem 'OS Error: The semaphore timeout period has expired. , errno = 121, address = storage.googleapis.com, port = 54212'. This problem
March 30, 2020 at 04:08PM by pranto kumar
https://ift.tt/340mmYL
Flutter Issue
I am from Bangladesh. Today I was faced a large problem about flutter. When I have use package add in dependence of pubspec.yaml file and save it. I was show a problem 'OS Error: The semaphore timeout period has expired. , errno = 121, address = storage.googleapis.com, port = 54212'. This problem
March 30, 2020 at 04:08PM by pranto kumar
https://ift.tt/340mmYL
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.