New post on Flutter Dev Google group:
Custom Camera
Can someone tell me how can I make custom camera like snapchat or instagram ?
January 23, 2021 at 10:31AM by Karan Tripathi
https://ift.tt/3qOfW9c
Custom Camera
Can someone tell me how can I make custom camera like snapchat or instagram ?
January 23, 2021 at 10:31AM by Karan Tripathi
https://ift.tt/3qOfW9c
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:
Open source Apps
Any good open source examples on github that follow bloc pattern and backend is an api?
January 23, 2021 at 10:32AM by shehriyar_
https://ift.tt/3qKK2dP
Open source Apps
Any good open source examples on github that follow bloc pattern and backend is an api?
January 23, 2021 at 10:32AM by shehriyar_
https://ift.tt/3qKK2dP
reddit
Open source Apps
Any good open source examples on github that follow bloc pattern and backend is an api?
New post on /r/flutterdev subreddit:
Learn how to add and get data from flutter firestore.
https://youtu.be/di4tJaFDyqQ
January 23, 2021 at 11:00AM by hathtech
https://ift.tt/397ZZoq
Learn how to add and get data from flutter firestore.
https://youtu.be/di4tJaFDyqQ
January 23, 2021 at 11:00AM by hathtech
https://ift.tt/397ZZoq
YouTube
How to add and get data from Firestore using Flutter?
Learn how to add data to firestore flutter.
Learn how to filter data from firestore flutter.
Learn how to get and filter data from firestore flutter.
If you have not subscribed to this channel, Please subscribe.
Project link - https://github.com/HathTech/flutter…
Learn how to filter data from firestore flutter.
Learn how to get and filter data from firestore flutter.
If you have not subscribed to this channel, Please subscribe.
Project link - https://github.com/HathTech/flutter…
New post on /r/flutterdev subreddit:
Date Field package updated (Need feedback)
Hello Flutter followers,I just updated my package, https://pub.dev/packages/date_field which allows you to easily display an input field asking the user for a date, a time or both.I would like to have your feedback on its usability. I tried to standardize it as much as possible to make it look and behave like a widget of the Flutter library. And I would gladly hear suggestions on how to improve it even more!Also, if someone comes up with a better description than the actual one... I am all ears!
January 23, 2021 at 12:29PM by gaspard-m
https://ift.tt/3pcZbo3
Date Field package updated (Need feedback)
Hello Flutter followers,I just updated my package, https://pub.dev/packages/date_field which allows you to easily display an input field asking the user for a date, a time or both.I would like to have your feedback on its usability. I tried to standardize it as much as possible to make it look and behave like a widget of the Flutter library. And I would gladly hear suggestions on how to improve it even more!Also, if someone comes up with a better description than the actual one... I am all ears!
January 23, 2021 at 12:29PM by gaspard-m
https://ift.tt/3pcZbo3
Dart packages
date_field | Flutter package
A Form Field widget to select DateTime values using adaptive Material and Cupertino DateTime Pickers. It also provides global functions to provide the pickers.
New post on /r/flutterdev subreddit:
Good course for flutter web
I want to try a flutter web and I build 2 3 pages on web but these are not responsive when I changed the window size over pixel error are occurring I will tried so many things I also write some conditions to different different screen sizes but still I didn't get good resultsAnd the some other issues I also face like I not able to use gesture gesturedetector or some other widget like thisThat why I need to a flutter web course where I can learn everything about flutter but I doesn't find a good flutter course for web
January 23, 2021 at 03:13PM by Prashant_4200
https://ift.tt/39ZVgEr
Good course for flutter web
I want to try a flutter web and I build 2 3 pages on web but these are not responsive when I changed the window size over pixel error are occurring I will tried so many things I also write some conditions to different different screen sizes but still I didn't get good resultsAnd the some other issues I also face like I not able to use gesture gesturedetector or some other widget like thisThat why I need to a flutter web course where I can learn everything about flutter but I doesn't find a good flutter course for web
January 23, 2021 at 03:13PM by Prashant_4200
https://ift.tt/39ZVgEr
reddit
Good course for flutter web
I want to try a flutter web and I build 2 3 pages on web but these are not responsive when I changed the window size over pixel error are...
New post on /r/flutterdev subreddit:
Dark/Light Theme with gradient.
Hi Everyone,I'm implementing a dark/light theme in our app, but I have some concerns about how I'm handling the gradient I use throughout the app. At the moment I can't seem to define a gradient inside ThemeData so I need to check what theme is currently selected each time I want to use a specific gradient.At the moment I have two options:- Using my ThemeCubit to determine if the theme is dark or light. Like so:
January 23, 2021 at 03:03PM by MentalMarzipan5
https://ift.tt/3iJjHtR
Dark/Light Theme with gradient.
Hi Everyone,I'm implementing a dark/light theme in our app, but I have some concerns about how I'm handling the gradient I use throughout the app. At the moment I can't seem to define a gradient inside ThemeData so I need to check what theme is currently selected each time I want to use a specific gradient.At the moment I have two options:- Using my ThemeCubit to determine if the theme is dark or light. Like so:
final darkTheme = BlocProvider.of<ThemeCubit>(context).state.dark;- Using Theme.of(context).
bool darkTheme; if (Theme.of(context).primaryColor == ourYellowColor) { darkTheme = true; } else darkTheme = false;The problem I think with the using the ThemeCubit is that I have to import the Cubit and the Bloc packages each time I want to check for the dark theme where as with theme.of(context) I don't have to import anything extra, but the code is not as neat as with the bloc.If anyone has any suggestion as to which to use, or how to define a gradient inside ThemeData it would be much appreciated.
January 23, 2021 at 03:03PM by MentalMarzipan5
https://ift.tt/3iJjHtR
reddit
Dark/Light Theme with gradient.
Hi Everyone, I'm implementing a dark/light theme in our app, but I have some concerns about how I'm handling the gradient I use throughout the...
New post on /r/flutterdev subreddit:
Looking for a #flutter remote internship
Guys I'm looking for a #flutter remote internship, help me if you can My previous project www.github.com/CypherZox/ActivePam
January 23, 2021 at 06:31PM by hanxtothemax
https://ift.tt/3p78aqJ
Looking for a #flutter remote internship
Guys I'm looking for a #flutter remote internship, help me if you can My previous project www.github.com/CypherZox/ActivePam
January 23, 2021 at 06:31PM by hanxtothemax
https://ift.tt/3p78aqJ
GitHub
GitHub - CypherZox/ActivePam
Contribute to CypherZox/ActivePam development by creating an account on GitHub.
New post on Flutter Dev Google group:
Flutter:How to convert Cards UI or View to Individual View Please find the HomeScreen Page code and try to convert to detailed individual view
Flutter:How to convert Cards UI or View to Individual View Please find the HomeScreen Page code and try to convert to detailed individual view import 'dart:async'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_database/firebase
January 23, 2021 at 08:05PM by shravan kumar Pottala
https://ift.tt/3pdjsd7
Flutter:How to convert Cards UI or View to Individual View Please find the HomeScreen Page code and try to convert to detailed individual view
Flutter:How to convert Cards UI or View to Individual View Please find the HomeScreen Page code and try to convert to detailed individual view import 'dart:async'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_database/firebase
January 23, 2021 at 08:05PM by shravan kumar Pottala
https://ift.tt/3pdjsd7
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:
Noticing the huge number of web related commits for Flutter 1.26 - Excited!
https://ift.tt/2RCmFTr
January 23, 2021 at 07:55PM by boon4376
https://ift.tt/39Xb1MC
Noticing the huge number of web related commits for Flutter 1.26 - Excited!
https://ift.tt/2RCmFTr
January 23, 2021 at 07:55PM by boon4376
https://ift.tt/39Xb1MC
GitHub
Releases · flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond. - flutter/flutter
New post on /r/flutterdev subreddit:
On Device Machine Learning: Train And Run TensorFlow Lite Models In Your Flutter Apps
https://ift.tt/3oaSDVt
January 23, 2021 at 09:49PM by Elixane
https://ift.tt/3iDhYX8
On Device Machine Learning: Train And Run TensorFlow Lite Models In Your Flutter Apps
https://ift.tt/3oaSDVt
January 23, 2021 at 09:49PM by Elixane
https://ift.tt/3iDhYX8
Medium
On Device Machine Learning: Train And Run TensorFlow Lite Models In Your Flutter Apps
Build, train, and run an image classifier using TensorFlow and Keras
New post on /r/flutterdev subreddit:
Search Bar in Flutter – Logic & Material UI (Reso Coder)
https://www.youtube.com/watch?v=26aYqtOTRU4
January 23, 2021 at 09:48PM by Elixane
https://ift.tt/39VWOzq
Search Bar in Flutter – Logic & Material UI (Reso Coder)
https://www.youtube.com/watch?v=26aYqtOTRU4
January 23, 2021 at 09:48PM by Elixane
https://ift.tt/39VWOzq
YouTube
Search Bar in Flutter – Logic & Material UI
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-search-bar
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Searching through all kinds of various…
https://resocoder.com/flutter-search-bar
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Searching through all kinds of various…
New post on /r/flutterdev subreddit:
Microbenchmarking Dart (Part 1)
https://ift.tt/2MdpbRs
January 23, 2021 at 09:04PM by Purple_Pizzazz
https://ift.tt/366L1xa
Microbenchmarking Dart (Part 1)
https://ift.tt/2MdpbRs
January 23, 2021 at 09:04PM by Purple_Pizzazz
https://ift.tt/366L1xa
reddit
Microbenchmarking Dart (Part 1)
Posted in r/FlutterDev by u/Purple_Pizzazz • 2 points and 0 comments
New post on Flutter Dev Google group:
I want to add "Add Cattegorry" Field with Custome name and prdefined Images to this Grid View Scren or with Images
Hi, Pleas help me Add " Add Cattegorry" Dialog to the Main Grid View screen main.dart with customized names option and prdfined images Just like this page. * mobiles.dart* import 'package:sqlite_crud_flutter/ShowDetails.dart'; import 'package:sqlite_crud_flutter/mode
January 23, 2021 at 10:13PM by shravan kumar Pottala
https://ift.tt/39c3p9H
I want to add "Add Cattegorry" Field with Custome name and prdefined Images to this Grid View Scren or with Images
Hi, Pleas help me Add " Add Cattegorry" Dialog to the Main Grid View screen main.dart with customized names option and prdfined images Just like this page. * mobiles.dart* import 'package:sqlite_crud_flutter/ShowDetails.dart'; import 'package:sqlite_crud_flutter/mode
January 23, 2021 at 10:13PM by shravan kumar Pottala
https://ift.tt/39c3p9H
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:
Will Google deprioritize Flutter in the future?
I am thinking about learning Flutter, but I don't want to learn how to ride a dying horse.
January 24, 2021 at 12:12AM by blackstreetxy
https://ift.tt/3iEjQie
Will Google deprioritize Flutter in the future?
I am thinking about learning Flutter, but I don't want to learn how to ride a dying horse.
January 24, 2021 at 12:12AM by blackstreetxy
https://ift.tt/3iEjQie
reddit
Will Google deprioritize Flutter in the future?
I am thinking about learning Flutter, but I don't want to learn how to ride a dying horse.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Login & Signup - Flutter UI (Johannes Milke)
https://www.youtube.com/watch?v=-32HIsRf26o
January 24, 2021 at 12:10AM by JohannesMilke
https://ift.tt/3sQYPpd
Flutter Tutorial - Login & Signup - Flutter UI (Johannes Milke)
https://www.youtube.com/watch?v=-32HIsRf26o
January 24, 2021 at 12:10AM by JohannesMilke
https://ift.tt/3sQYPpd
YouTube
Flutter Tutorial - Login & Signup - Shared Preferences Persist JSON Data
Let's build a complete login & signup app with Flutter that stores user information permanently with SharedPreferences & JSON Data.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training…
New post on /r/flutterdev subreddit:
Going Walkabout - Flutter and creating Trips
https://youtu.be/BWqPlVdi7XE
January 23, 2021 at 07:26PM by BossManElf
https://ift.tt/39dBgPu
Going Walkabout - Flutter and creating Trips
https://youtu.be/BWqPlVdi7XE
January 23, 2021 at 07:26PM by BossManElf
https://ift.tt/39dBgPu
YouTube
Going Walkabout - Flutter and creating Trips
In this episode I continue with the Blocs and start working on creating trips. I need a form and business logic to complete this.
Going Walkabout is a mobile travel blog.
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore: https://itunes.…
Going Walkabout is a mobile travel blog.
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore: https://itunes.…
👍1
New post on /r/flutterdev subreddit:
Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc
https://ift.tt/3c6b1N2
January 23, 2021 at 09:37AM by bizz84
https://ift.tt/39R2ISg
Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc
https://ift.tt/3c6b1N2
January 23, 2021 at 09:37AM by bizz84
https://ift.tt/39R2ISg
GitHub
GitHub - bizz84/movie_app_state_management_flutter: Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc
Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc - GitHub - bizz84/movie_app_state_management_flutter: Flutter State Management: Movie App with Provider, Riverpod, flutter...
New post on /r/flutterdev subreddit:
Clubhouse hackathon
Hackathon on clubhouse going on right now and more in the future. Great to put on your resume and LinkedIn. Here's the discord link: http://chhack.com
January 24, 2021 at 02:34AM by cmcoffee91
https://ift.tt/39cJUy4
Clubhouse hackathon
Hackathon on clubhouse going on right now and more in the future. Great to put on your resume and LinkedIn. Here's the discord link: http://chhack.com
January 24, 2021 at 02:34AM by cmcoffee91
https://ift.tt/39cJUy4
Discord
Join the CHHACK Discord Server!
Check out the CHHACK community on Discord - hang out with 332 other members and enjoy free voice and text chat.
New post on /r/flutterdev subreddit:
Will Flutter become a web front end language since angular is not that great for it?
I am personally not a fan of angular and I know many web developers who aren't either, so I was wondering about this.
January 24, 2021 at 01:31AM by blackstreetxy
https://ift.tt/39dMinS
Will Flutter become a web front end language since angular is not that great for it?
I am personally not a fan of angular and I know many web developers who aren't either, so I was wondering about this.
January 24, 2021 at 01:31AM by blackstreetxy
https://ift.tt/39dMinS
reddit
Will Flutter become a web front end language since angular is not...
I am personally not a fan of angular and I know many web developers who aren't either, so I was wondering about this.
New post on Flutter Dev Google group:
i dont know why braket is not working in my for loop
it's not working when i use the braket as you can see in picture forloop1 but if i dont do that my second line will not know what is i so i just dont understand what have i done wrong pls help me
January 24, 2021 at 03:31AM by Natthaphat Muanpej
https://ift.tt/2Ya1tII
i dont know why braket is not working in my for loop
it's not working when i use the braket as you can see in picture forloop1 but if i dont do that my second line will not know what is i so i just dont understand what have i done wrong pls help me
January 24, 2021 at 03:31AM by Natthaphat Muanpej
https://ift.tt/2Ya1tII
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.