New post on /r/flutterdev subreddit:
Learn Flutter Like A PRO 2021 Edition ( Absolutely Free ) 💙 Build 25+ Apps
https://twitter.com/imthepk/status/1332272360100044800?s=21
November 27, 2020 at 12:09PM by imthepk
https://ift.tt/2Jn4VLC
Learn Flutter Like A PRO 2021 Edition ( Absolutely Free ) 💙 Build 25+ Apps
https://twitter.com/imthepk/status/1332272360100044800?s=21
November 27, 2020 at 12:09PM by imthepk
https://ift.tt/2Jn4VLC
Twitter
Pawan Kumar
Learn Flutter Like A PRO 2021 Edition ( Absolutely Free ) 💙 Build 25+ Apps ⚡️ My 3 Years of hard work to make this content. 👨🏻💻 For the correct order to learn. ⌕ Here is the Full Thread Down 👇🏻 Retweet for awareness. 🔁 Subscribe MTECHVIRAL Youtube @mtechviral…
New post on /r/flutterdev subreddit:
Reflectly Ui with animation
An onboarding UI of the popular flutter app Reflectly with animation.source code: https://github.com/shehriyarmalik/ReflectlyUI
November 27, 2020 at 12:25PM by shehriyar_
https://ift.tt/3lgSG0p
Reflectly Ui with animation
An onboarding UI of the popular flutter app Reflectly with animation.source code: https://github.com/shehriyarmalik/ReflectlyUI
November 27, 2020 at 12:25PM by shehriyar_
https://ift.tt/3lgSG0p
GitHub
GitHub - shehriyarmalik/ReflectlyUI
Contribute to shehriyarmalik/ReflectlyUI development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Riverpod and bloc
Hi there flutter gurus. I've been learning to use riverpod as my main state management tool in an app I'm working on. I'm confused. I've been wondering if the application is still considered as following bloc pattern when using statenotifiers as the main business logic handlers?Also is there a resource you found on how to combine traditional blocs with riverpod? I don't want to use stream builders to listen to the blocs streams. Is it right to have a stream as a variable in my state's model?I have a million questions concerning riverpod and clean architecture with it. All insight and resources are appreciated.
November 27, 2020 at 02:07PM by AbstractOne444
https://ift.tt/2VaOOU9
Riverpod and bloc
Hi there flutter gurus. I've been learning to use riverpod as my main state management tool in an app I'm working on. I'm confused. I've been wondering if the application is still considered as following bloc pattern when using statenotifiers as the main business logic handlers?Also is there a resource you found on how to combine traditional blocs with riverpod? I don't want to use stream builders to listen to the blocs streams. Is it right to have a stream as a variable in my state's model?I have a million questions concerning riverpod and clean architecture with it. All insight and resources are appreciated.
November 27, 2020 at 02:07PM by AbstractOne444
https://ift.tt/2VaOOU9
reddit
Riverpod and bloc
Hi there flutter gurus. I've been learning to use riverpod as my main state management tool in an app I'm working on. I'm confused. I've been...
New post on /r/flutterdev subreddit:
I'm an Android Developer and I need to learn Flutter.
Hey guys!I work as an Native Android Developer and the project that i'm currenlty working on is ending soon. Thing is that my next project will use Flutter, so i ll use these last months of development to learn flutter.How difficult is to learn Flutter for an Android Developer?And which are the must to have dependencies to work with it? Like in Android: Dagger 2(DI), RXJava (Reactive Programming), Retrofit (Https calls), Mockito (Unit Test), etc.Edit: Also, which development pattern do you use? For Example on Android i use MVVM but maybe for flutter there is another standar way to do it.Thanks!!!
November 27, 2020 at 02:04PM by PegsTheEmitter
https://ift.tt/2JcZXkJ
I'm an Android Developer and I need to learn Flutter.
Hey guys!I work as an Native Android Developer and the project that i'm currenlty working on is ending soon. Thing is that my next project will use Flutter, so i ll use these last months of development to learn flutter.How difficult is to learn Flutter for an Android Developer?And which are the must to have dependencies to work with it? Like in Android: Dagger 2(DI), RXJava (Reactive Programming), Retrofit (Https calls), Mockito (Unit Test), etc.Edit: Also, which development pattern do you use? For Example on Android i use MVVM but maybe for flutter there is another standar way to do it.Thanks!!!
November 27, 2020 at 02:04PM by PegsTheEmitter
https://ift.tt/2JcZXkJ
reddit
I'm an Android Developer and I need to learn Flutter.
Hey guys! I work as an Native Android Developer and the project that i'm currenlty working on is ending soon. Thing is that my next project will...
New post on /r/flutterdev subreddit:
Campaign tracking for a Flutter application (iOS & Android)
Hi everyone!As our application went live two weeks ago and we have fixed the first bugs, we wanted to start advertising in the next weeks.However, we just figured out (it is our first app) that neither the Appstore nor the Play console can provide us download statistics about a specific ad campaign. Thereby we looked at the old "utm_source"/referrer way.On Android, the referrer URL parameter seems to be the thing we are looking for but I cannot find a way to retrieve it on app first install.On iOS it is even worse, I cannot even find an URL parameter that allow to pass things like referrer...And for both platform, the day I will have developed this features, how is it possible to test it?Thus, I wanted to know your opinion about this Campaign tracking topic and learn how you are all doing!Thanks a lot in advanceFlorian
November 27, 2020 at 02:30PM by flogaribal
https://ift.tt/2JnwR1Z
Campaign tracking for a Flutter application (iOS & Android)
Hi everyone!As our application went live two weeks ago and we have fixed the first bugs, we wanted to start advertising in the next weeks.However, we just figured out (it is our first app) that neither the Appstore nor the Play console can provide us download statistics about a specific ad campaign. Thereby we looked at the old "utm_source"/referrer way.On Android, the referrer URL parameter seems to be the thing we are looking for but I cannot find a way to retrieve it on app first install.On iOS it is even worse, I cannot even find an URL parameter that allow to pass things like referrer...And for both platform, the day I will have developed this features, how is it possible to test it?Thus, I wanted to know your opinion about this Campaign tracking topic and learn how you are all doing!Thanks a lot in advanceFlorian
November 27, 2020 at 02:30PM by flogaribal
https://ift.tt/2JnwR1Z
reddit
Campaign tracking for a Flutter application (iOS & Android)
Hi everyone! As our application went live two weeks ago and we have fixed the first bugs, we wanted to start advertising in the next...
New post on /r/flutterdev subreddit:
Everything you want to know about get_it and get_it_mixin, but didn't dare to ask ;-)
Hi friends,as I'm the author of these both packages I thought maybe a Q&A post might be helpful for some of you.If you haven't heard about the packages you find them here:https://pub.dev/packages/get_ithttps://pub.dev/packages/get_it_mixinSo ask me anything I will try to answer as good as I can.
November 27, 2020 at 04:35PM by escamoteur
https://ift.tt/3nWOKUk
Everything you want to know about get_it and get_it_mixin, but didn't dare to ask ;-)
Hi friends,as I'm the author of these both packages I thought maybe a Q&A post might be helpful for some of you.If you haven't heard about the packages you find them here:https://pub.dev/packages/get_ithttps://pub.dev/packages/get_it_mixinSo ask me anything I will try to answer as good as I can.
November 27, 2020 at 04:35PM by escamoteur
https://ift.tt/3nWOKUk
Dart packages
get_it | Dart package
Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"
New post on Flutter Dev Google group:
Flutter app for IOS ok run from flutter run -release, OK when build and Install using XCODE but FAIL when open to run.
*My environment* % flutter doctor --verbose [✓] Flutter (Channel stable, 1.22.4, on macOS 11.0.1 20B50 darwin-x64, locale en-GB) • Flutter version 1.22.4 at /Users/mobdevs/Development/flutter • Framework revision 1aafb3a8b9 (2 weeks ago), 2020-11-13 09:59:28 -0800 • Engine
November 27, 2020 at 05:56PM by AZAMAN SULEIMAN
https://ift.tt/39jrITB
Flutter app for IOS ok run from flutter run -release, OK when build and Install using XCODE but FAIL when open to run.
*My environment* % flutter doctor --verbose [✓] Flutter (Channel stable, 1.22.4, on macOS 11.0.1 20B50 darwin-x64, locale en-GB) • Flutter version 1.22.4 at /Users/mobdevs/Development/flutter • Framework revision 1aafb3a8b9 (2 weeks ago), 2020-11-13 09:59:28 -0800 • Engine
November 27, 2020 at 05:56PM by AZAMAN SULEIMAN
https://ift.tt/39jrITB
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 Speed Code - Sports App (Part - I)
(3) Flutter Speed Code - Sports App (Part - I) - YouTube
November 27, 2020 at 05:49PM by singh_preet_
https://ift.tt/3mdkxzX
Flutter Speed Code - Sports App (Part - I)
(3) Flutter Speed Code - Sports App (Part - I) - YouTube
November 27, 2020 at 05:49PM by singh_preet_
https://ift.tt/3mdkxzX
YouTube
Flutter Speed Code - Sports App (Part - I)
Today we will create a very inovative bottom navigation bar for a sports app.
We did not use any package for this.
Please subscribe to watch the next part.
We did not use any package for this.
Please subscribe to watch the next part.
New post on /r/flutterdev subreddit:
Flutter Tutorial - 2/2 Navigation & Named Routes (Tutorial)
https://www.youtube.com/watch?v=btuxZkofLbs
November 27, 2020 at 05:25PM by JohannesMilke
https://ift.tt/37bDEnT
Flutter Tutorial - 2/2 Navigation & Named Routes (Tutorial)
https://www.youtube.com/watch?v=btuxZkofLbs
November 27, 2020 at 05:25PM by JohannesMilke
https://ift.tt/37bDEnT
YouTube
Flutter Tutorial - 2/2 Navigation & Named Routes
Master how to navigate between pages in Flutter with named routes which can be used especially for more complex applications.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://gith…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://gith…
New post on /r/flutterdev subreddit:
Arkanoid With Flutter
https://youtu.be/945p_vcFkF0
November 27, 2020 at 03:11PM by thkp_jon
https://ift.tt/3lbPF1x
Arkanoid With Flutter
https://youtu.be/945p_vcFkF0
November 27, 2020 at 03:11PM by thkp_jon
https://ift.tt/3lbPF1x
YouTube
Make Arkanoid with Flutter
Live code of the classic game Arkanoid.
github: https://github.com/bedardjo/brickles
box decoration: https://youtu.be/JFQMQr5ApsU
github: https://github.com/bedardjo/brickles
box decoration: https://youtu.be/JFQMQr5ApsU
New post on /r/flutterdev subreddit:
Any reason why official plugins dont get much love ?
As title says, is there any reason why the Flutter team cares little to none about pull-requests made by the community, or even take care by them selves ?They call them official first-party plugins but just take a look at the webview status...https://github.com/flutter/plugins/pulls?page=1&q=is%3Apr+is%3Aopen+webviewAnd we all know that webview can be useful for a lot of developers out there.I love flutter and i use it for work, but honestly i dont understand what is happening with first-party plugins, they seems to be left there, to concentrate most on tools and platforms.
November 27, 2020 at 04:58PM by nicolasvac
https://ift.tt/2JokYJ6
Any reason why official plugins dont get much love ?
As title says, is there any reason why the Flutter team cares little to none about pull-requests made by the community, or even take care by them selves ?They call them official first-party plugins but just take a look at the webview status...https://github.com/flutter/plugins/pulls?page=1&q=is%3Apr+is%3Aopen+webviewAnd we all know that webview can be useful for a lot of developers out there.I love flutter and i use it for work, but honestly i dont understand what is happening with first-party plugins, they seems to be left there, to concentrate most on tools and platforms.
November 27, 2020 at 04:58PM by nicolasvac
https://ift.tt/2JokYJ6
GitHub
flutter/plugins
Plugins for Flutter maintained by the Flutter team - flutter/plugins
New post on Flutter Dev Google group:
Flutter Toggle
This code is for a map based app .I want to toggle the icons .How to wrap the toggle function in this? Can you please help? Positioned( top:130, right:20, child: new IconButton( icon: new Container( height: 50.0, width: 50.0, decoration: new
November 27, 2020 at 07:16PM by sona
https://ift.tt/33pNDES
Flutter Toggle
This code is for a map based app .I want to toggle the icons .How to wrap the toggle function in this? Can you please help? Positioned( top:130, right:20, child: new IconButton( icon: new Container( height: 50.0, width: 50.0, decoration: new
November 27, 2020 at 07:16PM by sona
https://ift.tt/33pNDES
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:
VxResponsive #5 | Flutter Meets VelocityX | Make Responsive Apps
https://www.youtube.com/watch?v=lDlk9aR8L9E&feature=share
November 27, 2020 at 07:14PM by imthepk
https://ift.tt/3fFv1po
VxResponsive #5 | Flutter Meets VelocityX | Make Responsive Apps
https://www.youtube.com/watch?v=lDlk9aR8L9E&feature=share
November 27, 2020 at 07:14PM by imthepk
https://ift.tt/3fFv1po
YouTube
VxResponsive #5 | Flutter Meets VelocityX | Make Responsive Apps
Are you struggling with making your app responsive? Then this video is for you.Docs- https://velocityx.dev/docs/features/responsive/Discord Server - https://...
New post on /r/flutterdev subreddit:
World Time App
https://ift.tt/3mqMyEc
November 27, 2020 at 06:38PM by imsachinshah
https://ift.tt/3mhWrUI
World Time App
https://ift.tt/3mqMyEc
November 27, 2020 at 06:38PM by imsachinshah
https://ift.tt/3mhWrUI
reddit
Hey Everyone! I am currently learning App Development Using...
Posted in u/imsachinshah • 1 point and 1 comment
New post on /r/flutterdev subreddit:
Flutter Riverpod Tutorial - The Better Provider (Reso Coder)
https://www.youtube.com/watch?v=atwWbkBdepE
November 27, 2020 at 10:47PM by Elixane
https://ift.tt/3mfHxOZ
Flutter Riverpod Tutorial - The Better Provider (Reso Coder)
https://www.youtube.com/watch?v=atwWbkBdepE
November 27, 2020 at 10:47PM by Elixane
https://ift.tt/3mfHxOZ
YouTube
Flutter Riverpod Tutorial - The Better Provider
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-riverpod
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Riverpod is the response to all the…
https://resocoder.com/flutter-riverpod
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Riverpod is the response to all the…
New post on /r/flutterdev subreddit:
Flutter Map App
A Map App made on FLutter along with Firestore/Firebase backend and Google Maps API. A replica/clone of Uber: able to get directions to locations of users on the app.Detect the current location of the userUse Geocoding for converting addresses to coordinates and vice versaAdd Markers to the Map ViewDraw the route between two places using Polylines and Directions APILive location is also available or manually specify location.source code:(https://github.com/shehriyarmalik/flutterMaps)
November 27, 2020 at 10:44PM by shehriyar_
https://ift.tt/2Jfu2jZ
Flutter Map App
A Map App made on FLutter along with Firestore/Firebase backend and Google Maps API. A replica/clone of Uber: able to get directions to locations of users on the app.Detect the current location of the userUse Geocoding for converting addresses to coordinates and vice versaAdd Markers to the Map ViewDraw the route between two places using Polylines and Directions APILive location is also available or manually specify location.source code:(https://github.com/shehriyarmalik/flutterMaps)
November 27, 2020 at 10:44PM by shehriyar_
https://ift.tt/2Jfu2jZ
GitHub
GitHub - shehriyarmalik/flutterMaps
Contribute to shehriyarmalik/flutterMaps development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Monitor layout changes on your mobile app
On my mobile developer career it was always hard to control which layout changes was made before a release. Sometimes the changes isn't good enough to product team or has some info that mustn't be there. Do you remember of nissan developer busted for copying code from stack overflow? (www.theverge.com/tldr/2016/5/4/11593084/dont-get-busted-copying-code-from-stack-overflow)The process to control the changes is very massive. Usually is like either open the app screen by screen and simulate an user or see screenshots of UI tests one by one and compare them. It is specially hard to small teams because this process waste too much time.I'm creating the LayoutDiff to help my team control layout changes effortlessly and integrated with development process improving the accuracy of quality assurance and getting fast visual feedbacks.To know more about it click on the below link:https://www.layoutdiff.comThe first open source project is free!
November 28, 2020 at 02:49AM by andrelramos
https://ift.tt/39m2DaB
Monitor layout changes on your mobile app
On my mobile developer career it was always hard to control which layout changes was made before a release. Sometimes the changes isn't good enough to product team or has some info that mustn't be there. Do you remember of nissan developer busted for copying code from stack overflow? (www.theverge.com/tldr/2016/5/4/11593084/dont-get-busted-copying-code-from-stack-overflow)The process to control the changes is very massive. Usually is like either open the app screen by screen and simulate an user or see screenshots of UI tests one by one and compare them. It is specially hard to small teams because this process waste too much time.I'm creating the LayoutDiff to help my team control layout changes effortlessly and integrated with development process improving the accuracy of quality assurance and getting fast visual feedbacks.To know more about it click on the below link:https://www.layoutdiff.comThe first open source project is free!
November 28, 2020 at 02:49AM by andrelramos
https://ift.tt/39m2DaB
The Verge
Nissan app developer busted for copying code from Stack Overflow
But anyone who may...
New post on /r/flutterdev subreddit:
Philz Coffee UI in Flutter
https://ift.tt/2JgJADM
November 28, 2020 at 05:04AM by bimsina
https://ift.tt/3l8WoJG
Philz Coffee UI in Flutter
https://ift.tt/2JgJADM
November 28, 2020 at 05:04AM by bimsina
https://ift.tt/3l8WoJG
GitHub
bimsina/philzcoffee_flutter
Contribute to bimsina/philzcoffee_flutter development by creating an account on GitHub.
New post on Flutter Dev Google group:
Desktop Application
I am creating desktop application from an existing app. The command given in documentation is : flutter create . Running this command in the root of project directory I am getting this error "MyAppName" is not a valid Dart package name. Can somebody help??
November 28, 2020 at 10:56AM by Sharanya
https://ift.tt/33nwKLb
Desktop Application
I am creating desktop application from an existing app. The command given in documentation is : flutter create . Running this command in the root of project directory I am getting this error "MyAppName" is not a valid Dart package name. Can somebody help??
November 28, 2020 at 10:56AM by Sharanya
https://ift.tt/33nwKLb
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:
Document oriented databases in Flutter
I've recently stumbled across Flutter and I like it very much, so as my CS study is coming to an end, and with it the thesis that I have to write, I've decided to write about Document oriented databases available in Flutter, so i've searched through pub.dev and https://fluttergems.dev/ and found some of packages:FirestoreSembastObjectDBMongoDBNow I would like to ask you, if anyone has stumbled over any other document oriented database or if other not particular document oriented databases have an different implementation that allows the database to support saving documents, becouse it will help me A LOT.Thanks for your suggestions infront.
November 28, 2020 at 12:11PM by jurkko
https://ift.tt/3q7hmME
Document oriented databases in Flutter
I've recently stumbled across Flutter and I like it very much, so as my CS study is coming to an end, and with it the thesis that I have to write, I've decided to write about Document oriented databases available in Flutter, so i've searched through pub.dev and https://fluttergems.dev/ and found some of packages:FirestoreSembastObjectDBMongoDBNow I would like to ask you, if anyone has stumbled over any other document oriented database or if other not particular document oriented databases have an different implementation that allows the database to support saving documents, becouse it will help me A LOT.Thanks for your suggestions infront.
November 28, 2020 at 12:11PM by jurkko
https://ift.tt/3q7hmME
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:
Reflectly UI
An onboarding UI replica of popular Flutter masterpiece app Reflectly with avatar glow and delayed animation.It includes the animation with delayed effects. Go check it out.source code: https://github.com/shehriyarmalik/ReflectlyUI
November 28, 2020 at 12:49PM by shehriyar_
https://ift.tt/3fLbJiv
Reflectly UI
An onboarding UI replica of popular Flutter masterpiece app Reflectly with avatar glow and delayed animation.It includes the animation with delayed effects. Go check it out.source code: https://github.com/shehriyarmalik/ReflectlyUI
November 28, 2020 at 12:49PM by shehriyar_
https://ift.tt/3fLbJiv
GitHub
GitHub - shehriyarmalik/ReflectlyUI
Contribute to shehriyarmalik/ReflectlyUI development by creating an account on GitHub.