New post on /r/flutterdev subreddit:
How to Create Flutter Animated Logo with CustomPainter
https://ift.tt/2YyMAB8
May 04, 2020 at 05:38PM by OrestesGaolin
https://ift.tt/2SucGBp
How to Create Flutter Animated Logo with CustomPainter
https://ift.tt/2YyMAB8
May 04, 2020 at 05:38PM by OrestesGaolin
https://ift.tt/2SucGBp
Dominik Roszkowski - Flutter and more
Flutter Animated Logo with CustomPainter
FlutterLogo is a really handy widget. But what if we want to have it animated like in some of the Flutter team videos? See how to do it in few steps.
New post on /r/flutterdev subreddit:
Slide To Act component - what do you think?
https://ift.tt/2zZ1lD1
May 04, 2020 at 06:31PM by imtoori
https://ift.tt/2Yzhtp8
Slide To Act component - what do you think?
https://ift.tt/2zZ1lD1
May 04, 2020 at 06:31PM by imtoori
https://ift.tt/2Yzhtp8
GitHub
imtoori/flutter-slide-to-act
A simple slide-to-unlock widget for Flutter. Contribute to imtoori/flutter-slide-to-act development by creating an account on GitHub.
New post on Flutter Dev Google group:
how can i write/save location lat & lng in firestore?
hi guys. i have been searching a lot and tried all different packages. i now have an map and a searchMapPlaceWidget using the search map place packege and i can print the(chosenPlace) lat and lng but i need to save them inside my users collection as a geopoint field. i cant find how its done?
May 04, 2020 at 06:52PM by Error Place
https://ift.tt/3d7s8LE
how can i write/save location lat & lng in firestore?
hi guys. i have been searching a lot and tried all different packages. i now have an map and a searchMapPlaceWidget using the search map place packege and i can print the(chosenPlace) lat and lng but i need to save them inside my users collection as a geopoint field. i cant find how its done?
May 04, 2020 at 06:52PM by Error Place
https://ift.tt/3d7s8LE
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 Tutorial: Building a Calculator App (MediaQuery Orientation)
https://youtu.be/VcIcxPLgdN8
May 04, 2020 at 07:39PM by codingright
https://ift.tt/3ddU3JS
Flutter Tutorial: Building a Calculator App (MediaQuery Orientation)
https://youtu.be/VcIcxPLgdN8
May 04, 2020 at 07:39PM by codingright
https://ift.tt/3ddU3JS
YouTube
Flutter Tutorial: Building a Calculator App (MediaQuery Orientation)
In this video we will build our first Flutter Application. I will start from scratch and build a simple Calculator app in Flutter so you can follow along.
Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in…
Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in…
New post on /r/flutterdev subreddit:
Help! Can't sign apk, ''keytool' is not recognized as an internal or external command'
Im a beginner at flutter, or programming overall.I made a simple app that I want to publish to the playstore.I need to create a keystore to sign the app and I'm struggling to get it done.First I couldn't even use the command flutter doctor, was trying it in the terminal in my android studio, now it does work in the flutter_console.bat file from my documents\flutter\flutter directory (I still dont know if this is the correct way to enter commands)When I then enter the command cd .....\AndroidStudioProjects\my_app_name\and try to run the command:keytool -genkey -v -keystore c:\Users\'myusername'\AndroidStudioProjects\'my_app_name'\key\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias keyI get the error:'keytool' is not recognized as an internal or external command, operable program or batch file.When I try:flutter keytool -genkey -v -keystore c:\Users\'myusername'\AndroidStudioProjects\'my_app_name'\key\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias keyI get the error:Could not find a command named "keytool".Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.If anyone know how I can fix this it would mean the world to me, I don't know if I'm allowed to post posts like this here, but dont know where else to find the awnser and reddit always seem to know everything.Thank you all!
May 04, 2020 at 09:03PM by EmonLusk420
https://ift.tt/3dd0EnV
Help! Can't sign apk, ''keytool' is not recognized as an internal or external command'
Im a beginner at flutter, or programming overall.I made a simple app that I want to publish to the playstore.I need to create a keystore to sign the app and I'm struggling to get it done.First I couldn't even use the command flutter doctor, was trying it in the terminal in my android studio, now it does work in the flutter_console.bat file from my documents\flutter\flutter directory (I still dont know if this is the correct way to enter commands)When I then enter the command cd .....\AndroidStudioProjects\my_app_name\and try to run the command:keytool -genkey -v -keystore c:\Users\'myusername'\AndroidStudioProjects\'my_app_name'\key\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias keyI get the error:'keytool' is not recognized as an internal or external command, operable program or batch file.When I try:flutter keytool -genkey -v -keystore c:\Users\'myusername'\AndroidStudioProjects\'my_app_name'\key\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias keyI get the error:Could not find a command named "keytool".Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.If anyone know how I can fix this it would mean the world to me, I don't know if I'm allowed to post posts like this here, but dont know where else to find the awnser and reddit always seem to know everything.Thank you all!
May 04, 2020 at 09:03PM by EmonLusk420
https://ift.tt/3dd0EnV
reddit
Help! Can't sign apk, ''keytool' is not recognized as an internal...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
How to share my mobile screen as emulator during debug in flutter?
I don't know if you get the question or not. But I mean to say is, during Flutter Europe one of the flutter developer had his Pixel 3 screen showing up on laptop means not emulator it was real device but somehow he managed to share its screen on laptop during debugging or flutter runHow can I do that?
May 04, 2020 at 10:33PM by m_hamzashakeel
https://ift.tt/2xvWwQy
How to share my mobile screen as emulator during debug in flutter?
I don't know if you get the question or not. But I mean to say is, during Flutter Europe one of the flutter developer had his Pixel 3 screen showing up on laptop means not emulator it was real device but somehow he managed to share its screen on laptop during debugging or flutter runHow can I do that?
May 04, 2020 at 10:33PM by m_hamzashakeel
https://ift.tt/2xvWwQy
reddit
How to share my mobile screen as emulator during debug in flutter?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Filter products by categories in the app level?
I am currently trying to develop an app in which products are categorically displayed in a separate screen or class with ListView.builder (). I have to select / favor a category or sub-category in a seperate screen so that I can see products in the list view. I see nothin in the screen if i
May 04, 2020 at 10:45PM by Tolga Yildirim
https://ift.tt/2xCDBnm
Filter products by categories in the app level?
I am currently trying to develop an app in which products are categorically displayed in a separate screen or class with ListView.builder (). I have to select / favor a category or sub-category in a seperate screen so that I can see products in the list view. I see nothin in the screen if i
May 04, 2020 at 10:45PM by Tolga Yildirim
https://ift.tt/2xCDBnm
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:
Gentelella Admin Dashboard design for Flutter
https://ift.tt/3c2kdiE
May 04, 2020 at 11:31PM by sam-sung
https://ift.tt/3b2HjV4
Gentelella Admin Dashboard design for Flutter
https://ift.tt/3c2kdiE
May 04, 2020 at 11:31PM by sam-sung
https://ift.tt/3b2HjV4
New post on /r/flutterdev subreddit:
Building an app with SharedPreferences and Provider
https://youtu.be/U2jdTCMBTgE
May 04, 2020 at 10:57PM by SoundDr
https://ift.tt/3dh8EUR
Building an app with SharedPreferences and Provider
https://youtu.be/U2jdTCMBTgE
May 04, 2020 at 10:57PM by SoundDr
https://ift.tt/3dh8EUR
YouTube
Take 5 - Shared Preferences - Flutter
Source Code: https://github.com/rodydavis/flutter_take_5
In this video I talk about how to get started with Shared Preferences in Flutter. We will setup dark mode, and a fresh install check for our application.
Website: https://rodydavis.com
Twitter: @rodydavis…
In this video I talk about how to get started with Shared Preferences in Flutter. We will setup dark mode, and a fresh install check for our application.
Website: https://rodydavis.com
Twitter: @rodydavis…
New post on Flutter Dev Google group:
SMS in background
How can I send SMS without user interaction? Somebody made it?
May 05, 2020 at 12:05AM by Saul Palenzuela Hdez
https://ift.tt/3dhcU6I
SMS in background
How can I send SMS without user interaction? Somebody made it?
May 05, 2020 at 12:05AM by Saul Palenzuela Hdez
https://ift.tt/3dhcU6I
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:
How to store datatype of File using Hive?
I know we can store custom objects, but in primitive datatypes it seems you can only store String, int etc. How would I go about saving File, more specifically, an Image.Would appreciate any help!
May 05, 2020 at 12:20AM by chancemehmu
https://ift.tt/3fguNEN
How to store datatype of File using Hive?
I know we can store custom objects, but in primitive datatypes it seems you can only store String, int etc. How would I go about saving File, more specifically, an Image.Would appreciate any help!
May 05, 2020 at 12:20AM by chancemehmu
https://ift.tt/3fguNEN
reddit
How to store datatype of File using Hive?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
What is the best way to structure a simple Todo list application on cloud firestore
I'm building a simple Todo application with cloud_firestore. Normally that would be a simple task. But in my Todo list app, the user adds a group first before he adds a Todo item in that group.I'm currently using a collection of users with a document named after the user id. In that collection, there is a subcollection todos and each document has a Todo item and a group (ex Work).Is this the best way to structure my data? Do you think this model is scalable?
May 05, 2020 at 12:03AM by MatataMoney
https://ift.tt/2L1W7Zu
What is the best way to structure a simple Todo list application on cloud firestore
I'm building a simple Todo application with cloud_firestore. Normally that would be a simple task. But in my Todo list app, the user adds a group first before he adds a Todo item in that group.I'm currently using a collection of users with a document named after the user id. In that collection, there is a subcollection todos and each document has a Todo item and a group (ex Work).Is this the best way to structure my data? Do you think this model is scalable?
May 05, 2020 at 12:03AM by MatataMoney
https://ift.tt/2L1W7Zu
reddit
What is the best way to structure a simple Todo list application...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
How to create your own pull to refresh / custom refresh indicator widget in Flutter.
https://ift.tt/2L029cS
May 04, 2020 at 11:52PM by gonuit
https://ift.tt/35uusto
How to create your own pull to refresh / custom refresh indicator widget in Flutter.
https://ift.tt/2L029cS
May 04, 2020 at 11:52PM by gonuit
https://ift.tt/35uusto
Medium
How to create your own pull to refresh / custom refresh indicator widget in Flutter.
Have you ever used RefreshIndicator widget? It’s cool, isn’t it? Maybe it’s time to implement a custom one and stunned your users?
New post on Flutter Dev Google group:
Filterungen auf der App-Ebene oder nicht?
Nach tagelanger Recherche bin ich nicht wirklich weitergekommen. Ich möchte Shopping App, aber in Kategorien UND Unterkategorien eingeteilt. Ich möchte, dass der Verkäufer seine Kategorie und Unterkategorie direkt bei der Anmeldung angibt und seine Produkte immer NUR DORT zu finden sind. Wenn
May 05, 2020 at 01:48AM by Tolga Yildirim
https://ift.tt/35ACOjs
Filterungen auf der App-Ebene oder nicht?
Nach tagelanger Recherche bin ich nicht wirklich weitergekommen. Ich möchte Shopping App, aber in Kategorien UND Unterkategorien eingeteilt. Ich möchte, dass der Verkäufer seine Kategorie und Unterkategorie direkt bei der Anmeldung angibt und seine Produkte immer NUR DORT zu finden sind. Wenn
May 05, 2020 at 01:48AM by Tolga Yildirim
https://ift.tt/35ACOjs
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:
PageView ViewPortFraction Relative
Is posible display N fractions by resolution from dispositive? Options please?
May 05, 2020 at 02:00AM by Pedro J. Saba
https://ift.tt/2YvTcQF
PageView ViewPortFraction Relative
Is posible display N fractions by resolution from dispositive? Options please?
May 05, 2020 at 02:00AM by Pedro J. Saba
https://ift.tt/2YvTcQF
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:
Should i get Macbook Pro 16 for flutter development or new Macbook Pro 13 2020?
I hope i can use emulator for development.
May 05, 2020 at 05:06AM by guanlee_ooi
https://ift.tt/2WrNnB5
Should i get Macbook Pro 16 for flutter development or new Macbook Pro 13 2020?
I hope i can use emulator for development.
May 05, 2020 at 05:06AM by guanlee_ooi
https://ift.tt/2WrNnB5
reddit
Should i get Macbook Pro 16 for flutter development or new Macbook...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Changing dynamic Theme is super easy (Tips 31 of 100). Just set the themeData to Material/Cupertino App.
https://twitter.com/erluxman/status/1257518010966908928
May 05, 2020 at 05:52AM by erluxman
https://ift.tt/2zZVrl3
Changing dynamic Theme is super easy (Tips 31 of 100). Just set the themeData to Material/Cupertino App.
https://twitter.com/erluxman/status/1257518010966908928
May 05, 2020 at 05:52AM by erluxman
https://ift.tt/2zZVrl3
Twitter
Laxman
Dynamic Theme : Simply create a Stateful Widget which has a variable for ThemeData. Set the value of themeData to Material/Cupertino App your app will be able to change it's theme dynamically 🚀 . try on dartpad https://t.co/sxfu6z9TlI #day31 #100DaysofFlutter…
New post on Flutter Dev Google group:
Playing Sound from Memory Buffer
For my first Flutter project I'm think of an app which generates a sound based on the users inputs, eg an audio oscillator. The sound would be computed and not loaded from a file. Every example that I've come across so far has been playing a sound from a file, or URL. Is there a way to play a
May 05, 2020 at 07:07AM by Jeff M
https://ift.tt/2SBGagS
Playing Sound from Memory Buffer
For my first Flutter project I'm think of an app which generates a sound based on the users inputs, eg an audio oscillator. The sound would be computed and not loaded from a file. Every example that I've come across so far has been playing a sound from a file, or URL. Is there a way to play a
May 05, 2020 at 07:07AM by Jeff M
https://ift.tt/2SBGagS
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:
Multiple Builds Environment in Flutter for Firebase Using Provider and Flavor
https://ift.tt/3c6x03w
May 05, 2020 at 08:08AM by Elixane
https://ift.tt/3b6CmKN
Multiple Builds Environment in Flutter for Firebase Using Provider and Flavor
https://ift.tt/3c6x03w
May 05, 2020 at 08:08AM by Elixane
https://ift.tt/3b6CmKN
Medium
Multiple Builds Environment in Flutter for Firebase Using Provider and Flavor
It is always a good practice to build separate apps from the same source code and for different environment such as development, staging…
New post on /r/flutterdev subreddit:
Making a card along with text and an image
child: Card( elevation: 5, child: Container( child: Column( children: [ Text("Yamaha R15 V3"), Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage("assets/pic1.png"), fit: BoxFit.contain, alignment: Alignment.center, ), ), ), ], ),Hi i am trying to make a card which will hold an image along with text. Can anyone tell me whats wrong with this code. I am not able to get the image loaded in the card
May 05, 2020 at 09:53AM by rastogiutkarsh
https://ift.tt/2YE1CFB
Making a card along with text and an image
child: Card( elevation: 5, child: Container( child: Column( children: [ Text("Yamaha R15 V3"), Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage("assets/pic1.png"), fit: BoxFit.contain, alignment: Alignment.center, ), ), ), ], ),Hi i am trying to make a card which will hold an image along with text. Can anyone tell me whats wrong with this code. I am not able to get the image loaded in the card
May 05, 2020 at 09:53AM by rastogiutkarsh
https://ift.tt/2YE1CFB
reddit
Making a card along with text and an image
child: Card( elevation: 5, child: Container( child: Column( children: [ ...
New post on /r/flutterdev subreddit:
Sql backend as service alternative like firestore?
I like fire store, but for my application an SQL like data structure is more suited. Scaling is not a issue (I might hardly have a couple of thousand users) Are there any sql backend services like firestore that I can directly use in the app just like firestore.I have seen google cloud SQL but it is really different from firestore, I have to create a REST wrapper sever and communicate with it, which I really don't want.
May 05, 2020 at 09:52AM by veneno11
https://ift.tt/3dloNc3
Sql backend as service alternative like firestore?
I like fire store, but for my application an SQL like data structure is more suited. Scaling is not a issue (I might hardly have a couple of thousand users) Are there any sql backend services like firestore that I can directly use in the app just like firestore.I have seen google cloud SQL but it is really different from firestore, I have to create a REST wrapper sever and communicate with it, which I really don't want.
May 05, 2020 at 09:52AM by veneno11
https://ift.tt/3dloNc3
reddit
Sql backend as service alternative like firestore?
A subreddit for Google's portable UI framework.