New post on /r/flutterdev subreddit:
Flutter weather app.
I am currently making an open source weather app using the Open Weather Map API. Would love some feedback and contributions. I don't know much how to use GitHub and Open source contributions so I would love to know what are the dos and don'ts. GitHub Link
July 20, 2020 at 08:59AM by thisis_dc
https://ift.tt/3eDXVnO
Flutter weather app.
I am currently making an open source weather app using the Open Weather Map API. Would love some feedback and contributions. I don't know much how to use GitHub and Open source contributions so I would love to know what are the dos and don'ts. GitHub Link
July 20, 2020 at 08:59AM by thisis_dc
https://ift.tt/3eDXVnO
GitHub
GitHub - thisis-dc4/Flutter-Weather-App: Flutter Weather App
Flutter Weather App. Contribute to thisis-dc4/Flutter-Weather-App development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Coding PAC-MAN in Flutter | Custom Painter Flutter | Flutter live
https://www.youtube.com/watch?v=xg_dapW1-Wo&feature=share
July 20, 2020 at 11:14AM by hasnen712
https://ift.tt/3jkrWMU
Coding PAC-MAN in Flutter | Custom Painter Flutter | Flutter live
https://www.youtube.com/watch?v=xg_dapW1-Wo&feature=share
July 20, 2020 at 11:14AM by hasnen712
https://ift.tt/3jkrWMU
YouTube
Coding PAC-MAN in Flutter | Custom Painter Flutter | Flutter live
Hey Flutter Dev's
Let's build PAC MAN in Flutter together.
We will be coding live this PAC-MAN animation in a flutter.
Follow me for more updates :
Twitter :
https://twitter.com/voidnen
Join our TC Army
https://discord.gg/eQTGWxs
https://discord.gg/mn5bvT…
Let's build PAC MAN in Flutter together.
We will be coding live this PAC-MAN animation in a flutter.
Follow me for more updates :
Twitter :
https://twitter.com/voidnen
Join our TC Army
https://discord.gg/eQTGWxs
https://discord.gg/mn5bvT…
New post on /r/flutterdev subreddit:
Blog app development using flutter rest api creation and connection video
https://youtu.be/O-Zl_40DxEw
July 20, 2020 at 10:53AM by devstackin
https://ift.tt/2ZHyzkI
Blog app development using flutter rest api creation and connection video
https://youtu.be/O-Zl_40DxEw
July 20, 2020 at 10:53AM by devstackin
https://ift.tt/2ZHyzkI
YouTube
NodeJs: Mongoose Schema and Rest API end point creation for Profile Page|| Flutter with NodeJS #22
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this video, We will do the following things-:
1) Profile data schema creation
2) Profile data Rest EndPoint creation
3) API Testing on Postman
4) Data visualization on…
In this video, We will do the following things-:
1) Profile data schema creation
2) Profile data Rest EndPoint creation
3) API Testing on Postman
4) Data visualization on…
New post on /r/flutterdev subreddit:
Flutter Calculator app in 20 mins
https://www.youtube.com/watch?v=Tt_rNK1DT3k
July 20, 2020 at 10:10AM by panwarabhishek3
https://ift.tt/3fKq7H5
Flutter Calculator app in 20 mins
https://www.youtube.com/watch?v=Tt_rNK1DT3k
July 20, 2020 at 10:10AM by panwarabhishek3
https://ift.tt/3fKq7H5
YouTube
Flutter Calculator App in 20 mins - Flutter UI - Speed Code
This Flutter speed code video wherein we are creating a Flutter calculator app from scratch is for Flutter beginners. Apart from writing the code for the Flutter UI, we will also be writing the logic of this simple calculator in Flutter.
Widgets like SizedBox…
Widgets like SizedBox…
New post on /r/flutterdev subreddit:
Git hooks in Flutter projects with Lefthook
https://ift.tt/32xkKap
July 20, 2020 at 09:59AM by _arthurdenner
https://ift.tt/3fJk5WY
Git hooks in Flutter projects with Lefthook
https://ift.tt/32xkKap
July 20, 2020 at 09:59AM by _arthurdenner
https://ift.tt/3fJk5WY
DEV Community
Git hooks in Flutter projects with Lefthook
How to easily standardize commits
New post on Flutter Dev Google group:
Complex music tool with Flutter?
Hello everyone, we are developing a musician platform/ tool for musicians for an app. Currently we have implemented the app on Android and Flutter and would now like to switch to Flutter. Do you have any experiences or suggestions for this or know people who already gained experiences with
July 20, 2020 at 11:12AM by Annika S
https://ift.tt/2WEz9xD
Complex music tool with Flutter?
Hello everyone, we are developing a musician platform/ tool for musicians for an app. Currently we have implemented the app on Android and Flutter and would now like to switch to Flutter. Do you have any experiences or suggestions for this or know people who already gained experiences with
July 20, 2020 at 11:12AM by Annika S
https://ift.tt/2WEz9xD
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:
unable to setmapstyle for googlemaps in flutter
i have been trying to style my google map and it just will not work. can someone see whats wrong with it? GoogleMap( markers: Set.of(_markers.values), myLocationEnabled: true, onMapCreated: (GoogleMapController controller) { mapController
July 20, 2020 at 11:18AM by Error Place
https://ift.tt/2WChpTA
unable to setmapstyle for googlemaps in flutter
i have been trying to style my google map and it just will not work. can someone see whats wrong with it? GoogleMap( markers: Set.of(_markers.values), myLocationEnabled: true, onMapCreated: (GoogleMapController controller) { mapController
July 20, 2020 at 11:18AM by Error Place
https://ift.tt/2WChpTA
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:
Cloud Firestore and Caching
There was a discussion about this hidden in another post, so I thought I'd create its own.What are people's experiences with this? How have you handled caching in order to reduce the amount of times you're calling the server?For my use case, the user does not interact with any other users, and will generally use the app from only one phone. My idea is to do the following (which I posted elsewhere):With Cloud Firestore, there's a source enum. Seems like you could force it to check the cache first, if that errors or returns an empty list (depending on what you're doing), then you could force query the server.
July 20, 2020 at 12:25PM by 946789987649
https://ift.tt/2ZMDrFj
Cloud Firestore and Caching
There was a discussion about this hidden in another post, so I thought I'd create its own.What are people's experiences with this? How have you handled caching in order to reduce the amount of times you're calling the server?For my use case, the user does not interact with any other users, and will generally use the app from only one phone. My idea is to do the following (which I posted elsewhere):With Cloud Firestore, there's a source enum. Seems like you could force it to check the cache first, if that errors or returns an empty list (depending on what you're doing), then you could force query the server.
July 20, 2020 at 12:25PM by 946789987649
https://ift.tt/2ZMDrFj
GitHub
FirebaseExtended/flutterfire
🔥 A collection of Firebase plugins for Flutter apps. - FirebaseExtended/flutterfire
New post on /r/flutterdev subreddit:
Build A Flutter Tinder Clone with Firebase & BLoC #34/40 Message Page
https://youtu.be/st69wSeC8Qg
July 20, 2020 at 01:13PM by 26Waga
https://ift.tt/3fN42r5
Build A Flutter Tinder Clone with Firebase & BLoC #34/40 Message Page
https://youtu.be/st69wSeC8Qg
July 20, 2020 at 01:13PM by 26Waga
https://ift.tt/3fN42r5
YouTube
Build Flutter Tinder Clone with Firebase & BLoC #35/41 MessagePage
Build a Flutter Tinder Clone with Firebase and BLoC. In this video we work on the Chat Model and the Chat Widget
New post on /r/flutterdev subreddit:
Flutter-Commerce | An e-commerce application built in Flutter using Firebase
https://ift.tt/2OIhbpu
July 20, 2020 at 01:36PM by ashishrawat2911
https://ift.tt/2OEJgho
Flutter-Commerce | An e-commerce application built in Flutter using Firebase
https://ift.tt/2OIhbpu
July 20, 2020 at 01:36PM by ashishrawat2911
https://ift.tt/2OEJgho
New post on /r/flutterdev subreddit:
Animated Google Maps Markers with detail card Package
Proud to announce a new Flutter Package for Google MapsEasy to use Animated Maps Markers with a detailed card. Use it for a store or any place locator.Please support my work by giving a star ⭐ on GitHub repo.Demo: https://raw.githubusercontent.com/atiqsamtia/interactive_maps_marker_flutter/master/demo/simple-demo.gifGithub RepoPub.dev Package
July 20, 2020 at 02:16PM by atiqsamtia
https://ift.tt/3jpjjk4
Animated Google Maps Markers with detail card Package
Proud to announce a new Flutter Package for Google MapsEasy to use Animated Maps Markers with a detailed card. Use it for a store or any place locator.Please support my work by giving a star ⭐ on GitHub repo.Demo: https://raw.githubusercontent.com/atiqsamtia/interactive_maps_marker_flutter/master/demo/simple-demo.gifGithub RepoPub.dev Package
July 20, 2020 at 02:16PM by atiqsamtia
https://ift.tt/3jpjjk4
New post on /r/flutterdev subreddit:
I made SVG icons to OTF font converter, written fully in Dart. I hope it will be useful for many people in their Flutter projects.
https://ift.tt/2ZOMt4J
July 20, 2020 at 02:09PM by yyyt
https://ift.tt/3eLBwVN
I made SVG icons to OTF font converter, written fully in Dart. I hope it will be useful for many people in their Flutter projects.
https://ift.tt/2ZOMt4J
July 20, 2020 at 02:09PM by yyyt
https://ift.tt/3eLBwVN
Dart packages
fontify | Dart Package
Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.
New post on /r/flutterdev subreddit:
Free French Flutter Beginner Course
Hi everyone,If you want to know what Flutter can do for you, I have created a french course to build your first project.You can also ask for help on the community forum.See you
July 20, 2020 at 02:38PM by StephanINL
https://ift.tt/3joB96L
Free French Flutter Beginner Course
Hi everyone,If you want to know what Flutter can do for you, I have created a french course to build your first project.You can also ask for help on the community forum.See you
July 20, 2020 at 02:38PM by StephanINL
https://ift.tt/3joB96L
IN'LEARN
Formation Flutter gratuite pour débutant
Créez votre première application Flutter avec notre formation d'initiation gratuite, apprendre efficacement les bases en partant de zéro.
New post on /r/flutterdev subreddit:
Custom dialogs in Flutter
https://youtu.be/rc0ZLsQsDKk
July 20, 2020 at 02:22PM by jetblack-pope
https://ift.tt/2E1QLx3
Custom dialogs in Flutter
https://youtu.be/rc0ZLsQsDKk
July 20, 2020 at 02:22PM by jetblack-pope
https://ift.tt/2E1QLx3
YouTube
Custom Dialogs in Flutter
This video goes through showing you how to create custom alert dialogs in your Flutter project. Add any kind of functionality and widgets to your popups utilizing this widget.
Subscribe to the channel to see more weekly content on Flutter development. …
Subscribe to the channel to see more weekly content on Flutter development. …
New post on /r/flutterdev subreddit:
Flutter learning resources
My friend is a major Flutter enthusiast. He's an experienced Android developer. He picked it up very quickly and now it is the main technology he's working with. He decided to create a list of free Flutter resources he used to learn it. It's extremely valuable for both beginners and more advanced Flutter users. Give it a try.
July 20, 2020 at 03:02PM by placek3000
https://ift.tt/3huQQIb
Flutter learning resources
My friend is a major Flutter enthusiast. He's an experienced Android developer. He picked it up very quickly and now it is the main technology he's working with. He decided to create a list of free Flutter resources he used to learn it. It's extremely valuable for both beginners and more advanced Flutter users. Give it a try.
July 20, 2020 at 03:02PM by placek3000
https://ift.tt/3huQQIb
The Software House
Flutter resources: best resources to learn Flutter for beginners and advanced developers | TSH.io
Interested in Flutter development but need proper Flutter resources and learning material? This is my list of best resources to learn Flutter.
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 48 - Tutorials, videos, packages, and much more!
https://ift.tt/3eMVS0P
July 20, 2020 at 04:01PM by vensign
https://ift.tt/3jpMFPg
Flutter Tap Weekly Newsletter Week 48 - Tutorials, videos, packages, and much more!
https://ift.tt/3eMVS0P
July 20, 2020 at 04:01PM by vensign
https://ift.tt/3jpMFPg
Fluttertap
Newsletter Issue 48
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 48
New post on /r/flutterdev subreddit:
Flutter-Commerce | An eCommerce application built in Flutter using Firebase.
https://ift.tt/3hksjW4
July 20, 2020 at 04:27PM by ashishrawat2911
https://ift.tt/2CQtuO4
Flutter-Commerce | An eCommerce application built in Flutter using Firebase.
https://ift.tt/3hksjW4
July 20, 2020 at 04:27PM by ashishrawat2911
https://ift.tt/2CQtuO4
GitHub
GitHub - ashishrawat2911/flutter_commerce: An Ecommerce application built in Flutter using Firebase.
An Ecommerce application built in Flutter using Firebase. - GitHub - ashishrawat2911/flutter_commerce: An Ecommerce application built in Flutter using Firebase.
New post on /r/flutterdev subreddit:
Flutter-Commerce | An e-commerce application built in Flutter using Firebase
https://ift.tt/3hksjW4
July 20, 2020 at 04:49PM by ashishrawat2911
https://ift.tt/3jmkJfl
Flutter-Commerce | An e-commerce application built in Flutter using Firebase
https://ift.tt/3hksjW4
July 20, 2020 at 04:49PM by ashishrawat2911
https://ift.tt/3jmkJfl
GitHub
GitHub - ashishrawat2911/flutter_commerce: An Ecommerce application built in Flutter using Firebase.
An Ecommerce application built in Flutter using Firebase. - GitHub - ashishrawat2911/flutter_commerce: An Ecommerce application built in Flutter using Firebase.
New post on /r/flutterdev subreddit:
Need help with GitHub and wanting contributors.
/r/flutterhelp/comments/huncwr/need_help_with_github_and_wanting_contributors/
July 20, 2020 at 05:36PM by thisis_dc
https://ift.tt/3himEzD
Need help with GitHub and wanting contributors.
/r/flutterhelp/comments/huncwr/need_help_with_github_and_wanting_contributors/
July 20, 2020 at 05:36PM by thisis_dc
https://ift.tt/3himEzD
Reddit
Need help with GitHub and wanting contributors. : r/FlutterDev
105K subscribers in the FlutterDev community. A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter wrap📱
https://youtu.be/u065PQd_ClE
July 20, 2020 at 04:50PM by maherban530
https://ift.tt/32BAglv
Flutter wrap📱
https://youtu.be/u065PQd_ClE
July 20, 2020 at 04:50PM by maherban530
https://ift.tt/32BAglv
YouTube
Flutter |5| wrap
WELCOME
create Widget, UI, AppBar, Wrap using Dart for Application.
Flutter |1| Bottom AppBar:https://youtu.be/BTrNnHLCq-4
Flutter |2| Page Selector:https://youtu.be/-yEX470jOh4
Flutter |3| Opacity:https://youtu.be/kX7uyJ_3srg
Flutter |4| Animated con…
create Widget, UI, AppBar, Wrap using Dart for Application.
Flutter |1| Bottom AppBar:https://youtu.be/BTrNnHLCq-4
Flutter |2| Page Selector:https://youtu.be/-yEX470jOh4
Flutter |3| Opacity:https://youtu.be/kX7uyJ_3srg
Flutter |4| Animated con…
New post on /r/flutterdev subreddit:
#15 Working with Images in Flutter || Images & Assets || Flutter Tutorial Beginners to Advance
https://www.youtube.com/watch?v=fSiRDdxkEIA
July 20, 2020 at 04:45PM by Code_Flipper
https://ift.tt/32DSQts
#15 Working with Images in Flutter || Images & Assets || Flutter Tutorial Beginners to Advance
https://www.youtube.com/watch?v=fSiRDdxkEIA
July 20, 2020 at 04:45PM by Code_Flipper
https://ift.tt/32DSQts
YouTube
#15 Working with Images in Flutter || Images & Assets || Flutter Tutorial For Beginners
In this video I'm explaining the Image Asset widget. How to use Images in flutter just in three steps. In this video I have also use Rows and Column with Image widget.
Fell free to ask questions in comments.
Email: ehtasham228@gmail.com
cod…
Fell free to ask questions in comments.
Email: ehtasham228@gmail.com
cod…