New post on Flutter Dev Google group:
signature with flutter
Hello the above code saves an image in the app root in png format when saving is done I have the following error, the dart code below deals with saving the image in png format. The code allows the user to make a signature on the screen and then click on the save button to make the signature on
May 11, 2020 at 08:58AM by Dev Connect
https://ift.tt/2LhQUgb
signature with flutter
Hello the above code saves an image in the app root in png format when saving is done I have the following error, the dart code below deals with saving the image in png format. The code allows the user to make a signature on the screen and then click on the save button to make the signature on
May 11, 2020 at 08:58AM by Dev Connect
https://ift.tt/2LhQUgb
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 : NavigationRail Widget - New in v1.17
https://ift.tt/2SVbXtf
May 11, 2020 at 08:51AM by ankitc_reddit
https://ift.tt/3fBrCaI
Flutter : NavigationRail Widget - New in v1.17
https://ift.tt/2SVbXtf
May 11, 2020 at 08:51AM by ankitc_reddit
https://ift.tt/3fBrCaI
Medium
Flutter : NavigationRail Widget- New in v1.17
Guide on how to manouvre the new Material component
New post on /r/flutterdev subreddit:
RxDart by example: querying the GitHub Search API with switchMap & debounce
https://youtu.be/VJ9hNx3L23Q
May 11, 2020 at 08:41AM by bizz84
https://ift.tt/35NkDXK
RxDart by example: querying the GitHub Search API with switchMap & debounce
https://youtu.be/VJ9hNx3L23Q
May 11, 2020 at 08:41AM by bizz84
https://ift.tt/35NkDXK
YouTube
RxDart by example: querying the GitHub Search API with switchMap & debounce
Written tutorial here: 👇👇
https://codewithandrea.com/videos/2020-05-11-rxdart-by-example-github-search/
This tutorial shows best practices for implementing search with RxDart in Flutter, using the GitHub Search REST API as an example.
HIGHLIGHTS
00:00…
https://codewithandrea.com/videos/2020-05-11-rxdart-by-example-github-search/
This tutorial shows best practices for implementing search with RxDart in Flutter, using the GitHub Search REST API as an example.
HIGHLIGHTS
00:00…
New post on /r/flutterdev subreddit:
Question about feasibility of a feature
I'm working on an App made using Flutter. One of the team members suggested a feature which requires the app to track the usage activity of the phone, as in when the phone is being used and when it's not, even when the App is not open.Is something like that possible using Flutter? And if we're planning to launch this app on PlayStore, will there be any legal complications?
May 11, 2020 at 08:22AM by HeWantedIndigo
https://ift.tt/35OTJPb
Question about feasibility of a feature
I'm working on an App made using Flutter. One of the team members suggested a feature which requires the app to track the usage activity of the phone, as in when the phone is being used and when it's not, even when the App is not open.Is something like that possible using Flutter? And if we're planning to launch this app on PlayStore, will there be any legal complications?
May 11, 2020 at 08:22AM by HeWantedIndigo
https://ift.tt/35OTJPb
reddit
Question about feasibility of a feature
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Animating Emotions using Rive!
Hey! Looking for feedback!The video is on animating Emotions using Rive :)​video link : https://www.youtube.com/watch?v=gr4C5_0edjc
May 11, 2020 at 11:10AM by abhishekmah98
https://ift.tt/2YT1DWg
Animating Emotions using Rive!
Hey! Looking for feedback!The video is on animating Emotions using Rive :)​video link : https://www.youtube.com/watch?v=gr4C5_0edjc
May 11, 2020 at 11:10AM by abhishekmah98
https://ift.tt/2YT1DWg
YouTube
Flutter UI - Animate emotions | Make emotions programmable using Rive / Flare !
Title: Flutter UI - Animate emotions | Make emotions programmable using Rive / Flare !
In this video we are going to create a flutter app using Rive / Flare. In it, we will change the animations of the face to make it appropriate to the feedback given using…
In this video we are going to create a flutter app using Rive / Flare. In it, we will change the animations of the face to make it appropriate to the feedback given using…
New post on /r/flutterdev subreddit:
Pinnable ListView - Allows for widgets to be pinned to the top of the ListView
https://ift.tt/3fBl1gt
May 11, 2020 at 11:06AM by SweatyRaccoon
https://ift.tt/3fJpIVN
Pinnable ListView - Allows for widgets to be pinned to the top of the ListView
https://ift.tt/3fBl1gt
May 11, 2020 at 11:06AM by SweatyRaccoon
https://ift.tt/3fJpIVN
Dart packages
pinnable_listview | Flutter Package
A ListView widget capable of pinning a child to the top of the list.
New post on /r/flutterdev subreddit:
[Question ]Passing data between multiple Screens and trigger function when screen ist pop-ed
Hello everyone!
I am not a very good programmer and just started with flutter last week. Now I have a problem and no solution so far for it.Whats my app? I want to build a app for scanning data from a card, get information per api call and save it in firebase with some extra informations.Currently I have 3 Screens:
- A screen with an camera and a floating button to make a picture of the card
- A confirmation screen, if the text from the card was recognized correctly
- A detail screen with the informations from the api callBecause those are not all screens and some are missing at the moment, my app starts with the detail screen and no informations on it. I tap the "Take Picture Button" and open the "Take Picture Screen". There I take the picture and pass the path to the "Confirmation Screen" - The confirmation screen takes the path, reads the first line of the card and displays a text like "Is this the correct card? $name" - If the user taps on "YES" the text and the image path should be passed to the detail screen.Problems:
- Now I pass the image path and the name of the card via a mobx store from screen to screen. I think there is a better way?
- I need to trigger a function, to populate a Card Object via an api call. Is there a way to do that when, the Confirmation Screen is popped and the Detail screen gets the focus?Is there a way to have a Card Object ready for all screens? Like a database with persistant data for the time the app is running?
May 11, 2020 at 11:05AM by Vegavild
https://ift.tt/35Nddne
[Question ]Passing data between multiple Screens and trigger function when screen ist pop-ed
Hello everyone!
I am not a very good programmer and just started with flutter last week. Now I have a problem and no solution so far for it.Whats my app? I want to build a app for scanning data from a card, get information per api call and save it in firebase with some extra informations.Currently I have 3 Screens:
- A screen with an camera and a floating button to make a picture of the card
- A confirmation screen, if the text from the card was recognized correctly
- A detail screen with the informations from the api callBecause those are not all screens and some are missing at the moment, my app starts with the detail screen and no informations on it. I tap the "Take Picture Button" and open the "Take Picture Screen". There I take the picture and pass the path to the "Confirmation Screen" - The confirmation screen takes the path, reads the first line of the card and displays a text like "Is this the correct card? $name" - If the user taps on "YES" the text and the image path should be passed to the detail screen.Problems:
- Now I pass the image path and the name of the card via a mobx store from screen to screen. I think there is a better way?
- I need to trigger a function, to populate a Card Object via an api call. Is there a way to do that when, the Confirmation Screen is popped and the Detail screen gets the focus?Is there a way to have a Card Object ready for all screens? Like a database with persistant data for the time the app is running?
May 11, 2020 at 11:05AM by Vegavild
https://ift.tt/35Nddne
reddit
[Question ]Passing data between multiple Screens and trigger...
Hello everyone! I am not a very good programmer and just started with flutter last week. Now I have a problem and no solution so far for it. ...
New post on /r/flutterdev subreddit:
Flutter present limits
Considering the huge progresses made in the last year, as Android dev(but not iOS) I would like to know if I embrace Flutter what are at the moment the features that really cannot make with flutter and need to integrate with native iOS or Android code.Could you please give me some examples?
May 11, 2020 at 10:50AM by ndrokky
https://ift.tt/3fDcpWD
Flutter present limits
Considering the huge progresses made in the last year, as Android dev(but not iOS) I would like to know if I embrace Flutter what are at the moment the features that really cannot make with flutter and need to integrate with native iOS or Android code.Could you please give me some examples?
May 11, 2020 at 10:50AM by ndrokky
https://ift.tt/3fDcpWD
reddit
Flutter present limits
Considering the huge progresses made in the last year, as Android dev(but not iOS) I would like to know if I embrace Flutter what are at the...
New post on /r/flutterdev subreddit:
FLUTTER Tutorial — WEBVIEW CONTROLLER | Completer, Future Builder, Await — Async mechanism — The Complete Flutter Beginner’s Course | #02
https://youtu.be/_pss8FqqjTI
May 11, 2020 at 10:44AM by Himdeve
https://ift.tt/2WIM3Kh
FLUTTER Tutorial — WEBVIEW CONTROLLER | Completer, Future Builder, Await — Async mechanism — The Complete Flutter Beginner’s Course | #02
https://youtu.be/_pss8FqqjTI
May 11, 2020 at 10:44AM by Himdeve
https://ift.tt/2WIM3Kh
YouTube
FLUTTER Tutorial - WEBVIEW CONTROLLER | Future Builder - The Complete Flutter Beginner’s Course #02
Flutter Tutorial - WebView Controller | Completer, Future Builder, Await – Async mechanism - The Complete Flutter Beginner’s Course | #02
Introduction
Welcome to Himdeve development, where we are preparing the best tutorials to make your mobile app development…
Introduction
Welcome to Himdeve development, where we are preparing the best tutorials to make your mobile app development…
New post on /r/flutterdev subreddit:
what's your take on flutter web?
Looks like fultter web is too buggy,and doesn't look like flutter team will be able to crack all the issues anytime soon. what do you think?
May 11, 2020 at 11:24AM by mohandkl
https://ift.tt/3dx7ULs
what's your take on flutter web?
Looks like fultter web is too buggy,and doesn't look like flutter team will be able to crack all the issues anytime soon. what do you think?
May 11, 2020 at 11:24AM by mohandkl
https://ift.tt/3dx7ULs
reddit
what's your take on flutter web?
Looks like fultter web is too buggy,and doesn't look like flutter team will be able to crack all the issues anytime soon. what do you think?
New post on /r/flutterdev subreddit:
Flutter Google core
I want to develop an application where I wanna show some objects from the camera . I have tried AR kit but it was not top-notch Can I implement the google core in flutter?
May 11, 2020 at 11:19AM by sujalstha31
https://ift.tt/3drs6ym
Flutter Google core
I want to develop an application where I wanna show some objects from the camera . I have tried AR kit but it was not top-notch Can I implement the google core in flutter?
May 11, 2020 at 11:19AM by sujalstha31
https://ift.tt/3drs6ym
reddit
Flutter Google core
I want to develop an application where I wanna show some objects from the camera . I have tried AR kit but it was not top-notch Can I implement...
New post on Flutter Dev Google group:
Flutter Logo
I use Flutter every day and I must say I love it! The development speed is very good and the complexity/error rate is almost constant even with increasing project size. But from a designer's point of view the logo does not fit to this great experience. The pointed shape reminds me of a Christmas
May 11, 2020 at 11:37AM by Marian
https://ift.tt/2SWIwHf
Flutter Logo
I use Flutter every day and I must say I love it! The development speed is very good and the complexity/error rate is almost constant even with increasing project size. But from a designer's point of view the logo does not fit to this great experience. The pointed shape reminds me of a Christmas
May 11, 2020 at 11:37AM by Marian
https://ift.tt/2SWIwHf
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 in 2gb ram pc
Hey,guys! So I'm just a teenage boy with my HP x2 10 currently running on Kubuntu 20.04 with 2gb ram with 4 x Intel atom x5 z8350 CPU @ 1.44ghz. Swap space is 2gb. I want to find out if my PC good enough to create flutter apps. Its memory is onboard which means it's non-upgradeable. Can I use vscode instead of android studio?
May 11, 2020 at 01:38PM by RedmiAndrian
https://ift.tt/2yAvGaJ
Flutter in 2gb ram pc
Hey,guys! So I'm just a teenage boy with my HP x2 10 currently running on Kubuntu 20.04 with 2gb ram with 4 x Intel atom x5 z8350 CPU @ 1.44ghz. Swap space is 2gb. I want to find out if my PC good enough to create flutter apps. Its memory is onboard which means it's non-upgradeable. Can I use vscode instead of android studio?
May 11, 2020 at 01:38PM by RedmiAndrian
https://ift.tt/2yAvGaJ
reddit
Flutter in 2gb ram pc
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Add an Employee Designation List Locally or in Firebase?
I am writing at the moment an employee scheduling app.On the creation of a new shift, there should be a dropdown with the employee designations. According to a chosen designation, only the appropriate employees should appear in the employee dropdown to choose from.These designations are created when adding a new employee with a new designation, e.g., if the designation 'manager' already exists, I do not have to re-add the 'manager' in the designation list.The designation list will get rarely updated. Thus, it seems perhaps an overkill to create a new firebase collection containing perhaps 1 document with 10 designation fields.On the other hand, the app may have more than one admin. Meaning the designation list should be always up to date.What could be the best practice to implement for this case?
May 11, 2020 at 01:33PM by geosalon
https://ift.tt/2SWmtAe
Add an Employee Designation List Locally or in Firebase?
I am writing at the moment an employee scheduling app.On the creation of a new shift, there should be a dropdown with the employee designations. According to a chosen designation, only the appropriate employees should appear in the employee dropdown to choose from.These designations are created when adding a new employee with a new designation, e.g., if the designation 'manager' already exists, I do not have to re-add the 'manager' in the designation list.The designation list will get rarely updated. Thus, it seems perhaps an overkill to create a new firebase collection containing perhaps 1 document with 10 designation fields.On the other hand, the app may have more than one admin. Meaning the designation list should be always up to date.What could be the best practice to implement for this case?
May 11, 2020 at 01:33PM by geosalon
https://ift.tt/2SWmtAe
reddit
Add an Employee Designation List Locally or in Firebase?
I am writing at the moment an employee scheduling app. On the creation of a new shift, there should be a dropdown with the employee designations....
New post on /r/flutterdev subreddit:
How to make Android Gesture Navigation respect your UI in Flutter
https://ift.tt/3dxjCWo
May 11, 2020 at 02:08PM by VasyaFromRussia
https://ift.tt/3dCIfAS
How to make Android Gesture Navigation respect your UI in Flutter
https://ift.tt/3dxjCWo
May 11, 2020 at 02:08PM by VasyaFromRussia
https://ift.tt/3dCIfAS
Medium
How to make Android Gesture Navigation respect your UI in Flutter
Android 10 introduced Gesture Navigation which replaced these boring three buttons on the bottom of your screen. This navigation is…
New post on /r/flutterdev subreddit:
Spotify Flutter UI 2020 | SpeedCode
https://www.youtube.com/watch?v=8Lor3fJEluA
May 11, 2020 at 01:52PM by rishabh9012
https://ift.tt/3fGUWfV
Spotify Flutter UI 2020 | SpeedCode
https://www.youtube.com/watch?v=8Lor3fJEluA
May 11, 2020 at 01:52PM by rishabh9012
https://ift.tt/3fGUWfV
YouTube
Spotify Flutter UI 2020 | SpeedCode
GitHub: https://github.com/rishabhdavesar/ui/blob/master/lib/screen/spotify.dart
Linkedln : https://www.linkedin.com/in/rishabh-sharma-66b45974/
Mail : rishabh.davesar@gmail.com
insta: rishabh_customs
Songs:
_FREE_A_AP_Rocky_x_21_Savage_type_beat_crook_…
Linkedln : https://www.linkedin.com/in/rishabh-sharma-66b45974/
Mail : rishabh.davesar@gmail.com
insta: rishabh_customs
Songs:
_FREE_A_AP_Rocky_x_21_Savage_type_beat_crook_…
New post on /r/flutterdev subreddit:
Flutter in 2gb ram pc
Hey,guys! So I'm just a teenage boy with my HP x2 10 currently running on Kubuntu 20.04 with 2gb ram with 4 x Intel atom x5 z8350 CPU @ 1.44ghz. Swap space is 2gb. I want to find out if my PC good enough to create flutter apps. Its memory is onboard which means it's non-upgradeable. Can I use vscode instead of android studio?
May 11, 2020 at 01:38PM by RedmiAndrian
https://ift.tt/2yAvGaJ
Flutter in 2gb ram pc
Hey,guys! So I'm just a teenage boy with my HP x2 10 currently running on Kubuntu 20.04 with 2gb ram with 4 x Intel atom x5 z8350 CPU @ 1.44ghz. Swap space is 2gb. I want to find out if my PC good enough to create flutter apps. Its memory is onboard which means it's non-upgradeable. Can I use vscode instead of android studio?
May 11, 2020 at 01:38PM by RedmiAndrian
https://ift.tt/2yAvGaJ
reddit
Flutter in 2gb ram pc
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
How to make expandable widget?
I want to implement the picture 1 and when i click on it to expand as in picture 2 can someone help me with the implementation please?
May 11, 2020 at 02:06PM by Abdullahi Abdi
https://ift.tt/2LkvHSU
How to make expandable widget?
I want to implement the picture 1 and when i click on it to expand as in picture 2 can someone help me with the implementation please?
May 11, 2020 at 02:06PM by Abdullahi Abdi
https://ift.tt/2LkvHSU
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:
BottomNavigationBar
https://youtu.be/8WZSrGwJ7Bw
May 11, 2020 at 02:30PM by TheTechDesigner
https://ift.tt/2zp77xw
BottomNavigationBar
https://youtu.be/8WZSrGwJ7Bw
May 11, 2020 at 02:30PM by TheTechDesigner
https://ift.tt/2zp77xw
YouTube
Flutter Widget | 33 | 6. BottomNavigationBar | TitledBottomNavigationBar, Switch, List | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#bool #List #TitledNavigationBarItem #title #Icons #Text #Center #Column #Switch #MainAxisAlignment #activeColor #Colors #inactiveTrackColor #activeTrackColor…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#bool #List #TitledNavigationBarItem #title #Icons #Text #Center #Column #Switch #MainAxisAlignment #activeColor #Colors #inactiveTrackColor #activeTrackColor…
New post on /r/flutterdev subreddit:
Flutter 1.17 and compile-time variables
Flutter 1.17 — no more Flavors, no more iOS Schemas. Command argument that changes everythinghttps://medium.com/@tatsu.ukraine/flutter-1-17-no-more-flavors-no-more-ios-schemas-command-argument-that-solves-everything-8b145ed4285d
May 11, 2020 at 02:23PM by tatsuDn
https://ift.tt/2YUlG6O
Flutter 1.17 and compile-time variables
Flutter 1.17 — no more Flavors, no more iOS Schemas. Command argument that changes everythinghttps://medium.com/@tatsu.ukraine/flutter-1-17-no-more-flavors-no-more-ios-schemas-command-argument-that-solves-everything-8b145ed4285d
May 11, 2020 at 02:23PM by tatsuDn
https://ift.tt/2YUlG6O
Medium
Flutter 1.17 — no more Flavors, no more iOS Schemas. Command argument that changes everything
Environment configuration with Compile-time variables in Flutter projects for Dart, iOS and Android...
New post on /r/flutterdev subreddit:
Firebase streams with Provider
https://ift.tt/3bknQPO
May 11, 2020 at 02:16PM by immacoder
https://ift.tt/2LvshNj
Firebase streams with Provider
https://ift.tt/3bknQPO
May 11, 2020 at 02:16PM by immacoder
https://ift.tt/2LvshNj
Medium
Firebase Streams with Provider
There’s been one thing missing from my repertoire during my Firebase journey and that is streams. I knew it was an important topic that I…