New post on /r/flutterdev subreddit:
Should I use Adobe XD to Flutter or just start from scratch?
I am developing an app that shouldn't be too complicated. 15-20 screens connecting to firebase, stripe, and social media platforms and I have the app fully wireframed in Adobe XD. I have a good amount of experience coding, but no experience in Flutter or in mobile app development in general. \ knowing that I am able to export from Adobe XD to flutter and basically have the front end finished sounds appealing, but i don't want to limit myself in the long run.Is it worth it to start from scratch or can I continue with what I have? Does anyone have experience in this arena?Thanks!
September 09, 2021 at 01:05AM by nxtupmarketing
https://ift.tt/3jUZROL
Should I use Adobe XD to Flutter or just start from scratch?
I am developing an app that shouldn't be too complicated. 15-20 screens connecting to firebase, stripe, and social media platforms and I have the app fully wireframed in Adobe XD. I have a good amount of experience coding, but no experience in Flutter or in mobile app development in general. \ knowing that I am able to export from Adobe XD to flutter and basically have the front end finished sounds appealing, but i don't want to limit myself in the long run.Is it worth it to start from scratch or can I continue with what I have? Does anyone have experience in this arena?Thanks!
September 09, 2021 at 01:05AM by nxtupmarketing
https://ift.tt/3jUZROL
reddit
Should I use Adobe XD to Flutter or just start from scratch?
I am developing an app that shouldn't be too complicated. 15-20 screens connecting to firebase, stripe, and social media platforms and I have the...
New post on /r/flutterdev subreddit:
In-app plugin system?
So I want to create a plugin system where ofc plugins are loaded dynamically at runtime. I've done some research on isolates but flutter aot builds seems not to support those. I've been doing research with https://pub.dev/packages/flutter_jscore and https://pub.dev/packages/flutter_js but is there any other way to make this possible? Will be quite astonished if there is some kind of way to make this happen! :)
September 09, 2021 at 05:05AM by zyrouge
https://ift.tt/3tph0TN
In-app plugin system?
So I want to create a plugin system where ofc plugins are loaded dynamically at runtime. I've done some research on isolates but flutter aot builds seems not to support those. I've been doing research with https://pub.dev/packages/flutter_jscore and https://pub.dev/packages/flutter_js but is there any other way to make this possible? Will be quite astonished if there is some kind of way to make this happen! :)
September 09, 2021 at 05:05AM by zyrouge
https://ift.tt/3tph0TN
Dart packages
flutter_jscore | Flutter package
JavaScriptCore for Flutter. The plugin provides the ability to evaluate JavaScript programs from within dart.
New post on /r/flutterdev subreddit:
Why does const keyword exist for object instantiation?
With the release of Flutter 2.5, they're now recommending using the new flutter_links package.I tried it out and there's a new linter rule that suggests using the
September 09, 2021 at 11:10AM by DrFossil
https://ift.tt/3hfRLhP
Why does const keyword exist for object instantiation?
With the release of Flutter 2.5, they're now recommending using the new flutter_links package.I tried it out and there's a new linter rule that suggests using the
const
keyword when instantiating constant constructors, which turns out I have a lot.As I'm here adding 200+ const
keywords to my project, I'm wondering: if the linter is able to accurately identify those instances, then why doesn't the compiler do it for me and spare me the work?September 09, 2021 at 11:10AM by DrFossil
https://ift.tt/3hfRLhP
docs.flutter.dev
Introducing package:flutter_lints
Migrate to package:flutter_lints to get the latest set of recommended lints, which encourage good coding practices.
New post on /r/flutterdev subreddit:
Looking for feeback on my UI
HelloI am not a UI Designer but I am working on a project for a restaurant, the app itself is simply a menu app, so customers could use a tablet to navigate the different foods / drinks the restaurant offers.Here's my idea sketched in Figma.https://www.figma.com/file/ZZrYqnEgJ5oMUc9SJc9mc5/Untitled?node-id=0%3A1And here's my first implementation of the idea.https://preview.redd.it/95z66v1blfm71.jpg?width=1040&format=pjpg&auto=webp&s=65ca9468b6a3c60f1360da54315f6d5ab2d923beThe bar at the top are the categories of food / drinks, currently I am trying out 2 different design either the first or the second one, I will choose one and stick to it. So which one you think works best?The large card to the left with Pizza icons are actual product photos along with their names and prices, do you think this approach is good or it looks messy, I just need your ideas on this.The card to the right with the video is the details view when a specific food / drink is tapped, basically every detail view has a video of the preparation of that specific food / drink and below that I will be putting the ingredients in both Arabic and English next to each other or stacked.I really want your ideas regarding the design and how can I improve it more.This is the logo of my client.https://preview.redd.it/9bru5nm0mfm71.jpg?width=935&format=pjpg&auto=webp&s=62452613eba7dc972fab30e1701924e08b18238cI would be grateful if you tell me which colors to choose for my application's interface based on the logo, I am really bad at choosing colors!
September 09, 2021 at 12:39PM by iEmerald
https://ift.tt/3nvoYtJ
Looking for feeback on my UI
HelloI am not a UI Designer but I am working on a project for a restaurant, the app itself is simply a menu app, so customers could use a tablet to navigate the different foods / drinks the restaurant offers.Here's my idea sketched in Figma.https://www.figma.com/file/ZZrYqnEgJ5oMUc9SJc9mc5/Untitled?node-id=0%3A1And here's my first implementation of the idea.https://preview.redd.it/95z66v1blfm71.jpg?width=1040&format=pjpg&auto=webp&s=65ca9468b6a3c60f1360da54315f6d5ab2d923beThe bar at the top are the categories of food / drinks, currently I am trying out 2 different design either the first or the second one, I will choose one and stick to it. So which one you think works best?The large card to the left with Pizza icons are actual product photos along with their names and prices, do you think this approach is good or it looks messy, I just need your ideas on this.The card to the right with the video is the details view when a specific food / drink is tapped, basically every detail view has a video of the preparation of that specific food / drink and below that I will be putting the ingredients in both Arabic and English next to each other or stacked.I really want your ideas regarding the design and how can I improve it more.This is the logo of my client.https://preview.redd.it/9bru5nm0mfm71.jpg?width=935&format=pjpg&auto=webp&s=62452613eba7dc972fab30e1701924e08b18238cI would be grateful if you tell me which colors to choose for my application's interface based on the logo, I am really bad at choosing colors!
September 09, 2021 at 12:39PM by iEmerald
https://ift.tt/3nvoYtJ
New post on /r/flutterdev subreddit:
Flutter & Firebase Auth | Implementing Cloud Firestore & Catching Errors
https://youtube.com/watch?v=DthKmtjth1k&feature=share
September 09, 2021 at 12:19PM by backslashflutter
https://ift.tt/3trZKgt
Flutter & Firebase Auth | Implementing Cloud Firestore & Catching Errors
https://youtube.com/watch?v=DthKmtjth1k&feature=share
September 09, 2021 at 12:19PM by backslashflutter
https://ift.tt/3trZKgt
YouTube
Flutter & Firebase Auth | Implementing Cloud Firestore & Catching Errors (Flutter 2.2) | Part 2
Get 10,000 free mins to build app: https://bit.ly/3YJF3er
ZEGOCLOUD UIKits for Beginners: https://bit.ly/3E1UIhg
Learn more about ZEGOCLOUD: https://bit.ly/3YO0Fqf
ZEGOCLOUD allows you to easily build your live video, voice, live streaming and chat apps within…
ZEGOCLOUD UIKits for Beginners: https://bit.ly/3E1UIhg
Learn more about ZEGOCLOUD: https://bit.ly/3YO0Fqf
ZEGOCLOUD allows you to easily build your live video, voice, live streaming and chat apps within…
New post on /r/flutterdev subreddit:
Flutter Apple CarPlay, Custom Rich Text & Co. - 34 - PUB.DEV RELEASES
https://youtube.com/watch?v=E3LLosgroiI&feature=share
September 09, 2021 at 03:03PM by syntacops
https://ift.tt/3he1ZPS
Flutter Apple CarPlay, Custom Rich Text & Co. - 34 - PUB.DEV RELEASES
https://youtube.com/watch?v=E3LLosgroiI&feature=share
September 09, 2021 at 03:03PM by syntacops
https://ift.tt/3he1ZPS
YouTube
Flutter Apple CarPlay, Custom Rich Text & Co. - 34 - PUB.DEV RELEASES
Flutter Apps are now on Apple CarPlay. The package flutter_carplay aims to make it safe to use iPhone apps made with Flutter in the car by integrating with CarPlay.
Get to know the latest and most popular Flutter packages from calendar week 34 (August 23…
Get to know the latest and most popular Flutter packages from calendar week 34 (August 23…
New post on /r/flutterdev subreddit:
When trying to build applications, I felt very weak in my basic concepts. Does anyone recommend that I start studying Max Course? I have previously tried building applications after only Angela course
When trying to build applications, I felt very weak in my basic concepts. Does anyone recommend that I start studying Max Course? I have previously tried building applications after only Angela course
September 09, 2021 at 02:22PM by otaku_300
https://ift.tt/3A1o6QE
When trying to build applications, I felt very weak in my basic concepts. Does anyone recommend that I start studying Max Course? I have previously tried building applications after only Angela course
When trying to build applications, I felt very weak in my basic concepts. Does anyone recommend that I start studying Max Course? I have previously tried building applications after only Angela course
September 09, 2021 at 02:22PM by otaku_300
https://ift.tt/3A1o6QE
reddit
When trying to build applications, I felt very weak in my basic...
When trying to build applications, I felt very weak in my basic concepts. Does anyone recommend that I start studying Max Course? I have...
New post on /r/flutterdev subreddit:
Flutter widget to create a group of buttons fast 🚀
https://ift.tt/38SsQfx
September 09, 2021 at 03:45PM by frezycode
https://ift.tt/3z0VbLg
Flutter widget to create a group of buttons fast 🚀
https://ift.tt/38SsQfx
September 09, 2021 at 03:45PM by frezycode
https://ift.tt/3z0VbLg
GitHub
GitHub - Frezyx/group_button: :sweat_drops: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.
:sweat_drops: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons. - Frezyx/group_button
New post on /r/flutterdev subreddit:
RefreshIndicator (Flutter Widget of the Week)
https://youtube.com/watch?v=ORApMlzwMdM&feature=share
September 09, 2021 at 07:02PM by Pixelreddit
https://ift.tt/3nh9uJu
RefreshIndicator (Flutter Widget of the Week)
https://youtube.com/watch?v=ORApMlzwMdM&feature=share
September 09, 2021 at 07:02PM by Pixelreddit
https://ift.tt/3nh9uJu
YouTube
RefreshIndicator (Flutter Widget of the Week)
Learn more about RefreshIndicator → https://goo.gle/RefreshIndicator
Wouldn't it be great if you could show your users that a list is refreshing? With RefreshIndicator you can! Learn how to set up the widget and customize the refresh icon.
Dartpad → ht…
Wouldn't it be great if you could show your users that a list is refreshing? With RefreshIndicator you can! Learn how to set up the widget and customize the refresh icon.
Dartpad → ht…
New post on /r/flutterdev subreddit:
Flutter 2.5 New Template Explained
https://youtube.com/watch?v=gY7592DsFdw&feature=share
September 09, 2021 at 06:48PM by imthepk
https://ift.tt/38RnL7t
Flutter 2.5 New Template Explained
https://youtube.com/watch?v=gY7592DsFdw&feature=share
September 09, 2021 at 06:48PM by imthepk
https://ift.tt/38RnL7t
YouTube
Flutter 2.5 New Template Explained
Let's see how to create a new template and what's new in that?
💼 Business Inquiries: mtechviral@gmail.com
🌎 Find Me Here:
Discord Server - https://discord.gg/t7gPb6B
Instagram - https://instagram.com/codepur_ka_superhero
Twitter: https://twitter.com/imthepk…
💼 Business Inquiries: mtechviral@gmail.com
🌎 Find Me Here:
Discord Server - https://discord.gg/t7gPb6B
Instagram - https://instagram.com/codepur_ka_superhero
Twitter: https://twitter.com/imthepk…
New post on /r/flutterdev subreddit:
Flutter 2.5 New Template Explained
https://youtube.com/watch?v=gY7592DsFdw&feature=share
September 09, 2021 at 06:45PM by Pixelreddit
https://ift.tt/3tqzcwi
Flutter 2.5 New Template Explained
https://youtube.com/watch?v=gY7592DsFdw&feature=share
September 09, 2021 at 06:45PM by Pixelreddit
https://ift.tt/3tqzcwi
YouTube
Flutter 2.5 New Template Explained
Let's see how to create a new template and what's new in that?
💼 Business Inquiries: mtechviral@gmail.com
🌎 Find Me Here:
Discord Server - https://discord.gg/t7gPb6B
Instagram - https://instagram.com/codepur_ka_superhero
Twitter: https://twitter.com/imthepk…
💼 Business Inquiries: mtechviral@gmail.com
🌎 Find Me Here:
Discord Server - https://discord.gg/t7gPb6B
Instagram - https://instagram.com/codepur_ka_superhero
Twitter: https://twitter.com/imthepk…
New tweet from FlutterDev:
💡 Wouldn't it be great if you could show users that a list is refreshing? 🤩 With RefreshIndicator you can! Learn how to trigger and dismiss the indicator and customize the icon in the latest #WidgetoftheWeek. Start learning 👉 https://t.co/dLJLLwern1 https://t.co/XvGbo4Pe4O— Flutter (@FlutterDev) Sep 9, 2021
September 09, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1436019144852451338
💡 Wouldn't it be great if you could show users that a list is refreshing? 🤩 With RefreshIndicator you can! Learn how to trigger and dismiss the indicator and customize the icon in the latest #WidgetoftheWeek. Start learning 👉 https://t.co/dLJLLwern1 https://t.co/XvGbo4Pe4O— Flutter (@FlutterDev) Sep 9, 2021
September 09, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1436019144852451338
YouTube
RefreshIndicator (Flutter Widget of the Week)
Learn more about RefreshIndicator → https://goo.gle/RefreshIndicator
Wouldn't it be great if you could show your users that a list is refreshing? With RefreshIndicator you can! Learn how to set up the widget and customize the refresh icon.
Dartpad → ht…
Wouldn't it be great if you could show your users that a list is refreshing? With RefreshIndicator you can! Learn how to set up the widget and customize the refresh icon.
Dartpad → ht…
New post on /r/flutterdev subreddit:
Is there some other templates are there or this is the only flutter create -t skeleton .
.
September 09, 2021 at 08:37PM by Prashant_4200
https://ift.tt/3BUpsgM
Is there some other templates are there or this is the only flutter create -t skeleton .
.
September 09, 2021 at 08:37PM by Prashant_4200
https://ift.tt/3BUpsgM
reddit
Is there some other templates are there or this is the only...
New post on /r/flutterdev subreddit:
Flutter Performance Tips
https://ift.tt/38S35fx
September 09, 2021 at 08:21PM by iisprey
https://ift.tt/3nqpqsO
Flutter Performance Tips
https://ift.tt/38S35fx
September 09, 2021 at 08:21PM by iisprey
https://ift.tt/3nqpqsO
Medium
Flutter Performance Tips
Make Flutter faster and more performant
New post on /r/flutterdev subreddit:
Hey should i wait for flutter team to update the snap store package to get the last version 😣 i use arch btw
anyway to update the sdk which have been installed through the snap store 😕
September 09, 2021 at 10:55PM by m66are
https://ift.tt/3BWPik7
Hey should i wait for flutter team to update the snap store package to get the last version 😣 i use arch btw
anyway to update the sdk which have been installed through the snap store 😕
September 09, 2021 at 10:55PM by m66are
https://ift.tt/3BWPik7
reddit
Hey should i wait for flutter team to update the snap store...
anyway to update the sdk which have been installed through the snap store 😕
New post on /r/flutterdev subreddit:
3d scanner
I want to make an app which allows users to scan 3d models of their faces and then see it on the app. I have found a model viewer package which allows users to view 3d models in the app but im stuck at the part where user can create their own 3d models. I tried googling but i havent found anything which allows users to 3d scan objects. Since i am a beginner, I need help on this one.
September 10, 2021 at 12:14AM by Reasonable-Coffee141
https://ift.tt/2X9zD2h
3d scanner
I want to make an app which allows users to scan 3d models of their faces and then see it on the app. I have found a model viewer package which allows users to view 3d models in the app but im stuck at the part where user can create their own 3d models. I tried googling but i havent found anything which allows users to 3d scan objects. Since i am a beginner, I need help on this one.
September 10, 2021 at 12:14AM by Reasonable-Coffee141
https://ift.tt/2X9zD2h
reddit
3d scanner
I want to make an app which allows users to scan 3d models of their faces and then see it on the app. I have found a model viewer package which...
New post on /r/flutterdev subreddit:
computer vision
So, Python has opencv for computer vision, what about Flutter? Something similar?
September 10, 2021 at 02:34AM by felipep31
https://ift.tt/3lgPWm6
computer vision
So, Python has opencv for computer vision, what about Flutter? Something similar?
September 10, 2021 at 02:34AM by felipep31
https://ift.tt/3lgPWm6
reddit
computer vision
So, Python has opencv for computer vision, what about Flutter? Something similar?
New post on /r/flutterdev subreddit:
How to use Canvas!? - Flying High with Flutter
https://youtu.be/1nVNsdpGww4
September 10, 2021 at 04:21AM by plangora
https://ift.tt/2YCMdr3
How to use Canvas!? - Flying High with Flutter
https://youtu.be/1nVNsdpGww4
September 10, 2021 at 04:21AM by plangora
https://ift.tt/2YCMdr3
YouTube
How to use Canvas - Flying High with Flutter #23
Hi everyone! We had a great time with Aleksandr Denisov. In this episode, Aleks taught us how to use the Flutter canvas! In order to be a better Flutter developer, please check out this episode! Watch the video now and share it with your friends! If you find…
New post on /r/flutterdev subreddit:
BeSocial App UI - Instagram Redesign
https://youtu.be/GCjyek6byok
September 10, 2021 at 06:53AM by MDKhali
https://ift.tt/3tupwkd
BeSocial App UI - Instagram Redesign
https://youtu.be/GCjyek6byok
September 10, 2021 at 06:53AM by MDKhali
https://ift.tt/3tupwkd
YouTube
Flutter App UI | BeSocial App UI | Home, Profile Screens | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
https://www.youtube.com/flutterappdeveloper :- Please Subscribe Flutter Channel And Get More UI, Full Kit and Full Flutter App with Source Code
━ ━ ━…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
https://www.youtube.com/flutterappdeveloper :- Please Subscribe Flutter Channel And Get More UI, Full Kit and Full Flutter App with Source Code
━ ━ ━…
New post on /r/flutterdev subreddit:
Understanding and Animating Stuff using HeroWidget
https://ift.tt/3AZvsVG
September 10, 2021 at 07:15AM by maria_garcia20
https://ift.tt/2X02ntT
Understanding and Animating Stuff using HeroWidget
https://ift.tt/3AZvsVG
September 10, 2021 at 07:15AM by maria_garcia20
https://ift.tt/2X02ntT
Medium
Understanding and Animating Stuff using HeroWidget
Learn basics to advanced stuff of HeroWidget
New post on /r/flutterdev subreddit:
I created a cool Reactive Grid in Flutter! 🔥
https://youtube.com/watch?v=OEtt_8_FU0s&feature=share
September 10, 2021 at 08:27AM by Moon___
https://ift.tt/3BXSOe3
I created a cool Reactive Grid in Flutter! 🔥
https://youtube.com/watch?v=OEtt_8_FU0s&feature=share
September 10, 2021 at 08:27AM by Moon___
https://ift.tt/3BXSOe3
YouTube
Reactive Grid (Preview) in Flutter | Showcase
#Flutter #Programming #AppsShowcase of my reactive grid project I worked on. Check out my other videos, subscribe, and stay tuned for the tutorial.More Tutor...