New post on /r/flutterdev subreddit:
How to get context in FlutterActivity inside MainActivity.kt?
How to get context here? I keep getting null on my sharedPref because of context being nullprivate val CHANNEL = "samples.flutter.dev/battery" private val sharedPref = context.getSharedPreferences(“”,Context.MODE_PRIVATE)override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) { GeneratedPluginRegistrant.registerWith(flutterEngine) MethodChannel(flutterEngine.dartExecutor.binaryMessenger, CHANNEL).setMethodCallHandler { call, result -> // Note: this method is invoked on the main thread. // TODO } } } ```
March 08, 2020 at 07:08AM by SilentK213
https://ift.tt/39BNuPK
How to get context in FlutterActivity inside MainActivity.kt?
How to get context here? I keep getting null on my sharedPref because of context being nullprivate val CHANNEL = "samples.flutter.dev/battery" private val sharedPref = context.getSharedPreferences(“”,Context.MODE_PRIVATE)override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) { GeneratedPluginRegistrant.registerWith(flutterEngine) MethodChannel(flutterEngine.dartExecutor.binaryMessenger, CHANNEL).setMethodCallHandler { call, result -> // Note: this method is invoked on the main thread. // TODO } } } ```
March 08, 2020 at 07:08AM by SilentK213
https://ift.tt/39BNuPK
New post on Flutter Dev Google group:
flutter docker images
running flutter doctor in docker images shows below exception. irrus@cbef12a85d38:/build$ flutter doctor Warning! This package referenced a Flutter repository via the .packages file that is no longer available. The repository from which the 'flutter' tool is currently executing will be used
March 08, 2020 at 07:32AM by jayaram a
https://ift.tt/2Iwed4l
flutter docker images
running flutter doctor in docker images shows below exception. irrus@cbef12a85d38:/build$ flutter doctor Warning! This package referenced a Flutter repository via the .packages file that is no longer available. The repository from which the 'flutter' tool is currently executing will be used
March 08, 2020 at 07:32AM by jayaram a
https://ift.tt/2Iwed4l
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 Based Simple HackerNews App
https://ift.tt/2TGduCM
March 08, 2020 at 08:11AM by sbnaick
https://ift.tt/2xmfatV
Flutter Based Simple HackerNews App
https://ift.tt/2TGduCM
March 08, 2020 at 08:11AM by sbnaick
https://ift.tt/2xmfatV
GitHub
sreejithbnaick/flutter-hackernews
Flutter Based Simple HackerNews App . Contribute to sreejithbnaick/flutter-hackernews development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Hey! Sound comes through 'system' instead of 'media'? Yeah, I need some more help :)
Hey! I am a noobie Flutter developer and I am making an app with various types of buttons that have the default sound effect attached to them. When I deploy it to my physical device (samsung a8) my sound from buttons is classified as 'system' sound in the phone Instead of the normal 'media' sound where I want it to come from. Is there an easy fix for this? Thanks so much!!!! I really appreciate your help! :)
March 08, 2020 at 09:47AM by sniperpanda33
https://ift.tt/32YpP9I
Hey! Sound comes through 'system' instead of 'media'? Yeah, I need some more help :)
Hey! I am a noobie Flutter developer and I am making an app with various types of buttons that have the default sound effect attached to them. When I deploy it to my physical device (samsung a8) my sound from buttons is classified as 'system' sound in the phone Instead of the normal 'media' sound where I want it to come from. Is there an easy fix for this? Thanks so much!!!! I really appreciate your help! :)
March 08, 2020 at 09:47AM by sniperpanda33
https://ift.tt/32YpP9I
reddit
Hey! Sound comes through 'system' instead of 'media'? Yeah, I need...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Is it possible to change Bluetooth display name with Flutter?
I want to change Bluetooth display name before activate it. I looked at device_info and flutter_blue packages but I couldn’t find anything about it.
March 08, 2020 at 10:50AM by Ascolt
https://ift.tt/2VWGlFF
Is it possible to change Bluetooth display name with Flutter?
I want to change Bluetooth display name before activate it. I looked at device_info and flutter_blue packages but I couldn’t find anything about it.
March 08, 2020 at 10:50AM by Ascolt
https://ift.tt/2VWGlFF
reddit
Is it possible to change Bluetooth display name with Flutter?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
How can I add something to lists and use this data for charts in flutter
Hello Flutter Community, I have just two questions: First I would like to know how to add some Information to a List. I tried the gesturedetector which asks for a textfield but I don't know how to implement it in a floatingactionbutton. Second: How can I use this list for a individual created
March 08, 2020 at 11:51AM by Marcus
https://ift.tt/38zTSG6
How can I add something to lists and use this data for charts in flutter
Hello Flutter Community, I have just two questions: First I would like to know how to add some Information to a List. I tried the gesturedetector which asks for a textfield but I don't know how to implement it in a floatingactionbutton. Second: How can I use this list for a individual created
March 08, 2020 at 11:51AM by Marcus
https://ift.tt/38zTSG6
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:
FlutterForce — Week 67
https://ift.tt/2VUZVCc
March 08, 2020 at 12:00PM by flutterist
https://ift.tt/3cFcHLh
FlutterForce — Week 67
https://ift.tt/2VUZVCc
March 08, 2020 at 12:00PM by flutterist
https://ift.tt/3cFcHLh
Medium
FlutterForce — #Week 67
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Game made with Flutter
Since Flutter is super fast and efficient with rendering, we tried if we can make a simple game with it, and it has worked out incredibly well for us. I wanted to share the result with you. There is quite a lot of animations going on at once between levels and especially when the user selects a wrong answer, and Flutter manages all of them like a champion. Even on low-end devices, we have a solid frame rate.The only issue we ran into is the quality of the gradient background we use and animate endlessly. If you know any way to optimize the quality of gradient layers, pleas let us know in the comments. Any other feedback is also more than welcome!🎥 Gameplay video: https://youtu.be/r1gz3xDiR4U
🤖 Android app: https://play.google.com/store/apps/details?id=app.rightgame
March 08, 2020 at 01:37PM by szugyi
https://ift.tt/331WlIa
Game made with Flutter
Since Flutter is super fast and efficient with rendering, we tried if we can make a simple game with it, and it has worked out incredibly well for us. I wanted to share the result with you. There is quite a lot of animations going on at once between levels and especially when the user selects a wrong answer, and Flutter manages all of them like a champion. Even on low-end devices, we have a solid frame rate.The only issue we ran into is the quality of the gradient background we use and animate endlessly. If you know any way to optimize the quality of gradient layers, pleas let us know in the comments. Any other feedback is also more than welcome!🎥 Gameplay video: https://youtu.be/r1gz3xDiR4U
🤖 Android app: https://play.google.com/store/apps/details?id=app.rightgame
March 08, 2020 at 01:37PM by szugyi
https://ift.tt/331WlIa
YouTube
Right gameplay
Right? games gameplay video.
Download the app and give us feedback!
🤖 Android app: https://play.google.com/store/apps/details?id=app.rightgame
🍎 iOS app: https://apps.apple.com/app/id1450107490
Download the app and give us feedback!
🤖 Android app: https://play.google.com/store/apps/details?id=app.rightgame
🍎 iOS app: https://apps.apple.com/app/id1450107490
New post on /r/flutterdev subreddit:
App drawer from Bottom of the Screen
I want to have app drower to come from the bottom of the screen. It can be achieved through stack I wanted to know if it is a good idea to do that or not
March 08, 2020 at 04:36PM by faiyazkhan024
https://ift.tt/38xG8eQ
App drawer from Bottom of the Screen
I want to have app drower to come from the bottom of the screen. It can be achieved through stack I wanted to know if it is a good idea to do that or not
March 08, 2020 at 04:36PM by faiyazkhan024
https://ift.tt/38xG8eQ
reddit
App drawer from Bottom of the Screen
I want to have app drower to come from the bottom of the screen. It can be achieved through stack I wanted to know if it is a good idea to do that...
New post on /r/flutterdev subreddit:
Post what app you made in flutter!
Hey guys, I am starting out in flutter development and it would be very motivational to see apps you all made purely in flutter. Post ahead!! Thanks
March 08, 2020 at 06:57PM by Rplast
https://ift.tt/2IugwF5
Post what app you made in flutter!
Hey guys, I am starting out in flutter development and it would be very motivational to see apps you all made purely in flutter. Post ahead!! Thanks
March 08, 2020 at 06:57PM by Rplast
https://ift.tt/2IugwF5
reddit
Post what app you made in flutter!
Hey guys, I am starting out in flutter development and it would be very motivational to see apps you all made purely in flutter. Post ahead!! Thanks
New post on /r/flutterdev subreddit:
Good or bad practice to include Cupertino (iOS) style in android release?
Hi everyone, I have an app on both the App Store and play store written in flutter without any platform specific code. I’d prefer to not have any widgets depend on the platform for easier maintenance and cleaner code but if I have to I will.Basically I need to add a date input field and from the looks of it I have two options.datetime_picker_formfield which has a more Android feel to it imo.OrCupertinoDatePicker which has an iOS style.I heavily prefer CupertinoDatePicker because it feels cleaner and easier to use. That’s a matter of opinion though and I can understand if people disagree. Anyways, I’d like to use CupertinoDatePicker as my widget for date input but it feels like a bad practice from a UI/UX standpoint for the Android users. I could be wrong though. What do you all think? Bad practice or no?
March 08, 2020 at 06:52PM by Throqaway
https://ift.tt/2Isdsta
Good or bad practice to include Cupertino (iOS) style in android release?
Hi everyone, I have an app on both the App Store and play store written in flutter without any platform specific code. I’d prefer to not have any widgets depend on the platform for easier maintenance and cleaner code but if I have to I will.Basically I need to add a date input field and from the looks of it I have two options.datetime_picker_formfield which has a more Android feel to it imo.OrCupertinoDatePicker which has an iOS style.I heavily prefer CupertinoDatePicker because it feels cleaner and easier to use. That’s a matter of opinion though and I can understand if people disagree. Anyways, I’d like to use CupertinoDatePicker as my widget for date input but it feels like a bad practice from a UI/UX standpoint for the Android users. I could be wrong though. What do you all think? Bad practice or no?
March 08, 2020 at 06:52PM by Throqaway
https://ift.tt/2Isdsta
Dart packages
datetime_picker_formfield | Flutter package
A TextFormField that emits DateTimes and helps show Material, Cupertino, and other style picker dialogs.
New tweet from FlutterDev:
💙It’s #IWD2020 and we're proud to present.. #MotherOfDashes AKA, @nlycskn!
"Community is an important part of Flutter. The goal of our community programs is to build, support, and foster the communities around Flutter."
Get to know #Flutterista Nilay → https://t.co/O9hVoCmqbl pic.twitter.com/G3PCGakn20— Flutter (@FlutterDev) March 8, 2020
March 08, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1236728418856849408
💙It’s #IWD2020 and we're proud to present.. #MotherOfDashes AKA, @nlycskn!
"Community is an important part of Flutter. The goal of our community programs is to build, support, and foster the communities around Flutter."
Get to know #Flutterista Nilay → https://t.co/O9hVoCmqbl pic.twitter.com/G3PCGakn20— Flutter (@FlutterDev) March 8, 2020
March 08, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1236728418856849408
Twitter
#iwd2020 hashtag on Twitter
On Oct 22 @UN_Women tweeted: "Drumroll please!
🥁
🥁
🥁
The 2021 theme.." - read what others are saying and join the conversation.
🥁
🥁
🥁
The 2021 theme.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Turn images to grayscale in Flutter: The ColorFiltered widget
“Turn images to grayscale in Flutter: The ColorFiltered widget” by Samarth Agarwal https://link.medium.com/qbp8C8laH4
March 08, 2020 at 08:33PM by samarthagarwal
https://ift.tt/38u5aLW
Turn images to grayscale in Flutter: The ColorFiltered widget
“Turn images to grayscale in Flutter: The ColorFiltered widget” by Samarth Agarwal https://link.medium.com/qbp8C8laH4
March 08, 2020 at 08:33PM by samarthagarwal
https://ift.tt/38u5aLW
Medium
Turn images to grayscale in Flutter: The ColorFiltered widget
Recently, I came up with a requirement in a project where I needed to turn an image to grayscale when a certain condition was met. For…
New tweet from FlutterDev:
Presenting
another
inspiring#Flutterista!
💙#IWD2020
"I’m mainly working on #EdTech, teaching kids coding like Scratch and Python basics. I enjoy cultivating a new generation with tech ability..." - @joaniehuang
Get to know #Flutterista Joannie → https://t.co/O9hVoCmqbl pic.twitter.com/NZ9BPOB8vz— Flutter (@FlutterDev) March 9, 2020
March 09, 2020 at 01:00AM
http://twitter.com/FlutterDev/status/1236803915179528192
Presenting
another
inspiring#Flutterista!
💙#IWD2020
"I’m mainly working on #EdTech, teaching kids coding like Scratch and Python basics. I enjoy cultivating a new generation with tech ability..." - @joaniehuang
Get to know #Flutterista Joannie → https://t.co/O9hVoCmqbl pic.twitter.com/NZ9BPOB8vz— Flutter (@FlutterDev) March 9, 2020
March 09, 2020 at 01:00AM
http://twitter.com/FlutterDev/status/1236803915179528192
Twitter
#flutterista hashtag on Twitter
5h ago @FlutterDev tweeted: "💙It’s #IWD2020 and we're proud to prese.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Hey! Would anybody mind helping me? I'm having quite a lot of trouble with this sound bug.. thanks so much!!!
Hey! I am a noobie Flutter developer and I am making an app with various types of buttons that have the default sound effect attached to them. When I deploy it to my physical device (samsung a8) my sound from buttons is classified as 'system' sound in the phone Instead of the normal 'media' sound where I want it to come from. Is there an easy fix for this? Thanks so much!!!! I really appreciate your help! :)
March 09, 2020 at 12:15AM by sniperpanda33
https://ift.tt/39zfu6R
Hey! Would anybody mind helping me? I'm having quite a lot of trouble with this sound bug.. thanks so much!!!
Hey! I am a noobie Flutter developer and I am making an app with various types of buttons that have the default sound effect attached to them. When I deploy it to my physical device (samsung a8) my sound from buttons is classified as 'system' sound in the phone Instead of the normal 'media' sound where I want it to come from. Is there an easy fix for this? Thanks so much!!!! I really appreciate your help! :)
March 09, 2020 at 12:15AM by sniperpanda33
https://ift.tt/39zfu6R
reddit
Hey! Would anybody mind helping me? I'm having quite a lot of...
Hey! I am a noobie Flutter developer and I am making an app with various types of buttons that have the default sound effect attached to them....
New post on Flutter Dev Google group:
Looking for Help in building Professional Flutter Apps.
Hi, I am a Flutter novice, and I have been trying to learn Flutter for about 4 months. This should be plenty of time for me to be able to create professional apps, but I get stuck at about every level and I could really use some help. My background is basically in backend development. I have
March 09, 2020 at 08:40AM by Hassan Hammad
https://ift.tt/2Ismpme
Looking for Help in building Professional Flutter Apps.
Hi, I am a Flutter novice, and I have been trying to learn Flutter for about 4 months. This should be plenty of time for me to be able to create professional apps, but I get stuck at about every level and I could really use some help. My background is basically in backend development. I have
March 09, 2020 at 08:40AM by Hassan Hammad
https://ift.tt/2Ismpme
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 REST API Crash Course - Part 1: Intro to REST, the nCoV 2019 REST API & REST Client
https://youtu.be/K1u1JOr0b-0
March 09, 2020 at 10:10AM by bizz84
https://ift.tt/3aFqdwx
Flutter REST API Crash Course - Part 1: Intro to REST, the nCoV 2019 REST API & REST Client
https://youtu.be/K1u1JOr0b-0
March 09, 2020 at 10:10AM by bizz84
https://ift.tt/3aFqdwx
YouTube
Flutter REST API Crash Course - Part 1: Intro to REST, the nCoV 2019 REST API & REST Client
Course Link: 👇👇
https://nnbd.me/flutter-rest-api
This is the first chapter of my Flutter REST API crash course, where you will learn how to build this Coronavirus Tracker Application.
Highlights
00:00 - Intro
00:22 - RESTful APIs: The Basics
03:50 - The…
https://nnbd.me/flutter-rest-api
This is the first chapter of my Flutter REST API crash course, where you will learn how to build this Coronavirus Tracker Application.
Highlights
00:00 - Intro
00:22 - RESTful APIs: The Basics
03:50 - The…
New post on /r/flutterdev subreddit:
Database design for chat application
/r/Firebase/comments/ffsymo/database_design_for_chat_application/
March 09, 2020 at 12:03PM by sandy_undefined
https://ift.tt/2TAb61J
Database design for chat application
/r/Firebase/comments/ffsymo/database_design_for_chat_application/
March 09, 2020 at 12:03PM by sandy_undefined
https://ift.tt/2TAb61J
reddit
Database design for chat application
Posted in r/FlutterDev by u/sandy_undefined • 1 point and 0 comments
New post on /r/flutterdev subreddit:
Flutter Test Cookbook
https://ift.tt/3aJDN25
March 09, 2020 at 01:10PM by gadfly361
https://ift.tt/2vT6w5z
Flutter Test Cookbook
https://ift.tt/3aJDN25
March 09, 2020 at 01:10PM by gadfly361
https://ift.tt/2vT6w5z
GitHub
gadfly361/flutter_test_cookbook
A community driven cookbook with recipes (i.e., examples) on how to test your flutter application. - gadfly361/flutter_test_cookbook
New post on /r/flutterdev subreddit:
Material Theme System Updates
https://ift.tt/334kYnA
March 09, 2020 at 01:09PM by themindstorm
https://ift.tt/2TRUMs2
Material Theme System Updates
https://ift.tt/334kYnA
March 09, 2020 at 01:09PM by themindstorm
https://ift.tt/2TRUMs2
Google Docs
Theme System Updates (PUBLICLY SHARED)
SUMMARY Update the Material library classes related to themes, to make them easier to understand and use. Author: Hans Muller (@hansmuller) Go Link: flutter.dev/go/material-theme-system-updates Created: January 2020 / Last updated: January 2020 OBJECTIVE…
New post on /r/flutterdev subreddit:
Issue 29 - Flutter Tap Weekly Newsletter - Happy #IWD2020 to all the great women out there!
https://ift.tt/2wJ1okw
March 09, 2020 at 01:05PM by vensign
https://ift.tt/2TPjsS1
Issue 29 - Flutter Tap Weekly Newsletter - Happy #IWD2020 to all the great women out there!
https://ift.tt/2wJ1okw
March 09, 2020 at 01:05PM by vensign
https://ift.tt/2TPjsS1
Fluttertap
Newsletter Issue 29
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 29