New post on /r/flutterdev subreddit:
Is there any good package for Dropbox API, Cloudkit, or Google Drive API?
I want to add a feature where users can back up app data to their Dropbox, iCloud Drive, or Google Drive account, and restore the data when needed. Does anyone know any good package for that?
July 16, 2020 at 12:45PM by KuoyHuot
https://ift.tt/2OthEvA
Is there any good package for Dropbox API, Cloudkit, or Google Drive API?
I want to add a feature where users can back up app data to their Dropbox, iCloud Drive, or Google Drive account, and restore the data when needed. Does anyone know any good package for that?
July 16, 2020 at 12:45PM by KuoyHuot
https://ift.tt/2OthEvA
reddit
Is there any good package for Dropbox API, Cloudkit, or Google...
I want to add a feature where users can back up app data to their Dropbox, iCloud Drive, or Google Drive account, and restore the data when...
New post on /r/flutterdev subreddit:
Next update for Flutter Web?
Does anyone knows when the next version of Flutter for Web is available on beta or stable and a list of change logs? I'm planning to make my first production website using Flutter for Web.One thing I don't like about the current Web version is the '#' on the address URL. There is a ticket related to this issue and it seems it will be not fixed anytime soon.
July 16, 2020 at 01:57PM by tledrag
https://ift.tt/38Zaedc
Next update for Flutter Web?
Does anyone knows when the next version of Flutter for Web is available on beta or stable and a list of change logs? I'm planning to make my first production website using Flutter for Web.One thing I don't like about the current Web version is the '#' on the address URL. There is a ticket related to this issue and it seems it will be not fixed anytime soon.
July 16, 2020 at 01:57PM by tledrag
https://ift.tt/38Zaedc
reddit
Next update for Flutter Web?
Does anyone knows when the next version of Flutter for Web is available on beta or stable and a list of change logs? I'm planning to make my first...
New post on /r/flutterdev subreddit:
Setting up firebase authentication made simple
https://ift.tt/2WrxyuV
July 16, 2020 at 02:08PM by jetblack-pope
https://ift.tt/390HCAa
Setting up firebase authentication made simple
https://ift.tt/2WrxyuV
July 16, 2020 at 02:08PM by jetblack-pope
https://ift.tt/390HCAa
Medium
Firebase Authentication in Flutter, 2020, made simple
When I first started flutter development, the first core topic that I got into and started familiarizing myself with was Firebase. It is a…
New post on Flutter Dev Google group:
Creating Posts And Viewing The posts In Two Projects Using Firebase & Flutter
Hi, I'm new to flutter development and I'm having some difficulties... I am currently working on a project, which has two apps that will be passing data between them(e.g. post w/ text, videos, or pictures). One of the apps will be used by the end-users and the other app will be for the admin,
July 16, 2020 at 02:36PM by Charisa Emmanuel
https://ift.tt/2WpRwGi
Creating Posts And Viewing The posts In Two Projects Using Firebase & Flutter
Hi, I'm new to flutter development and I'm having some difficulties... I am currently working on a project, which has two apps that will be passing data between them(e.g. post w/ text, videos, or pictures). One of the apps will be used by the end-users and the other app will be for the admin,
July 16, 2020 at 02:36PM by Charisa Emmanuel
https://ift.tt/2WpRwGi
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:
Is there anything OpenJFX can do that Flutter can't?
I'm really excited about desktop Flutter apps, so I'm curious if there are any hard limits compared to OpenJFX.
July 16, 2020 at 04:45PM by dittospin
https://ift.tt/3fzK6Ip
Is there anything OpenJFX can do that Flutter can't?
I'm really excited about desktop Flutter apps, so I'm curious if there are any hard limits compared to OpenJFX.
July 16, 2020 at 04:45PM by dittospin
https://ift.tt/3fzK6Ip
reddit
Is there anything OpenJFX can do that Flutter can't?
I'm really excited about desktop Flutter apps, so I'm curious if there are any hard limits compared to OpenJFX.
New post on /r/flutterdev subreddit:
FoldingCell inside ListView
https://youtu.be/kWfcn9Pu_Hc
July 16, 2020 at 04:41PM by TheTechDesigner
https://ift.tt/30kkPeP
FoldingCell inside ListView
https://youtu.be/kWfcn9Pu_Hc
July 16, 2020 at 04:41PM by TheTechDesigner
https://ift.tt/30kkPeP
YouTube
Flutter Widget | 78 | 3. FoldingCell inside [ListView] in Flutter | Speed Code
#TheTechDesigner#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━ Topics Covered :- ━ ━ ...
New post on /r/flutterdev subreddit:
Best way to implement HTTP(S) requests
I am currently making my first Flutter app, and I came across the need to interact with some APIs. As of right now, I found 2 ways to do it, either via the
July 16, 2020 at 06:41PM by MikeAnth
https://ift.tt/3jhEF39
Best way to implement HTTP(S) requests
I am currently making my first Flutter app, and I came across the need to interact with some APIs. As of right now, I found 2 ways to do it, either via the
dart io
package or the http
one from pub.devThe http
package provides an easier to read, shorter and overall more concise implementation, but I can't seem to make it accept self signed certificates.The dart io
package implementation seems to be a lot more verbose, but has a bad certificate callback, which does provide that functionality.All the tutorials i found suggest using the dart io package for self signed certs. Is it possible to make the http
package accept them too?July 16, 2020 at 06:41PM by MikeAnth
https://ift.tt/3jhEF39
reddit
Best way to implement HTTP(S) requests
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
SuperDeclarative : 2nd Widget Workshop : Build a page indicator for a Flutter PageView.
https://youtu.be/gYekEaDo91s
July 16, 2020 at 06:21PM by EngineerScientist
https://ift.tt/2B5A7eR
SuperDeclarative : 2nd Widget Workshop : Build a page indicator for a Flutter PageView.
https://youtu.be/gYekEaDo91s
July 16, 2020 at 06:21PM by EngineerScientist
https://ift.tt/2B5A7eR
YouTube
Flutter Page Indicator | Widget Workshop
Today we’re building an onboarding page indicator Widget in Flutter that displays a dot for each page, and an indicator that jumps between dots as the user scrolls between pages.
Steps:
0:00 Welcome
1:07 Create dots
19:33 Indicator dot
26:43 Indicator movement…
Steps:
0:00 Welcome
1:07 Create dots
19:33 Indicator dot
26:43 Indicator movement…
New post on Flutter Dev Google group:
Ayuda Android studio (Flutter SDK is not found in the specified location)
Hola ese error me sale en android studio, ya hice todos los pasos recomendados en la pagina oficial pero aun sigue dando el mismo error Android Studio 4.0. 1
July 16, 2020 at 06:37PM by Yoel Laya
https://ift.tt/30kOlkD
Ayuda Android studio (Flutter SDK is not found in the specified location)
Hola ese error me sale en android studio, ya hice todos los pasos recomendados en la pagina oficial pero aun sigue dando el mismo error Android Studio 4.0. 1
July 16, 2020 at 06:37PM by Yoel Laya
https://ift.tt/30kOlkD
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:
Bottom navigation bar and working the check login status in blog app
https://youtu.be/oQhhMiQSs68
July 16, 2020 at 04:28AM by devstackin
https://ift.tt/2ZBFziZ
Bottom navigation bar and working the check login status in blog app
https://youtu.be/oQhhMiQSs68
July 16, 2020 at 04:28AM by devstackin
https://ift.tt/2ZBFziZ
YouTube
Flutter Bottom Navigation Bar || Working on Blog App Home Page || Flutter with NodeJS #20
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this video,
1) We will work on the bottom navigation bar for the home page.
2) Also, we will work on the logic to check the login status of the user.
3) You will get…
In this video,
1) We will work on the bottom navigation bar for the home page.
2) Also, we will work on the logic to check the login status of the user.
3) You will get…
New post on /r/flutterdev subreddit:
#12 How to create List in Flutter? Flutter ListView Tutorial in Dart | Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=AIfRClafAEU
July 16, 2020 at 05:05PM by Code_Flipper
https://ift.tt/2WsPRQp
#12 How to create List in Flutter? Flutter ListView Tutorial in Dart | Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=AIfRClafAEU
July 16, 2020 at 05:05PM by Code_Flipper
https://ift.tt/2WsPRQp
YouTube
How to create List in Flutter? Flutter ListView Tutorial in Dart | Flutter Tutorial for Beginners
In this episode I'm going to explain ListView in Flutter. First I explain their properties and usage in detail through animation and then explain with codding part too.
Feel Free to comment If you have any query.
email: ehtasham228@gmail.com
…
Feel Free to comment If you have any query.
email: ehtasham228@gmail.com
…
New post on /r/flutterdev subreddit:
Image captioning
I want to make an app where I can add a caption to different sorts of media (images, gifs, videos). Essentially add a white bar on top or bottom of the image and then write in some text. Then save the image/video as a new image with the caption added to it.Does anyone know of any useful packages or tutorials that could help me do this?(Heres an example of what I would want to make: https://ibb.co/fSWW3pj )
July 16, 2020 at 08:45PM by NothingLower9444
https://ift.tt/2WoUICo
Image captioning
I want to make an app where I can add a caption to different sorts of media (images, gifs, videos). Essentially add a white bar on top or bottom of the image and then write in some text. Then save the image/video as a new image with the caption added to it.Does anyone know of any useful packages or tutorials that could help me do this?(Heres an example of what I would want to make: https://ibb.co/fSWW3pj )
July 16, 2020 at 08:45PM by NothingLower9444
https://ift.tt/2WoUICo
ImgBB
IMG-1916
Image IMG-1916 hosted in ImgBB
New post on /r/flutterdev subreddit:
Going Walkabout - Flutter for the Win!
https://www.youtube.com/watch?v=IcI-y0o1STo
July 16, 2020 at 08:51PM by aadjemonkeyrock
https://ift.tt/2CErp7G
Going Walkabout - Flutter for the Win!
https://www.youtube.com/watch?v=IcI-y0o1STo
July 16, 2020 at 08:51PM by aadjemonkeyrock
https://ift.tt/2CErp7G
YouTube
Going Walkabout - Flutter for the Win!
Going Walkabout is a mobile travel blog and in this Flutter episode I implement the new profile that was giving me headaches in SwiftUI.Links:- Going Walkabo...
New post on /r/flutterdev subreddit:
Prevent people from posting CP
I want to make an app where people are free to upload images and videos. I will be using firebase for hosting.I dont care if people upload graphic things or porn. But how do I prevent people from uploading CP? I know there is google vision but I only see the ability to detect any graphic content, where as I am only interested in preventing CP?Also would I be legally liable if someone were to upload it to my firebase project? (As far as I know cp is the only illegal thing to store?)
July 16, 2020 at 09:31PM by NothingLower9444
https://ift.tt/2C9nobF
Prevent people from posting CP
I want to make an app where people are free to upload images and videos. I will be using firebase for hosting.I dont care if people upload graphic things or porn. But how do I prevent people from uploading CP? I know there is google vision but I only see the ability to detect any graphic content, where as I am only interested in preventing CP?Also would I be legally liable if someone were to upload it to my firebase project? (As far as I know cp is the only illegal thing to store?)
July 16, 2020 at 09:31PM by NothingLower9444
https://ift.tt/2C9nobF
reddit
Prevent people from posting CP
I want to make an app where people are free to upload images and videos. I will be using firebase for hosting. I dont care if people upload...
New post on /r/flutterdev subreddit:
Flutter job position
Hi just as a question, I love flutter, i see a lot of support for it, but almost no jobs on it. Do you think it will ever become used by the industry?
July 16, 2020 at 10:01PM by farhadsaberi
https://ift.tt/2BbjTks
Flutter job position
Hi just as a question, I love flutter, i see a lot of support for it, but almost no jobs on it. Do you think it will ever become used by the industry?
July 16, 2020 at 10:01PM by farhadsaberi
https://ift.tt/2BbjTks
reddit
Flutter job position
Hi just as a question, I love flutter, i see a lot of support for it, but almost no jobs on it. Do you think it will ever become used by the industry?
New post on /r/flutterdev subreddit:
Flutter Cloud Firestore | Selective Updates and Deletes | Part 2 | Firestore Tutorial
https://youtu.be/pqVPAzWmiY8
July 17, 2020 at 07:23AM by saheb1313
https://ift.tt/2OvwiCz
Flutter Cloud Firestore | Selective Updates and Deletes | Part 2 | Firestore Tutorial
https://youtu.be/pqVPAzWmiY8
July 17, 2020 at 07:23AM by saheb1313
https://ift.tt/2OvwiCz
YouTube
Flutter Cloud Firestore | Selective Updates and Deletes | Part 2 | Firestore Tutorial
The Growing Developer Website is out !!
https://thegrowingdeveloper.org
Welcome back to yet another #Firebase Tutorial for #Flutter. In this video we will learn about cloud firestore. Learn CRUD operations in flutter firestore. Cloud Firestore is a realtime…
https://thegrowingdeveloper.org
Welcome back to yet another #Firebase Tutorial for #Flutter. In this video we will learn about cloud firestore. Learn CRUD operations in flutter firestore. Cloud Firestore is a realtime…
New post on /r/flutterdev subreddit:
What do you think about the various CI/CD services listed in the Flutter documentation? Have you tried them? I am trying to find out which one is better for which use case.
https://ift.tt/3fCUKhf
July 17, 2020 at 08:54AM by jcarterm
https://ift.tt/30eLU2W
What do you think about the various CI/CD services listed in the Flutter documentation? Have you tried them? I am trying to find out which one is better for which use case.
https://ift.tt/3fCUKhf
July 17, 2020 at 08:54AM by jcarterm
https://ift.tt/30eLU2W
flutter.dev
Continuous delivery with Flutter
How to automate continuous building and releasing of your Flutter app.
New post on /r/flutterdev subreddit:
My Journey of 100 days of Flutter and Awesome Flutter Tips and tricks & how it improved me as a developer and opensource contributor. You are all part of this. Thank you so much 🙏🏼
https://ift.tt/30gUUVn
July 17, 2020 at 09:38AM by erluxman
https://ift.tt/30eSYN0
My Journey of 100 days of Flutter and Awesome Flutter Tips and tricks & how it improved me as a developer and opensource contributor. You are all part of this. Thank you so much 🙏🏼
https://ift.tt/30gUUVn
July 17, 2020 at 09:38AM by erluxman
https://ift.tt/30eSYN0
Erluxman
My Journey of 100 Days Of Flutter (Awesome Flutter tips and tricks)
Best 100 days of my programming career.
New post on /r/flutterdev subreddit:
Weather App Design in Flutter
I did this Weather App in Flutter. But I am a little bit skeptical about my app dir structure,Here how it is,
July 17, 2020 at 10:34AM by iamfirdous
https://ift.tt/32rHTuQ
Weather App Design in Flutter
I did this Weather App in Flutter. But I am a little bit skeptical about my app dir structure,Here how it is,
- lib/ - models/ --> *All the data classes* - services/ - ui/ - pages/ --> *All the screens* - themes/ - widgets/ --> *All the custom widgets, regardless of where they are used/* - util/ main.dart router.dartDoes anyone want to give me any suggestions?Here is the source - https://github.com/iamfirdous/super_apphttps://twitter.com/iamfirdous95/status/1284039528856956931
July 17, 2020 at 10:34AM by iamfirdous
https://ift.tt/32rHTuQ
GitHub
iamfirdous/super_app
Contribute to iamfirdous/super_app development by creating an account on GitHub.
New post on Flutter Dev Google group:
My flutter application works in debug mode, but it freezes in release mode.
*I create an application in flute, it works perfectly well in debug mode, but when I generate an apk release, it starts and it freezes, however. when i click this error is generated* 2020-07-17 11:38:31.748 4210-4249/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception:
July 17, 2020 at 11:43AM by Wenzeasy
https://ift.tt/3h9TZNm
My flutter application works in debug mode, but it freezes in release mode.
*I create an application in flute, it works perfectly well in debug mode, but when I generate an apk release, it starts and it freezes, however. when i click this error is generated* 2020-07-17 11:38:31.748 4210-4249/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception:
July 17, 2020 at 11:43AM by Wenzeasy
https://ift.tt/3h9TZNm
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:
Time events in flutter
hello guys, i want to know how to show some widgets after 2 - 3 minutes, triggering widgets base on time elapse. actually i want show 'resend otp' button after 1 minute while waiting for otp sms. Thank you.
July 17, 2020 at 11:43AM by Gulam Fahad Ahmed
https://ift.tt/2CKyp2K
Time events in flutter
hello guys, i want to know how to show some widgets after 2 - 3 minutes, triggering widgets base on time elapse. actually i want show 'resend otp' button after 1 minute while waiting for otp sms. Thank you.
July 17, 2020 at 11:43AM by Gulam Fahad Ahmed
https://ift.tt/2CKyp2K
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.