New post on /r/flutterdev subreddit:
App Feedback Thread - August 13, 2021
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
August 13, 2021 at 03:00PM by AutoModerator
https://ift.tt/3m55yuL
App Feedback Thread - August 13, 2021
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
August 13, 2021 at 03:00PM by AutoModerator
https://ift.tt/3m55yuL
reddit
App Feedback Thread - August 13, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
DioHub, an open-source GitHub mobile app made using Flutter, is now available on the Play Store!
The open beta for the app is now available on the play store! https://play.google.com/store/apps/details?id=com.felix.diohubThe repository for the project can be found here: https://github.com/NamanShergill/diohubFeatures:Comprehensive Issues/Pulls timelines and discussion, with ability to view and reply to review commentsAccess to all information from a repository, including pinned issues and issue templatesAdvanced Search with context based filter suggestions and query helpersComplete support for GitHub deeplinksCompletely customizable color palette and fonts, with ability to share themCode browsing with support for specific commit browsing, viewing commit history of a specific directory and with syntax highlightingUser/Home Activity TimelineCommits and patch viewerGitHub Flavored Markdown SupportCaching for partial offline supportComing Next:Project BoardsQoL updates and other featuresPlease let me know what you think of the project and any constructive criticism would be very helpful!Also, if you like the project, please leave a star on the repo and/or share them with other developers you think could find a use for it! :)
August 13, 2021 at 04:57PM by thelonesomeguy
https://ift.tt/3slQqdB
DioHub, an open-source GitHub mobile app made using Flutter, is now available on the Play Store!
The open beta for the app is now available on the play store! https://play.google.com/store/apps/details?id=com.felix.diohubThe repository for the project can be found here: https://github.com/NamanShergill/diohubFeatures:Comprehensive Issues/Pulls timelines and discussion, with ability to view and reply to review commentsAccess to all information from a repository, including pinned issues and issue templatesAdvanced Search with context based filter suggestions and query helpersComplete support for GitHub deeplinksCompletely customizable color palette and fonts, with ability to share themCode browsing with support for specific commit browsing, viewing commit history of a specific directory and with syntax highlightingUser/Home Activity TimelineCommits and patch viewerGitHub Flavored Markdown SupportCaching for partial offline supportComing Next:Project BoardsQoL updates and other featuresPlease let me know what you think of the project and any constructive criticism would be very helpful!Also, if you like the project, please leave a star on the repo and/or share them with other developers you think could find a use for it! :)
August 13, 2021 at 04:57PM by thelonesomeguy
https://ift.tt/3slQqdB
Google Play
DioHub - Apps on Google Play
The ultimate GitHub experience on mobile.
New post on /r/flutterdev subreddit:
Sort Descriptors in Dart
https://ift.tt/3m0b55P
August 13, 2021 at 06:49PM by VandadNahavandipoor
https://ift.tt/3m2N1z5
Sort Descriptors in Dart
https://ift.tt/3m0b55P
August 13, 2021 at 06:49PM by VandadNahavandipoor
https://ift.tt/3m2N1z5
New post on /r/flutterdev subreddit:
Flutter Developer Weekly Newsletter Issue #23 is LIVE
This week we cover:Focusing on the basicsPerformance tipFixing those "unbounded height" errorsParsing JSONAnd more!Details --> https://newsletter.flutterdeveloperweekly.com/issues/23Enjoy!
August 13, 2021 at 11:40PM by FlutterDevWeekly
https://ift.tt/3AJaQAq
Flutter Developer Weekly Newsletter Issue #23 is LIVE
This week we cover:Focusing on the basicsPerformance tipFixing those "unbounded height" errorsParsing JSONAnd more!Details --> https://newsletter.flutterdeveloperweekly.com/issues/23Enjoy!
August 13, 2021 at 11:40PM by FlutterDevWeekly
https://ift.tt/3AJaQAq
Flutterdeveloperweekly
Issue 23
Focusing On the Basics
New post on /r/flutterdev subreddit:
Flutter Text Animation | Text Widget Style and Animated Container
https://youtube.com/watch?v=HVXpn4n0nfE&feature=share
August 14, 2021 at 03:53AM by DBestech
https://ift.tt/3jV7bZb
Flutter Text Animation | Text Widget Style and Animated Container
https://youtube.com/watch?v=HVXpn4n0nfE&feature=share
August 14, 2021 at 03:53AM by DBestech
https://ift.tt/3jV7bZb
YouTube
Flutter Text Animation | Text Widget Style and Animated Container
๐๐๐๐You will learn about flutter text animation and flutter widget animation. We covered animation using flutter package animation. Flutter text style or widget style is another basic thing we covered in this tutorial. Text Animation or text widget animationโฆ
New post on /r/flutterdev subreddit:
Official flutter.dev tutorial's itemBuilder indexing is confusing
I am following this startup name generator tutorial: https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1#5At line 114 here: https://github.com/nyck33/flutterApress/blob/master/startup_namer/lib/main.dartI am trying to print out each word pair in array _suggestions indexing with 'i' which does not work but indexing with 'index' works. This is strange because i = index ~/2 so it goes 0,1,1,2,2, meaning I should see word pairs repeated but it actually prints them all out.0, darkrightodd: 11, hellseedodd: 32, guthillodd: 53, footflightodd: 74, softsortodd: 95, postsheetodd: 116, thinropeodd: 137, beastplainodd: 158, nearbearโI am also printing out the value of 'i` on line 103 when it is odd.Then I have my conditional to see if I could index into '_suggestions' using 'i' instead like:((index >= i) && (i >= 0)) ? testPair = _suggestions[i]: null;but this only prints out the first one and the rest are null.suggestions[0]: mythpillsuggestions[0-1]: nullodd: 1suggestions[2]: nullsuggestions[2-1]: nullodd: 3suggestions[4]: nullsuggestions[4-1]: nullComing from Python this is weird that I cannot use the iterator variable 'i' but rather use the result of integer division 'index' which instead of repeating word pairs, prints in numerical order.Can someone help me understand how my chain-of-thought is wrong?
August 14, 2021 at 03:16AM by webNoob13
https://ift.tt/3g201kM
Official flutter.dev tutorial's itemBuilder indexing is confusing
I am following this startup name generator tutorial: https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1#5At line 114 here: https://github.com/nyck33/flutterApress/blob/master/startup_namer/lib/main.dartI am trying to print out each word pair in array _suggestions indexing with 'i' which does not work but indexing with 'index' works. This is strange because i = index ~/2 so it goes 0,1,1,2,2, meaning I should see word pairs repeated but it actually prints them all out.0, darkrightodd: 11, hellseedodd: 32, guthillodd: 53, footflightodd: 74, softsortodd: 95, postsheetodd: 116, thinropeodd: 137, beastplainodd: 158, nearbearโI am also printing out the value of 'i` on line 103 when it is odd.Then I have my conditional to see if I could index into '_suggestions' using 'i' instead like:((index >= i) && (i >= 0)) ? testPair = _suggestions[i]: null;but this only prints out the first one and the rest are null.suggestions[0]: mythpillsuggestions[0-1]: nullodd: 1suggestions[2]: nullsuggestions[2-1]: nullodd: 3suggestions[4]: nullsuggestions[4-1]: nullComing from Python this is weird that I cannot use the iterator variable 'i' but rather use the result of integer division 'index' which instead of repeating word pairs, prints in numerical order.Can someone help me understand how my chain-of-thought is wrong?
August 14, 2021 at 03:16AM by webNoob13
https://ift.tt/3g201kM
New post on /r/flutterdev subreddit:
Flutter Tutorial : Sneakers App UI Design
https://youtube.com/watch?v=e7Q_R7qUSTE&feature=share
August 14, 2021 at 04:54AM by dickyrey
https://ift.tt/3fYzNzx
Flutter Tutorial : Sneakers App UI Design
https://youtube.com/watch?v=e7Q_R7qUSTE&feature=share
August 14, 2021 at 04:54AM by dickyrey
https://ift.tt/3fYzNzx
YouTube
Flutter Tutorial : Sneakers App UI Design
#flutter #movieapp #dark #tutorialIn this video, we are going to create the Home Screen of the Sneakers App. Enjoy..๐ Source code: https://github.com/byneet...
New post on /r/flutterdev subreddit:
flutter is truly amazing
bit of a background about myself. i'm a developer and i mainly work on backend systems and don't really have much experience with app development, save for one project in college. I remember that android project was just so annoying to do. we created the layout with xml and then styled it with css and then added the logic.but i just started using flutter, and by God, it is amazing. like I actually want to write the app. i've just been playing around with it and it's so powerful and so easy to use, i absolutely love it.
August 14, 2021 at 04:37AM by nadeemon
https://ift.tt/3CKszsN
flutter is truly amazing
bit of a background about myself. i'm a developer and i mainly work on backend systems and don't really have much experience with app development, save for one project in college. I remember that android project was just so annoying to do. we created the layout with xml and then styled it with css and then added the logic.but i just started using flutter, and by God, it is amazing. like I actually want to write the app. i've just been playing around with it and it's so powerful and so easy to use, i absolutely love it.
August 14, 2021 at 04:37AM by nadeemon
https://ift.tt/3CKszsN
New post on /r/flutterdev subreddit:
Flutter Text Animation | Text Widget Style and Animated Container
https://youtube.com/watch?v=HVXpn4n0nfE&feature=share
August 14, 2021 at 03:53AM by DBestech
https://ift.tt/3jV7bZb
Flutter Text Animation | Text Widget Style and Animated Container
https://youtube.com/watch?v=HVXpn4n0nfE&feature=share
August 14, 2021 at 03:53AM by DBestech
https://ift.tt/3jV7bZb
YouTube
Flutter Text Animation | Text Widget Style and Animated Container
๐๐๐๐You will learn about flutter text animation and flutter widget animation. We covered animation using flutter package animation. Flutter text style or widget style is another basic thing we covered in this tutorial. Text Animation or text widget animationโฆ
New post on /r/flutterdev subreddit:
New Reso Coder - Awesome Notifications library
https://www.youtube.com/watch?v=JAq9fVn3X7UI've been using AwesomeNotifications in an app I've been working on, highly recommend.
August 14, 2021 at 05:27AM by breakfastboii
https://ift.tt/3skhmub
New Reso Coder - Awesome Notifications library
https://www.youtube.com/watch?v=JAq9fVn3X7UI've been using AwesomeNotifications in an app I've been working on, highly recommend.
August 14, 2021 at 05:27AM by breakfastboii
https://ift.tt/3skhmub
YouTube
Flutter Awesome Notifications - Create Local Notifications With Ease
๐ Learn from the written tutorial & get the starter project๐๐
https://resocoder.com/awesome-notifications-flutter-tutorial
๐ง Get Flutter news ๐ฐ and resources:
๐ http://flutter.education
๐จโ๐ป Do you write good code? Find out now!
https://resocoder.com/goodโฆ
https://resocoder.com/awesome-notifications-flutter-tutorial
๐ง Get Flutter news ๐ฐ and resources:
๐ http://flutter.education
๐จโ๐ป Do you write good code? Find out now!
https://resocoder.com/goodโฆ
New post on /r/flutterdev subreddit:
Flutter - Creating a Game From Scratch ๐๐จโ๐ป | Flutter Game Tutorial
https://youtu.be/3wn0N9DZdy8
August 14, 2021 at 09:10AM by Paras_Jain_09
https://ift.tt/3xMXscz
Flutter - Creating a Game From Scratch ๐๐จโ๐ป | Flutter Game Tutorial
https://youtu.be/3wn0N9DZdy8
August 14, 2021 at 09:10AM by Paras_Jain_09
https://ift.tt/3xMXscz
YouTube
Creating a Game From Scratch in Flutter | NO GAME ENGINE USED!
#flutter #game #flutterui
In this Flutter Tutorial, we will be taking a look at creating a base for Jardinains (Pong) Game in Flutter from Scratch. I will be going through the code, explaining to you all the important concepts. This tutorial will help youโฆ
In this Flutter Tutorial, we will be taking a look at creating a base for Jardinains (Pong) Game in Flutter from Scratch. I will be going through the code, explaining to you all the important concepts. This tutorial will help youโฆ
New post on /r/flutterdev subreddit:
Flutter with large javascript library/components
Hi flutter looks exciting, my target app is an editor heavily focus on editing features: e.g, markdown, latex, code, or even spreadsheet. In javascript world, there are libraries e.g, markedownIt, mathjax, codemirror, Handsontable etc to handle these use cases.What are the options with Dart/Flutter ? from my research with limited experience, we can- Use Webview to wrap up these applications.- Find Dart implementations to support these formats: we seems to have some markdown/latex Dart packages, but not as mature/complete as Js.- Find native implementations to support these formats, and integrate with Flutter through platform channels: again, availability and qualities of libraries are limited.For my use case, do you consider Flutter a good option, is flutter a viable/good option for apps similar as notion ? What would be your choice in this case.
August 14, 2021 at 08:46AM by csc221
https://ift.tt/3CLBxGm
Flutter with large javascript library/components
Hi flutter looks exciting, my target app is an editor heavily focus on editing features: e.g, markdown, latex, code, or even spreadsheet. In javascript world, there are libraries e.g, markedownIt, mathjax, codemirror, Handsontable etc to handle these use cases.What are the options with Dart/Flutter ? from my research with limited experience, we can- Use Webview to wrap up these applications.- Find Dart implementations to support these formats: we seems to have some markdown/latex Dart packages, but not as mature/complete as Js.- Find native implementations to support these formats, and integrate with Flutter through platform channels: again, availability and qualities of libraries are limited.For my use case, do you consider Flutter a good option, is flutter a viable/good option for apps similar as notion ? What would be your choice in this case.
August 14, 2021 at 08:46AM by csc221
https://ift.tt/3CLBxGm
reddit
Flutter with large javascript library/components
Hi flutter looks exciting, my target app is an editor heavily focus on editing features: e.g, markdown, latex, code, or even spreadsheet. In...
New post on /r/flutterdev subreddit:
Fixing error
Can't find a solution to this error.. earlier it asked to install jdk so I did it and added to the path but now I can't view my app on avd Using Android Studio and VS Codeproblem
August 14, 2021 at 11:59AM by imRajAryan09
https://ift.tt/3xMfM5p
Fixing error
Can't find a solution to this error.. earlier it asked to install jdk so I did it and added to the path but now I can't view my app on avd Using Android Studio and VS Codeproblem
August 14, 2021 at 11:59AM by imRajAryan09
https://ift.tt/3xMfM5p
Twitter
Raj Aryan
It's just stuck ๐ The heck am I doing wrong ??? #Flutter #flutterdev
New post on /r/flutterdev subreddit:
how to code sticky NOTES with simple backend โข Google Sheets
https://youtu.be/SoBpxS46HEA
August 14, 2021 at 11:36AM by Heisenlife
https://ift.tt/3soAKq8
how to code sticky NOTES with simple backend โข Google Sheets
https://youtu.be/SoBpxS46HEA
August 14, 2021 at 11:36AM by Heisenlife
https://ift.tt/3soAKq8
YouTube
NOTES app โข Flutter ร Google Sheets
๐ฐ Buy Quality Premade Flutter UIs & Apps โข https://mitchkoko.gumroad.com/
๐ Book a call with me โข https://mitchkoko.gumroad.com/l/CallWithMitch
๐ฐ Flutter UI Course for BEGINNERS: https://mitchkoko.gumroad.com/l/BeginnerFlutterUICourse
Google Sheets ร Flutter:โฆ
๐ Book a call with me โข https://mitchkoko.gumroad.com/l/CallWithMitch
๐ฐ Flutter UI Course for BEGINNERS: https://mitchkoko.gumroad.com/l/BeginnerFlutterUICourse
Google Sheets ร Flutter:โฆ
New post on /r/flutterdev subreddit:
track driver location
dears, I am working on a flutter app where I have two types of user going to register in the app, like Uber or any taxi app there are users and drivers, now in user app I want to display a map and show a live tracking of the driver my question is how I going to make the user app get the stream of driver locationmy first thought was to make driver app grape its location then send them to my back-end then in the user app make a function where I am going to call API to get the location data every second for example, please it this the right scenario to perform this functionality or there is better way doing that..thanks in advance
August 14, 2021 at 01:39PM by kikiCoder
https://ift.tt/3siTTK8
track driver location
dears, I am working on a flutter app where I have two types of user going to register in the app, like Uber or any taxi app there are users and drivers, now in user app I want to display a map and show a live tracking of the driver my question is how I going to make the user app get the stream of driver locationmy first thought was to make driver app grape its location then send them to my back-end then in the user app make a function where I am going to call API to get the location data every second for example, please it this the right scenario to perform this functionality or there is better way doing that..thanks in advance
August 14, 2021 at 01:39PM by kikiCoder
https://ift.tt/3siTTK8
Reddit
reddit.com: over 18?
Reddit gives you the best of the internet in one place. Get a constantly updating feed of breaking news, fun stories, pics, memes, and videos just for you. Passionate about something niche? Reddit has thousands of vibrant communities with people that shareโฆ
New post on /r/flutterdev subreddit:
(Learning Resource) Ultimate Guide to Flutter - A helpful and comprehensive guide to learning Flutter with explanations, screenshots, tips, resources, and examples for Dart, Flutter, Firebase, State Management and more
Ultimate Guide to Flutter (GitHub)In my journey of learning Flutter, I found that many of the learning resources and tutorials were created by Flutter developers who had been coding for years already, who failed to explain the basic concepts of Flutter before diving into cryptic pieces of code. Also, due to how new Flutter is, I found that there was a relative lack of freely available and good quality learning materials, in comparison to more established frameworks or languages like Python. My journey to learning Flutter was a strange mix of YouTube tutorials, documentation, random articles and looking at other people's code.This GitHub guide is a complete guide to learning Flutter that starts from the very basics and later delves into more advanced topics, with very intuitive and easy-to-understand explanations. It goes through the basics of Dart (the language used for the Flutter framework), the basics of the Flutter framework, Firebase (as a viable back-end for Flutter apps), State Management (with Provider), and good practices.The guide includes detailed explanations, resources, tips, and code examples along with screenshots to show what certain code snippets do on Flutter apps. Finally, the guide ends off with a challenge project - recreating a UI design from Dribbble.I genuinely hope this guide can help you if you are stuck or just starting on your journey to learning Flutter. Maybe it can make your journey less confusing than it has to be, like mine was. Be patient, be persistent, and you will get there.Note: Since this is an open source project on GitHub, any contributions or feedback is welcome.Good luck!Table of ContentsIntroductionGetting StartedLearning DartLearning Flutter UILearning FirebaseConnecting Firebase with FlutterState ManagementBest PracticesChallenge ProjectHelpful Resources
August 14, 2021 at 02:48PM by dev5906
https://ift.tt/3AIsc05
(Learning Resource) Ultimate Guide to Flutter - A helpful and comprehensive guide to learning Flutter with explanations, screenshots, tips, resources, and examples for Dart, Flutter, Firebase, State Management and more
Ultimate Guide to Flutter (GitHub)In my journey of learning Flutter, I found that many of the learning resources and tutorials were created by Flutter developers who had been coding for years already, who failed to explain the basic concepts of Flutter before diving into cryptic pieces of code. Also, due to how new Flutter is, I found that there was a relative lack of freely available and good quality learning materials, in comparison to more established frameworks or languages like Python. My journey to learning Flutter was a strange mix of YouTube tutorials, documentation, random articles and looking at other people's code.This GitHub guide is a complete guide to learning Flutter that starts from the very basics and later delves into more advanced topics, with very intuitive and easy-to-understand explanations. It goes through the basics of Dart (the language used for the Flutter framework), the basics of the Flutter framework, Firebase (as a viable back-end for Flutter apps), State Management (with Provider), and good practices.The guide includes detailed explanations, resources, tips, and code examples along with screenshots to show what certain code snippets do on Flutter apps. Finally, the guide ends off with a challenge project - recreating a UI design from Dribbble.I genuinely hope this guide can help you if you are stuck or just starting on your journey to learning Flutter. Maybe it can make your journey less confusing than it has to be, like mine was. Be patient, be persistent, and you will get there.Note: Since this is an open source project on GitHub, any contributions or feedback is welcome.Good luck!Table of ContentsIntroductionGetting StartedLearning DartLearning Flutter UILearning FirebaseConnecting Firebase with FlutterState ManagementBest PracticesChallenge ProjectHelpful Resources
August 14, 2021 at 02:48PM by dev5906
https://ift.tt/3AIsc05
GitHub
GitHub - antz22/ultimate-guide-to-flutter: A comprehensive guide on learning how to code cross platform mobile applications withโฆ
A comprehensive guide on learning how to code cross platform mobile applications with the Flutter framework, from the ground up. - antz22/ultimate-guide-to-flutter
New post on /r/flutterdev subreddit:
New one! Learn how to persist data on Firebase emulators ๐
https://ift.tt/3xJS75x
August 14, 2021 at 02:10PM by mukhtharcm
https://ift.tt/37Fs0lZ
New one! Learn how to persist data on Firebase emulators ๐
https://ift.tt/3xJS75x
August 14, 2021 at 02:10PM by mukhtharcm
https://ift.tt/37Fs0lZ
New post on /r/flutterdev subreddit:
Cross-platform Flutter + Kotlin (KMM) Setup
I came to Flutter from a native android development background and let's forget about Kotlin KMM vs Flutter, and since kotlin allows to write a very powerful typesafe, threadsafe, multiplatform codebase, and Flutter has an amazing UI toolkit, I know this is kinda complicated, can we combine the power of this two languages?My point is that some complex UI or a feature that a very platform-dependent to be re-implemented for each platform, e.g. instead of writing models that power native code feature in a lot of languages like Swift, JS, and kotlin(JVM) on Android, but on a Flutter project using Kotlin (KMM) to do such thing!Is it possible (I think yes)? How to setup these two to work together?
I only saw an article that supports my Idea.#Kotlin #Flutter #Multiplatform
August 14, 2021 at 02:06PM by Local-Dot9553
https://ift.tt/3z0kgqN
Cross-platform Flutter + Kotlin (KMM) Setup
I came to Flutter from a native android development background and let's forget about Kotlin KMM vs Flutter, and since kotlin allows to write a very powerful typesafe, threadsafe, multiplatform codebase, and Flutter has an amazing UI toolkit, I know this is kinda complicated, can we combine the power of this two languages?My point is that some complex UI or a feature that a very platform-dependent to be re-implemented for each platform, e.g. instead of writing models that power native code feature in a lot of languages like Swift, JS, and kotlin(JVM) on Android, but on a Flutter project using Kotlin (KMM) to do such thing!Is it possible (I think yes)? How to setup these two to work together?
I only saw an article that supports my Idea.#Kotlin #Flutter #Multiplatform
August 14, 2021 at 02:06PM by Local-Dot9553
https://ift.tt/3z0kgqN
Medium
Flutter and Kotlin Multiplatform relationship
Kotlin Multiplatform and Flutter are often considered as competitors. It is just the opposite. Their ambitions do not overlap, and theyโฆ
New post on /r/flutterdev subreddit:
Social Media App With Custom Backend and Flutter
https://youtu.be/gu3_TKGJoGs
August 14, 2021 at 03:53PM by dopecode31
https://ift.tt/2UiIUUn
Social Media App With Custom Backend and Flutter
https://youtu.be/gu3_TKGJoGs
August 14, 2021 at 03:53PM by dopecode31
https://ift.tt/2UiIUUn
YouTube
9. Posts relations | Flutter Social Media App With Custom Backend | Flutter Social Media App
๐ขthe Social is a Flutter Social Media App With Custom Backend. Enjoy!๐Flutter Social Media App With Backend Flutter Social Media App With Backend Flutter
๐บFor Further Updates Follow me here :
๐พ Instagram : https://www.instagram.com/abhishvek/
๐ฅ๐ฅ๐ฅ NodeJSโฆ
๐บFor Further Updates Follow me here :
๐พ Instagram : https://www.instagram.com/abhishvek/
๐ฅ๐ฅ๐ฅ NodeJSโฆ
New post on /r/flutterdev subreddit:
Does data from pubspec.yaml get compiled with a Flutter app?
I'm basically looking to access private repo packages using personal access tokens, and I'm wondering whether this info might be visible to someone decompiling the app.I can of course change the tokens after the app release but I'm wondering whether that could be avoided.Also, any additional articles / info on Flutter app security would be greatly appreciated!
August 14, 2021 at 03:18PM by No_Appearance4886
https://ift.tt/3yS4xd6
Does data from pubspec.yaml get compiled with a Flutter app?
I'm basically looking to access private repo packages using personal access tokens, and I'm wondering whether this info might be visible to someone decompiling the app.I can of course change the tokens after the app release but I'm wondering whether that could be avoided.Also, any additional articles / info on Flutter app security would be greatly appreciated!
August 14, 2021 at 03:18PM by No_Appearance4886
https://ift.tt/3yS4xd6
New post on /r/flutterdev subreddit:
Flutter UI Staggered Grid View App Tutorial | Step by Step Well Explained Part 2
https://youtu.be/gtRDzKkcO3o
August 14, 2021 at 03:18PM by Confident-Basket-896
https://ift.tt/3seUWdY
Flutter UI Staggered Grid View App Tutorial | Step by Step Well Explained Part 2
https://youtu.be/gtRDzKkcO3o
August 14, 2021 at 03:18PM by Confident-Basket-896
https://ift.tt/3seUWdY
YouTube
Flutter UI Staggered Grid View App Tutorial | App from Scratch Part 2
Welcome to my Flutter Apps from Scratch tutorial series. In this video, you will build the layout of a travel app UI and learn about how to use the staggered grid view.
๐ Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Support me at my Patreon
Sourceโฆ
๐ Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Support me at my Patreon
Sourceโฆ