New post on /r/flutterdev subreddit:
Flutter 2
Are there any good courses for the recent flutter 2 ?
April 21, 2021 at 08:27PM by TheQuack69
https://ift.tt/3dBaeE7
Flutter 2
Are there any good courses for the recent flutter 2 ?
April 21, 2021 at 08:27PM by TheQuack69
https://ift.tt/3dBaeE7
reddit
Flutter 2
Are there any good courses for the recent flutter 2 ?
New post on /r/flutterdev subreddit:
I created a StatefulWidget with business logic in it today.
...and the world didn't end.....weird.
April 22, 2021 at 12:11AM by scorr204
https://ift.tt/3enX1ha
I created a StatefulWidget with business logic in it today.
...and the world didn't end.....weird.
April 22, 2021 at 12:11AM by scorr204
https://ift.tt/3enX1ha
reddit
I created a StatefulWidget with business logic in it today.
...and the world didn't end.....weird.
New post on /r/flutterdev subreddit:
Flutter GIF
Hello FlutterDev Community,I am trying to find a way where I can upload GIF images to my Firebase Storage with Low quality.The issue is I want to upload GIF images in a specific MB size, I canNOT find a built-in function in Flutter where I can reduce GIF image size.I hope there is someone who has knowledge of GIF images to help me ^_^.
April 21, 2021 at 11:43PM by YousufAlyamani
https://ift.tt/2PaJqkB
Flutter GIF
Hello FlutterDev Community,I am trying to find a way where I can upload GIF images to my Firebase Storage with Low quality.The issue is I want to upload GIF images in a specific MB size, I canNOT find a built-in function in Flutter where I can reduce GIF image size.I hope there is someone who has knowledge of GIF images to help me ^_^.
April 21, 2021 at 11:43PM by YousufAlyamani
https://ift.tt/2PaJqkB
Reddit
r/FlutterDev - Flutter GIF
1 vote and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Great Idea to develop but no idea where to start
With the recent global outbreak in the food delivery services industry... each country currently have at least 5 different food delivery apps. I have recently noticed that some restaurants are available through specific apps only, or are available via their own delivery platform, or even only offer delivery service over the phone! The idea that popped to mind is, why not have a comprehensive food services index! As in a platform that holds all restaurants available in the city regardless of the delivery options they offer (either via an API of something like Google Maps + APIs from the different delivery apps, or manually entered by the restaurant owner) this way whenever you need to order food you are not limited to searching app by app to figure out which restaurant you want to eat from, and could be able to compare prices from one restaurant to another Now I have a super limited background in mobile apps development, but I have a general idea about the main concerns I need to figure out before developing such a platform and would really appreciate the community's suggestions and ideas on then ..1) how to connect the menus and delivery pricing fees from all different delivery apps to my platform in case they don't provide any API's (which they probably don't)2) how to at least connect the restaurant names, cuisine, and placement on the map from Google Maps (so the app could work as an index for restaurants in the city as currently none are available in my city)3) where to start in terms of development? I know that in 2021 I'm not supposed to develop everything from scratch and there are probably many libraries and tools that could make my life easier (I'm talking about things like user registration, reviews, connecting reviews from Facebook and google, and all generic items that should be in an index app, etc...)4) what would be the easiest way to develop such an app to cover both IOS and android users? I heard about flutter as a good option5) could someone with a good overall background in IT but almost no background in development do such a thing on his own6) are there any guides/courses that focus on a similar app concept that I could follow7) how much time and effort am I expected to put into this project8) I'm open for suggestions and ideasThanks in advance
April 21, 2021 at 11:40PM by JustDeGuyWhoNeedHelp
https://ift.tt/2RSBTrM
Great Idea to develop but no idea where to start
With the recent global outbreak in the food delivery services industry... each country currently have at least 5 different food delivery apps. I have recently noticed that some restaurants are available through specific apps only, or are available via their own delivery platform, or even only offer delivery service over the phone! The idea that popped to mind is, why not have a comprehensive food services index! As in a platform that holds all restaurants available in the city regardless of the delivery options they offer (either via an API of something like Google Maps + APIs from the different delivery apps, or manually entered by the restaurant owner) this way whenever you need to order food you are not limited to searching app by app to figure out which restaurant you want to eat from, and could be able to compare prices from one restaurant to another Now I have a super limited background in mobile apps development, but I have a general idea about the main concerns I need to figure out before developing such a platform and would really appreciate the community's suggestions and ideas on then ..1) how to connect the menus and delivery pricing fees from all different delivery apps to my platform in case they don't provide any API's (which they probably don't)2) how to at least connect the restaurant names, cuisine, and placement on the map from Google Maps (so the app could work as an index for restaurants in the city as currently none are available in my city)3) where to start in terms of development? I know that in 2021 I'm not supposed to develop everything from scratch and there are probably many libraries and tools that could make my life easier (I'm talking about things like user registration, reviews, connecting reviews from Facebook and google, and all generic items that should be in an index app, etc...)4) what would be the easiest way to develop such an app to cover both IOS and android users? I heard about flutter as a good option5) could someone with a good overall background in IT but almost no background in development do such a thing on his own6) are there any guides/courses that focus on a similar app concept that I could follow7) how much time and effort am I expected to put into this project8) I'm open for suggestions and ideasThanks in advance
April 21, 2021 at 11:40PM by JustDeGuyWhoNeedHelp
https://ift.tt/2RSBTrM
reddit
Great Idea to develop but no idea where to start
With the recent global outbreak in the food delivery services industry... each country currently have at least 5 different food delivery apps. I...
New post on /r/flutterdev subreddit:
Flutter Tutorial - Firebase Setup For iOS (Johannes Milke)
https://www.youtube.com/watch?v=yj4vaz2rxC0
April 22, 2021 at 12:17AM by JohannesMilke
https://ift.tt/3v92SgT
Flutter Tutorial - Firebase Setup For iOS (Johannes Milke)
https://www.youtube.com/watch?v=yj4vaz2rxC0
April 22, 2021 at 12:17AM by JohannesMilke
https://ift.tt/3v92SgT
YouTube
Flutter Tutorial - Firebase Setup For iOS 2/3 | Android, iOS, Web
Let's setup #Firebase for our #Flutter app on Android, #iOS and Flutter Web. Setup Firebase for iOS to use any Firebase products such as Firebase Storage, Cloud Firestore, Firebase Auth, Firebase Messaging, Firebase Dynamic Links, and many more.
Click…
Click…
New post on Flutter Dev Google group:
QuerySnapshot: Storing Firebase Collection Documents into Local List
Hi Community, I'm trying to read a Collection using a *QuerySnapshot*, and store these values in a List. I'm currently Reading my whole collection successfully with the following *Future
QuerySnapshot: Storing Firebase Collection Documents into Local List
Hi Community, I'm trying to read a Collection using a *QuerySnapshot*, and store these values in a List. I'm currently Reading my whole collection successfully with the following *Future
New post on /r/flutterdev subreddit:
How to Perform Text Search in a PDF Document Using Flutter PDF Viewer
https://ift.tt/3v8OFk9
April 22, 2021 at 06:56AM by ArunITTech
https://ift.tt/3sFf47u
How to Perform Text Search in a PDF Document Using Flutter PDF Viewer
https://ift.tt/3v8OFk9
April 22, 2021 at 06:56AM by ArunITTech
https://ift.tt/3sFf47u
Syncfusion Blogs
How to Perform Text Search in a PDF Document Using Flutter PDF Viewer | Syncfusion Blogs
This blog serves as a complete guide to search text in a PDF document using the Flutter PDF Viewer, along with complete code examples.
New post on /r/flutterdev subreddit:
Flutter alternative for Firebase: AWS Amplify
If you are using Firebase in your Flutter projects and want to try something new, check out AWS Amplify a great alternative for Google's Firebase.https://techblog.geekyants.com/aws-amplify-for-flutter-part-1
April 22, 2021 at 06:46AM by deus_08
https://ift.tt/3efBVBi
Flutter alternative for Firebase: AWS Amplify
If you are using Firebase in your Flutter projects and want to try something new, check out AWS Amplify a great alternative for Google's Firebase.https://techblog.geekyants.com/aws-amplify-for-flutter-part-1
April 22, 2021 at 06:46AM by deus_08
https://ift.tt/3efBVBi
GeekyAnts Tech Blog
AWS Amplify for Flutter - Part 1
A first-of-its series guide to integrating AWS Amplify to your Flutter Apps
New post on /r/flutterdev subreddit:
Google calendar public URL
Hi everyone,Was curious if anyone knows of a way or a plug-in to use to use to subscribe an app that has a calendar feature to google’s public URLs. To be clear, I’m using table_calendar to implement a calendar feature in my app, which is excellent btw, and was wondering if my users can subscribe to public Calendar URLs using this package or any other package for that matter.Thank you
April 22, 2021 at 06:25AM by North_Tonight277
https://ift.tt/3sJZo2S
Google calendar public URL
Hi everyone,Was curious if anyone knows of a way or a plug-in to use to use to subscribe an app that has a calendar feature to google’s public URLs. To be clear, I’m using table_calendar to implement a calendar feature in my app, which is excellent btw, and was wondering if my users can subscribe to public Calendar URLs using this package or any other package for that matter.Thank you
April 22, 2021 at 06:25AM by North_Tonight277
https://ift.tt/3sJZo2S
reddit
Google calendar public URL
Hi everyone, Was curious if anyone knows of a way or a plug-in to use to use to subscribe an app that has a calendar feature to google’s public...
New post on /r/flutterdev subreddit:
How to Solve the Error Emulator Didn't Connect Within 60 Seconds In Flutter? - Flutter Agency
https://ift.tt/3avwYTQ
April 22, 2021 at 07:20AM by lil_dragplix
https://ift.tt/3sIU2ou
How to Solve the Error Emulator Didn't Connect Within 60 Seconds In Flutter? - Flutter Agency
https://ift.tt/3avwYTQ
April 22, 2021 at 07:20AM by lil_dragplix
https://ift.tt/3sIU2ou
Flutter Agency
How to Solve the Error Emulator Didn't Connect Within 60 Seconds In Flutter? - Flutter Agency
Earlier we have been through how to solve No Connected Devices in flutter...solve error Emulator Didn't Connect Within 60 Seconds In Flutte
New post on /r/flutterdev subreddit:
How to start. Is this a good idea?
Good day everyone. I'm new to flutter. (installed it yesterday). I'm also new to mobile development in general as I've never done it before. I wamt to know what is the best way of starting. I found a whole tutorial online on how to basically build a whatsapp clone and was wondering if this might be a good idea as you learn a lot about mobile software when doing it this way. I do know the basics of coding at least in python, c++, java and my best language is Object Pascal where i at least know how to create a whole working application. So yea. Any insight on how to get started with flutter would be amazing, and thanks.
April 22, 2021 at 10:30AM by NoAd3186
https://ift.tt/3dGO5EA
How to start. Is this a good idea?
Good day everyone. I'm new to flutter. (installed it yesterday). I'm also new to mobile development in general as I've never done it before. I wamt to know what is the best way of starting. I found a whole tutorial online on how to basically build a whatsapp clone and was wondering if this might be a good idea as you learn a lot about mobile software when doing it this way. I do know the basics of coding at least in python, c++, java and my best language is Object Pascal where i at least know how to create a whole working application. So yea. Any insight on how to get started with flutter would be amazing, and thanks.
April 22, 2021 at 10:30AM by NoAd3186
https://ift.tt/3dGO5EA
reddit
How to start. Is this a good idea?
Good day everyone. I'm new to flutter. (installed it yesterday). I'm also new to mobile development in general as I've never done it before. I...
New post on Flutter Dev Google group:
how to pass textformfield data to api?
import 'dart:convert'; import 'package:flutter/material.dart'; import 'InputDeco_design.dart'; import 'package:http/http.dart' as http; class FormPage extends StatefulWidget { final String text, text2; FormPage({Key key, @required this.text,@required this.text2}) : super(key: key);
April 22, 2021 at 11:50AM by sona
https://ift.tt/3nc5N5C
how to pass textformfield data to api?
import 'dart:convert'; import 'package:flutter/material.dart'; import 'InputDeco_design.dart'; import 'package:http/http.dart' as http; class FormPage extends StatefulWidget { final String text, text2; FormPage({Key key, @required this.text,@required this.text2}) : super(key: key);
April 22, 2021 at 11:50AM by sona
https://ift.tt/3nc5N5C
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:
Coming from python, flutter over react native?
Hello all, I’m not a app or web developer by any means, my background is geared more towards data science and machine learning, but I’ve always wanted to learn how to make an app. My main programming language I use is python, and I’m very good at using that since I would use it a lot for data science. I was reading about the whole react native vs flutter thing, and I thought I’d settle with flutter for two reasons:I hate css and can’t stand having to mess around with moving a container and having the rest of my UI screwed upWasn’t a big web dev guy and since I’m used to python I’m used to oopComing from a python background, is flutter a good choice for me? I know html, but I don’t want to bother with the css in react native. I’ve heard dart is oop too so it should be good. What do you guys think?
April 22, 2021 at 02:13PM by veeeerain
https://ift.tt/3sGdIta
Coming from python, flutter over react native?
Hello all, I’m not a app or web developer by any means, my background is geared more towards data science and machine learning, but I’ve always wanted to learn how to make an app. My main programming language I use is python, and I’m very good at using that since I would use it a lot for data science. I was reading about the whole react native vs flutter thing, and I thought I’d settle with flutter for two reasons:I hate css and can’t stand having to mess around with moving a container and having the rest of my UI screwed upWasn’t a big web dev guy and since I’m used to python I’m used to oopComing from a python background, is flutter a good choice for me? I know html, but I don’t want to bother with the css in react native. I’ve heard dart is oop too so it should be good. What do you guys think?
April 22, 2021 at 02:13PM by veeeerain
https://ift.tt/3sGdIta
reddit
Coming from python, flutter over react native?
Hello all, I’m not a app or web developer by any means, my background is geared more towards data science and machine learning, but I’ve always...
New post on /r/flutterdev subreddit:
Can i build sophisticated apps like facebook and netflix using just flutter ????? or should i go with react native ?????
I have heard a great things about its top notch graphics rendering engine, amazing UIs it could help build , faster time to market and it's developer friendliness. But, how does it perform when it comes to performing complex tasks on the backend.I haven't exactly seen a reputed company use it for cross-platform development. But there are a lot big companies and big names using react native for their apps that buys confidence for the rest of us developers.Will i be able to develop sophisticated apps like facebook, netflix, amazon using flutter ? Is flutter at a stage where it can be independently used to build sophisticated apps or does it need to mature a little more before it is widely adopted ?and finally is it worth learning ???????????????
April 22, 2021 at 01:56PM by Only-Ad-7688
https://ift.tt/3nhUjh9
Can i build sophisticated apps like facebook and netflix using just flutter ????? or should i go with react native ?????
I have heard a great things about its top notch graphics rendering engine, amazing UIs it could help build , faster time to market and it's developer friendliness. But, how does it perform when it comes to performing complex tasks on the backend.I haven't exactly seen a reputed company use it for cross-platform development. But there are a lot big companies and big names using react native for their apps that buys confidence for the rest of us developers.Will i be able to develop sophisticated apps like facebook, netflix, amazon using flutter ? Is flutter at a stage where it can be independently used to build sophisticated apps or does it need to mature a little more before it is widely adopted ?and finally is it worth learning ???????????????
April 22, 2021 at 01:56PM by Only-Ad-7688
https://ift.tt/3nhUjh9
reddit
Can i build sophisticated apps like facebook and netflix using...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Custom Amiga-like Widget Demo
Recently, somebody asked why all Flutter apps look like Material. That question inspired me to play a bit around with a custom Amiga inspired look. I didn't have the time to make this interactive - yet.A screen should probably be able to manage multiple windows. This could be as simple as storing a stack of their sizes and positions and displaying everything using
April 22, 2021 at 01:13PM by eibaan
https://ift.tt/3n91gRL
Custom Amiga-like Widget Demo
Recently, somebody asked why all Flutter apps look like Material. That question inspired me to play a bit around with a custom Amiga inspired look. I didn't have the time to make this interactive - yet.A screen should probably be able to manage multiple windows. This could be as simple as storing a stack of their sizes and positions and displaying everything using
Positioned
and a Stack
widget. To drag a window, its title could be Draggable
with a custom feedback
widget that displays an orange frame. Moving windows to the back or front simply needs to rearrange the stack.I imagine an API like id = Screen.of(context).showWindow(widget, rect)
and Screen.of(context).hideWindow(id)
or Screen.moveWindow(context, id, rect)
.Implementing 2D scrolling might be a bit more difficult. By default, Flutter only supports 1D scrolling. Perhaps an InteractiveViewer
can be used. But it would need to interact with two scroll bars. So it might be easier to start from scratch, making scrollbars from simple draggable containers, clipping a widget in another widget, that transform-translates it child.Modal alert dialogs (or system requesters in Amiga lingo) should be quite easy (and they were very ugly) to add.The most challenging extension would be pull down menus, I think. They must be managed by the screen and similar to how a draggable's render box uses manual hit testing on the lowest level to find drop targets, menu items must be located and highlighted this way.PS: It looks much better with the right font.April 22, 2021 at 01:13PM by eibaan
https://ift.tt/3n91gRL
New post on Flutter Dev Google group:
Review my code
Hello Everyone, I have to create the attached screen. I have started like this. Am I going right way? If yes then suggest me the next step to load data on screen as shown below in mockup. Here is my code: import 'dart:convert'; import 'package:conqer_music/App/widgets/AppBarWidget.dart';
April 22, 2021 at 02:55PM by HIMANSHU MISHRA
https://ift.tt/3tJkTlF
Review my code
Hello Everyone, I have to create the attached screen. I have started like this. Am I going right way? If yes then suggest me the next step to load data on screen as shown below in mockup. Here is my code: import 'dart:convert'; import 'package:conqer_music/App/widgets/AppBarWidget.dart';
April 22, 2021 at 02:55PM by HIMANSHU MISHRA
https://ift.tt/3tJkTlF
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:
@anson_ervin My Flutter Web Project - Day 37 - 38
https://twitter.com/anson_ervin/status/1385216925672919041
April 22, 2021 at 03:02PM by Club_Big
https://ift.tt/3gwdHpq
@anson_ervin My Flutter Web Project - Day 37 - 38
https://twitter.com/anson_ervin/status/1385216925672919041
April 22, 2021 at 03:02PM by Club_Big
https://ift.tt/3gwdHpq
Twitter
Anson 💙🦄
Day 37 - 38 of #100DaysOfCode with #FlutterWeb completed! Worked on refactoring and filtering businesses by category and search on the home view. It works 😅! Tomorrow I want to do some refactoring before improving the UI. #flutter #flutterdev #android #webdesign
New post on /r/flutterdev subreddit:
Quickly copy a widget by Copy Widget
I made this widget after struggling with finding the right brackets to select. Hope this useful to you! Press Alt + W (option W on macOS) to select the widget that the cursor is currently inside.Copy Widget - Visual Studio Marketplace
April 22, 2021 at 02:51PM by Standard_Witness9762
https://ift.tt/3ncXffa
Quickly copy a widget by Copy Widget
I made this widget after struggling with finding the right brackets to select. Hope this useful to you! Press Alt + W (option W on macOS) to select the widget that the cursor is currently inside.Copy Widget - Visual Studio Marketplace
April 22, 2021 at 02:51PM by Standard_Witness9762
https://ift.tt/3ncXffa
Visualstudio
Copy Widget - Visual Studio Marketplace
Extension for Visual Studio Code - Copy Widget helps you quickly select (hightlight) a widget and its parents
New post on /r/flutterdev subreddit:
Game of Life in Flutter
I made a visual simulation about Game of Life algorithm, you can find it here:https://dartpad.dev/ece88b98eb5013a1092a691aac4efe22?null_safety=trueIt works really good in browser, and you can change the state on running by clicking on the cells.If someone doesn't know the rules of Game of life, these are:Any live cell with fewer than two live neighbors dies as if caused by under-population.Any live cell with two or three live neighbors lives on to the next generation.Any live cell with more than three live neighbors dies, as if by over-population.Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.
April 22, 2021 at 03:54PM by Pigna1
https://ift.tt/2RMYqGg
Game of Life in Flutter
I made a visual simulation about Game of Life algorithm, you can find it here:https://dartpad.dev/ece88b98eb5013a1092a691aac4efe22?null_safety=trueIt works really good in browser, and you can change the state on running by clicking on the cells.If someone doesn't know the rules of Game of life, these are:Any live cell with fewer than two live neighbors dies as if caused by under-population.Any live cell with two or three live neighbors lives on to the next generation.Any live cell with more than three live neighbors dies, as if by over-population.Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.
April 22, 2021 at 03:54PM by Pigna1
https://ift.tt/2RMYqGg
New post on /r/flutterdev subreddit:
Flutter Animations Guide
Hi Everyone,I was damn confused with the Flutter Animation Types and how to do them.But recently, I found out this Post about it.https://www.instagram.com/p/CL9NzNIA7ja/It's very good and explains all of the types briefly.Hope it helps you too !!
April 22, 2021 at 03:27PM by KushalGoel786
https://ift.tt/3xg1ISC
Flutter Animations Guide
Hi Everyone,I was damn confused with the Flutter Animation Types and how to do them.But recently, I found out this Post about it.https://www.instagram.com/p/CL9NzNIA7ja/It's very good and explains all of the types briefly.Hope it helps you too !!
April 22, 2021 at 03:27PM by KushalGoel786
https://ift.tt/3xg1ISC
New post on /r/flutterdev subreddit:
Here’s how to build the MOST scalable Onboarding flow!
https://ift.tt/3nmwPHX
April 22, 2021 at 03:22PM by TSurkis
https://ift.tt/32EXOVA
Here’s how to build the MOST scalable Onboarding flow!
https://ift.tt/3nmwPHX
April 22, 2021 at 03:22PM by TSurkis
https://ift.tt/32EXOVA
Medium
Here’s how to build the MOST scalable Onboarding flow!
Onboarding flows are hard. They are easy to create but hard to maintain when our app evolves and changes with time. The nice flow you…