New post on /r/flutterdev subreddit:
Flutter Zoom In Zoom Out And Rotate
https://youtu.be/bYrZnVGyYc8
January 11, 2020 at 06:34PM by imthepk
https://ift.tt/2tPGA9E
Flutter Zoom In Zoom Out And Rotate
https://youtu.be/bYrZnVGyYc8
January 11, 2020 at 06:34PM by imthepk
https://ift.tt/2tPGA9E
YouTube
Flutter Zoom In Zoom Out And Rotate
In this video, I will explain how to zoom in zoom out and rotate any image or widget
#Flutter #Zoom
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterUtilsCollection
Read my articles on medium…
#Flutter #Zoom
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterUtilsCollection
Read my articles on medium…
New post on /r/flutterdev subreddit:
If you know how to render a different widget instead of the FlexibleSpaceBar title on appBar on scrolling up in Flutter please do answer this question.
https://ift.tt/30dUxdS
January 11, 2020 at 07:09PM by Incrypto123
https://ift.tt/2skY3Xi
If you know how to render a different widget instead of the FlexibleSpaceBar title on appBar on scrolling up in Flutter please do answer this question.
https://ift.tt/30dUxdS
January 11, 2020 at 07:09PM by Incrypto123
https://ift.tt/2skY3Xi
Stack Overflow
Flutter SliverAppBar and FlexibleSpaceBar which Renders a different widget other than title param of FlexibleSpaceBar on scrolling…
I want to render some cool widget as the title for the FlexibleSpaceBar but when I scroll up this title(the named argument of FlexibleSpaceBar) becomes the title of the appbar instead of this title I
New post on /r/flutterdev subreddit:
V4.0.0 of get_it is almost done. I'm looking for testers / code reviewers
Hi,I'm almost done with a new version of GetIt. I did a lot of cleanup and refactoring as well as added new asynchronous support for factories and and Singletons. Also the startup synchronization has been completely redone.https://pub.dev/packages/get_it/versions/4.0.0-beta2Please check it out and give me feedback!CheersThomas
January 11, 2020 at 07:01PM by escamoteur
https://ift.tt/2QLRQNn
V4.0.0 of get_it is almost done. I'm looking for testers / code reviewers
Hi,I'm almost done with a new version of GetIt. I did a lot of cleanup and refactoring as well as added new asynchronous support for factories and and Singletons. Also the startup synchronization has been completely redone.https://pub.dev/packages/get_it/versions/4.0.0-beta2Please check it out and give me feedback!CheersThomas
January 11, 2020 at 07:01PM by escamoteur
https://ift.tt/2QLRQNn
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:
fake location
.........hi guys how to build a fake location app in flutter but i dont need build app vpn because not useful for me ??? please help me
January 11, 2020 at 08:50PM by samer nataf
https://ift.tt/2FIs1aM
fake location
.........hi guys how to build a fake location app in flutter but i dont need build app vpn because not useful for me ??? please help me
January 11, 2020 at 08:50PM by samer nataf
https://ift.tt/2FIs1aM
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:
Location based AR example with direction assistant
I used just some angle formulas and plugins to calculate true directions with ios compass and maps. I think its still not stable but nice example for better workshttps://github.com/DrAchernar/location-based-AR-app
January 11, 2020 at 10:48PM by DrAchernar
https://ift.tt/2FGw1Zh
Location based AR example with direction assistant
I used just some angle formulas and plugins to calculate true directions with ios compass and maps. I think its still not stable but nice example for better workshttps://github.com/DrAchernar/location-based-AR-app
January 11, 2020 at 10:48PM by DrAchernar
https://ift.tt/2FGw1Zh
GitHub
GitHub - DrAchernar/location-based-AR-app: This Flutter project is an example for a location based AR app with navigation support.
This Flutter project is an example for a location based AR app with navigation support. - GitHub - DrAchernar/location-based-AR-app: This Flutter project is an example for a location based AR app ...
New post on /r/flutterdev subreddit:
(Dark Mode) How to create Modern Soft UI // Flutter
https://www.youtube.com/watch?v=LngTgtRerxs
January 12, 2020 at 06:30AM by Heisenlife
https://ift.tt/35HM7MD
(Dark Mode) How to create Modern Soft UI // Flutter
https://www.youtube.com/watch?v=LngTgtRerxs
January 12, 2020 at 06:30AM by Heisenlife
https://ift.tt/35HM7MD
YouTube
DARK NEUMORPHISM • FLUTTER
👨🏽💻 Flutter Tutoring / Mentorship • https://mitchkoko.gumroad.com/l/FlutterTutoring
🎓 Flutter Beginner Course • https://youtu.be/swiMBX4Vt94
💰 Open for Flutter Freelance Work • https://mitchkoko.gumroad.com/l/CallWithMitch
📖 Flutter Beginner Handbook • …
🎓 Flutter Beginner Course • https://youtu.be/swiMBX4Vt94
💰 Open for Flutter Freelance Work • https://mitchkoko.gumroad.com/l/CallWithMitch
📖 Flutter Beginner Handbook • …
New post on /r/flutterdev subreddit:
Flutter in gsoc
What are the organisations in GSOC who wants flutter developers?
January 12, 2020 at 09:59AM by noobmaster691111
https://ift.tt/35HktzD
Flutter in gsoc
What are the organisations in GSOC who wants flutter developers?
January 12, 2020 at 09:59AM by noobmaster691111
https://ift.tt/35HktzD
reddit
Flutter in gsoc
What are the organisations in GSOC who wants flutter developers?
New post on /r/flutterdev subreddit:
First FOSS Flutter app with the embedded google books reader, read books using Google books API . https://ift.tt/2QN6q76
I have made my first relatively big flutter app which integrates the google books reader with another api to fetch books in my college library. Github link - https://github.com/kriticalflare/SIES-LibraryAccording to the description of the app in XDA article here this would be the first FOSS app to implement the google books embedded reader in an app AFAIK .I hope this can serve as an example for others and maybe you guys can also help with a code review of the project.I have used provider with change notifier for state management, moor-ffi for persistence.
January 12, 2020 at 10:32AM by kriticalflare
https://ift.tt/35JM17r
First FOSS Flutter app with the embedded google books reader, read books using Google books API . https://ift.tt/2QN6q76
I have made my first relatively big flutter app which integrates the google books reader with another api to fetch books in my college library. Github link - https://github.com/kriticalflare/SIES-LibraryAccording to the description of the app in XDA article here this would be the first FOSS app to implement the google books embedded reader in an app AFAIK .I hope this can serve as an example for others and maybe you guys can also help with a code review of the project.I have used provider with change notifier for state management, moor-ffi for persistence.
January 12, 2020 at 10:32AM by kriticalflare
https://ift.tt/35JM17r
GitHub
kriticalflare/SIES-Library
A simple catalog app for SIESGST Library using Google Books API - kriticalflare/SIES-Library
New post on /r/flutterdev subreddit:
Storing Keys in .env file | BuildConfig | Flutter Library of the Week | EP-06
https://youtu.be/OtkrNQxJzBQ
January 12, 2020 at 11:20AM by imthepk
https://ift.tt/2Niyjlz
Storing Keys in .env file | BuildConfig | Flutter Library of the Week | EP-06
https://youtu.be/OtkrNQxJzBQ
January 12, 2020 at 11:20AM by imthepk
https://ift.tt/2Niyjlz
YouTube
Storing Keys in .env file | BuildConfig | Flutter Library of the Week | EP-06
In this video, I will explain how to store keys in a separate file. I will also discuss about obfuscation and reverse engineering apks.
#Keys #Flutter #ENV
Please give stars for this project on git and like the video.
Source Code - https://github.com/…
#Keys #Flutter #ENV
Please give stars for this project on git and like the video.
Source Code - https://github.com/…
New post on /r/flutterdev subreddit:
I have trouble with keeping the app alive in a foreground process, even with platform specific code
I have my app in Flutter and within the app I have a button that starts a foreground process and shows it in the notification bar.But here's the thing: if the app is killed, the only thing that remains is that foreground service. Therefore, my flutter code is killed and can't to any processing. I want to do some calculations within the process but if the app is killed I can't send anymore data. Is there anyway I could do this? What's the point of having a platform specific code with a background/foreground process if you can't use it? Of course I could just make the calculations inside the native code, but what's the point of using flutter then?How can I basically have some background/foreground processes in flutter?
January 12, 2020 at 12:45PM by dragonslayerarmour
https://ift.tt/30jqscH
I have trouble with keeping the app alive in a foreground process, even with platform specific code
I have my app in Flutter and within the app I have a button that starts a foreground process and shows it in the notification bar.But here's the thing: if the app is killed, the only thing that remains is that foreground service. Therefore, my flutter code is killed and can't to any processing. I want to do some calculations within the process but if the app is killed I can't send anymore data. Is there anyway I could do this? What's the point of having a platform specific code with a background/foreground process if you can't use it? Of course I could just make the calculations inside the native code, but what's the point of using flutter then?How can I basically have some background/foreground processes in flutter?
January 12, 2020 at 12:45PM by dragonslayerarmour
https://ift.tt/30jqscH
reddit
I have trouble with keeping the app alive in a foreground process,...
I have my app in Flutter and within the app I have a button that starts a foreground process and shows it in the notification bar. But here's the...
New post on Flutter Dev Google group:
HOW TO CONVERT A WIDGET TO IMAGE IN FLUTTER WEB
I've been trying to convert flutter widget to image , by using the method described here ( https://ift.tt/2FEpxKx ) but it only workied on android (or ios maybe) and not on flutter web, im geeting this error : > *Unsupported
January 12, 2020 at 01:44PM by vinay sharma
https://ift.tt/380g5x7
HOW TO CONVERT A WIDGET TO IMAGE IN FLUTTER WEB
I've been trying to convert flutter widget to image , by using the method described here ( https://ift.tt/2FEpxKx ) but it only workied on android (or ios maybe) and not on flutter web, im geeting this error : > *Unsupported
January 12, 2020 at 01:44PM by vinay sharma
https://ift.tt/380g5x7
Medium
Export your widget to image with flutter
Some days ago I was messing around with flutter and thought that everything in flutter is rendered pixel by pixel so there must be a way to…
New post on /r/flutterdev subreddit:
Database for Mobile app
Hi Dev,New to flutter and trying to build mobile app. I need a database to store user Emails and password.I was considering firebase but I don’t want to be dependent on the service.Currently looking into Hive. They use ‘boxes’. It sounds a lot like blockchain. I’m kool with that.Just want something easy to maintain just how flutter makes it easy to merge design+development.Let me know your thoughts. Thanks.flutter + Hive
January 12, 2020 at 02:21PM by shakofall
https://ift.tt/2ta00WQ
Database for Mobile app
Hi Dev,New to flutter and trying to build mobile app. I need a database to store user Emails and password.I was considering firebase but I don’t want to be dependent on the service.Currently looking into Hive. They use ‘boxes’. It sounds a lot like blockchain. I’m kool with that.Just want something easy to maintain just how flutter makes it easy to merge design+development.Let me know your thoughts. Thanks.flutter + Hive
January 12, 2020 at 02:21PM by shakofall
https://ift.tt/2ta00WQ
YouTube
Hive (Flutter Tutorial) – Lightweight & Fast NoSQL Database in Pure Dart
📗 Get the starter project & learn from the written tutorial 👇👇
https://resocoder.com/hive-db-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Storing data locally is a task which has to be done by almost every app.…
https://resocoder.com/hive-db-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Storing data locally is a task which has to be done by almost every app.…
New post on /r/flutterdev subreddit:
How do I get the "raw" html data from a website
Hey guys,i am fairly new to (flutter) development and I have a question:There is this website, and I would like to display the content in an app. As far as I understood the website, it is an server-site html render. Since there are no API's (atleast I didn't find them) which I can use to read the data, I wanted to get the whole html document and parse all of the "interesting" data out.Do you guys have any idea how I get the html document so that I can start parsing?Or is there a more elegant solution to my problem?EDIT: I don't want to make a html render, I have build my own UI and just want to insert specific dataThanks a lot in advance!
January 12, 2020 at 01:50PM by vuk_64
https://ift.tt/2RanNxW
How do I get the "raw" html data from a website
Hey guys,i am fairly new to (flutter) development and I have a question:There is this website, and I would like to display the content in an app. As far as I understood the website, it is an server-site html render. Since there are no API's (atleast I didn't find them) which I can use to read the data, I wanted to get the whole html document and parse all of the "interesting" data out.Do you guys have any idea how I get the html document so that I can start parsing?Or is there a more elegant solution to my problem?EDIT: I don't want to make a html render, I have build my own UI and just want to insert specific dataThanks a lot in advance!
January 12, 2020 at 01:50PM by vuk_64
https://ift.tt/2RanNxW
New post on /r/flutterdev subreddit:
Any Experiences with using Cupertino Widgets for iOS Version? Worth it or stick to Material?
Has anyone developed an App that uses cupertino widgets for iOS? I'm currently experiencing with it using the flutter_platform_widgets library. I like the look but I'm not sure if its worth the work. There are quite a few Widgets that are not supported in cupertino design such as TabBars under the AppBar and FloatingActionButtons. I'm still undecided if I should rather use Material for iOS Apps as well for simplicity reasons.
January 12, 2020 at 02:45PM by jwknows
https://ift.tt/2NkeQkr
Any Experiences with using Cupertino Widgets for iOS Version? Worth it or stick to Material?
Has anyone developed an App that uses cupertino widgets for iOS? I'm currently experiencing with it using the flutter_platform_widgets library. I like the look but I'm not sure if its worth the work. There are quite a few Widgets that are not supported in cupertino design such as TabBars under the AppBar and FloatingActionButtons. I'm still undecided if I should rather use Material for iOS Apps as well for simplicity reasons.
January 12, 2020 at 02:45PM by jwknows
https://ift.tt/2NkeQkr
reddit
Any Experiences with using Cupertino Widgets for iOS Version?...
Has anyone developed an App that uses cupertino widgets for iOS? I'm currently experiencing with it using the flutter\_platform\_widgets library....
New post on /r/flutterdev subreddit:
Really need your feedback on new get_it API
Hi,after trying out the new API of GetIt to orchestrate an async startup in my main project I got the feeling that it is not as good as I thought and that the previous version actually was easier to understand and more flexible.Please have a look and comment on this Gist discussion https://gist.github.com/escamoteur/c4c717518729a4c24a4ce95c10111473#gistcomment-3135119
January 12, 2020 at 03:17PM by escamoteur
https://ift.tt/2NjTB2l
Really need your feedback on new get_it API
Hi,after trying out the new API of GetIt to orchestrate an async startup in my main project I got the feeling that it is not as good as I thought and that the previous version actually was easier to understand and more flexible.Please have a look and comment on this Gist discussion https://gist.github.com/escamoteur/c4c717518729a4c24a4ce95c10111473#gistcomment-3135119
January 12, 2020 at 03:17PM by escamoteur
https://ift.tt/2NjTB2l
Gist
GetItSync.dart
GitHub Gist: instantly share code, notes, and snippets.
New post on /r/flutterdev subreddit:
How to Fetch preview of link in flutter
https://youtu.be/sZQ4Ddtz2A4
January 12, 2020 at 03:12PM by prolongservices
https://ift.tt/2R8ej6m
How to Fetch preview of link in flutter
https://youtu.be/sZQ4Ddtz2A4
January 12, 2020 at 03:12PM by prolongservices
https://ift.tt/2R8ej6m
YouTube
How to Fetch preview of link in flutter
Fetch preview of link in flutter, same as whatsapp and other websites/apps fetch preview of link. We will not use any third party app to fetch preview of link. We will parse html content of link and then extract title, description, images etc.
To achieve…
To achieve…
New post on /r/flutterdev subreddit:
GitHub - DrAchernar/location-based-AR-app: This Flutter project is an example for a location based AR app with navigation support.
https://ift.tt/3a5ivfw
January 12, 2020 at 03:32PM by DrAchernar
https://ift.tt/35LUreD
GitHub - DrAchernar/location-based-AR-app: This Flutter project is an example for a location based AR app with navigation support.
https://ift.tt/3a5ivfw
January 12, 2020 at 03:32PM by DrAchernar
https://ift.tt/35LUreD
GitHub
GitHub - DrAchernar/location-based-AR-app: This Flutter project is an example for a location based AR app with navigation support.
This Flutter project is an example for a location based AR app with navigation support. - GitHub - DrAchernar/location-based-AR-app: This Flutter project is an example for a location based AR app ...
New post on /r/flutterdev subreddit:
Firebase Authentication in Flutter | Production Patterns
https://youtu.be/tKET5s_Vu-c
January 12, 2020 at 04:32PM by Filledstacks
https://ift.tt/2FJCVgo
Firebase Authentication in Flutter | Production Patterns
https://youtu.be/tKET5s_Vu-c
January 12, 2020 at 04:32PM by Filledstacks
https://ift.tt/2FJCVgo
YouTube
Firebase Authentication in Flutter | Production Patterns
In this video I go over the way I use Firebase Authentication in production to keep my code maintainable and easy to manage. We cover the basic login and sign up functionality.
Written: https://www.filledstacks.com/post/firebase-authentication-in-flutter/…
Written: https://www.filledstacks.com/post/firebase-authentication-in-flutter/…
New post on /r/flutterdev subreddit:
Adding top and bottom separators with ListView.separated | Code With Andrea
https://ift.tt/2FHeL67
January 12, 2020 at 05:17PM by bizz84
https://ift.tt/2uHwzMi
Adding top and bottom separators with ListView.separated | Code With Andrea
https://ift.tt/2FHeL67
January 12, 2020 at 05:17PM by bizz84
https://ift.tt/2uHwzMi
Code With Andrea
Adding top and bottom separators with ListView.separated | Code With Andrea
New post on /r/flutterdev subreddit:
State vs Data, do you ever mix the two?
I'm using hydrated bloc to persist app state to the device and I've got my data in Firebase. I'm tempted to create state objects from relatively static data retrieved to reduce DB hits and speed things up a bit. My current thinking is to create a bloc for "recently viewed" data, where whole documents are stored in a map.Does this make sense to do? Is there a better way?
January 12, 2020 at 06:39PM by inhumantsar
https://ift.tt/37Y1br3
State vs Data, do you ever mix the two?
I'm using hydrated bloc to persist app state to the device and I've got my data in Firebase. I'm tempted to create state objects from relatively static data retrieved to reduce DB hits and speed things up a bit. My current thinking is to create a bloc for "recently viewed" data, where whole documents are stored in a map.Does this make sense to do? Is there a better way?
January 12, 2020 at 06:39PM by inhumantsar
https://ift.tt/37Y1br3
reddit
State vs Data, do you ever mix the two?
I'm using hydrated bloc to persist app state to the device and I've got my data in Firebase. I'm tempted to create state objects from relatively...