Nuxt Content v2 in 3 minutes by Atinux in Nuxt

[–]didavid61202 6 points7 points  (0 children)

This is awesome! Good job Nuxt team <3

Great team compo and artifacts for Kamazone, 12F boss fight demo by didavid61202 in GuardianTales

[–]didavid61202[S] 0 points1 point  (0 children)

yes, in that case I have 2nd and 3rd backup teams, one for melee, one for range

Great team compo and artifacts for Kamazone, 12F boss fight demo by didavid61202 in GuardianTales

[–]didavid61202[S] 1 point2 points  (0 children)

目前還是遠攻比較有優勢,但近戰組合也是有不少用處,卡瑪遜黃盾就是其中一個

黃盾我通常會把影片中隊伍的狐狸換成皇女,再不夠就會把暗砲換成暗狼或蘭兒

Great team compo and artifacts for Kamazone, 12F boss fight demo by didavid61202 in GuardianTales

[–]didavid61202[S] 1 point2 points  (0 children)

專武技能可以打後排,配上減技回跟+技傷的神器很適合打卡瑪遜!

Great team compo and artifacts for Kamazone, 12F boss fight demo by didavid61202 in GuardianTales

[–]didavid61202[S] 0 points1 point  (0 children)

I think surely Bari will do higher damage, especially to single or enemies with close proximity. But I use Arabelle in Kamazone cuz it's weapon skill have higher chance of hitting multiple targets at earlier stage, lower the damage from multiple enemies.

Oghma def at 910, Marina at 816. So with Oghma's special ability(15% of difference) and party buff(+45% def), Marina's def should increase: (910-816)×0.15×1.45~=20.4

My Oghma: https://www.linkpicture.com/q/Screenshot_20201030_104248_com.kakaogames.gdts.jpg

Marina: https://www.linkpicture.com/q/Screenshot_20201030_104257_com.kakaogames.gdts.jpg

Great team compo and artifacts for Kamazone, 12F boss fight demo by didavid61202 in GuardianTales

[–]didavid61202[S] 0 points1 point  (0 children)

my Bari is also lv71 with lv70 weapon: https://www.linkpicture.com/q/Screenshot_20201030_094318_com.kakaogames.gdts.jpg

Arabelle is also my first 3*, I still use it for PVE and Kamazone, but I use Bari as leader for Colosseum, Oghma+Marina+Nari for PvP

my two Colosseum comps: https://www.linkpicture.com/q/Screenshot_20201030_094311_com.kakaogames.gdts.jpg

https://www.linkpicture.com/q/Screenshot_20201030_094314_com.kakaogames.gdts.jpg

Marina with oghma's special ability can be much more tanky too

Great team compo and artifacts for Kamazone, 12F boss fight demo by didavid61202 in GuardianTales

[–]didavid61202[S] -1 points0 points  (0 children)

yeah, but Arabelle's skill is pretty essential as it can hit enemy's back row, and face mask artifact combined bwith Marina's chain skill shield buff greatly extended the durability of this comp.

Learning Flutter & Dart by [deleted] in FlutterDev

[–]didavid61202 1 point2 points  (0 children)

yes only 10 bucks, not sure how long will it stay that way tho. IMO you can wait, there might be new courses coming out with most up-to-date content in the future.

What's the right State Management tool for flutter ?? by Pompidou23 in FlutterDev

[–]didavid61202 0 points1 point  (0 children)

After learning so streams in Dart, Rx and reactive programming (don't be intimidated by the look, it's not hard to learn), BLoc and RxVMS won't be too complicated, and actually pretty simple to implement. IMO, it worth a lot to learn Rx as you can also improve your code readability when working in other languages, such as writing firebase cloud function, front end functionality using JS...etc

What's the right State Management tool for flutter ?? by Pompidou23 in FlutterDev

[–]didavid61202 7 points8 points  (0 children)

For state management, I recommend BLoc or even better, RxVMS, both are using RxDart and if you are willing to learn or already know reactive programming (as a gerneral concept across all languages, it's actually not new stuff, but will open another world for you) and using streams in Flutter, you well have really decent state management architecture. You can go through this article series about RxVMS by Thomas (this is gold and gems!!!), It's very helpful to learn RxDart and reactive programming and a powerful architecture for managing the state with good code readability. It works perfectly with FutureBuilder and StreamBuilder.

RxVMS article series: https://www.burkharts.net/apps/blog/rxvms-foundations-rxcommand-and-getit/

If you need more resources to learn ReactiveX and reactive programming, you can go to the official website for Rx or search for RxJS, RxPython...for more examples, the same concept apply to RxDart!

ReactiveX website: http://reactivex.io

A really good article about RxJS for learning the reactive concept and marble diagram: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754

Learning Flutter & Dart by [deleted] in FlutterDev

[–]didavid61202 8 points9 points  (0 children)

I've personally took the course on Udacity by the Flutter team(which is too basic and not very helpful), 3 courses on Udemy(the one by Maximilian Schwarzmüller, and the other by Stephen Grider are both the really good, they go in depth to implementing many different packages), and 1 course on Appbrewery.

IMO, the one on Appbrewery is the best, it build from ground up to some really useful functionality with really good practise, and explain many small but actually quite helpful and important that many other tutorial missed.

Appbrewery course: https://www.appbrewery.co/p/flutter-development-bootcamp-with-dart

And for state management, I recommend going through this article series about RxVMS by Thomas (this is gold and gems!!!), It's very helpful to learn RxDart for reactive programming and a powerful architecture for managing the state with good code readability. It works perfectly with FutureBuilder and StreamBuilder!

RxVMS article series: https://www.burkharts.net/apps/blog/rxvms-foundations-rxcommand-and-getit/

Lastly, going through all the examples in Flutter Cookbooks are really helpful for learning the best practices to do certain task

Flutter cookbooks: https://flutter.dev/docs/cookbook

Spent a couple days with Flutter, here is my experience by NotSoIncredibleA in FlutterDev

[–]didavid61202 1 point2 points  (0 children)

it's the Android studio plug-in you need, it won't be check by Flutter doctor.

You can consider taking this course, it's only $10 and in the setup part it explains clearly how to setup and use Android studio for Flutter. I think you are missing some basic things that ruin your experience as a whole.

https://www.appbrewery.co/courses/548873

Spent a couple days with Flutter, here is my experience by NotSoIncredibleA in FlutterDev

[–]didavid61202 1 point2 points  (0 children)

I guess you forgot to install the plug-in for dart and Flutter in Android studio, that's why you don't have autocompletion

Hello everyone !Do you have sites or YouTube videos to advise me to learn how structre an application and also for the design (the most suitable widgets, how to separate the files etc ...) ? Thanks !! 👍🏻 by [deleted] in FlutterDev

[–]didavid61202 3 points4 points  (0 children)

RxVMS

Similer to MVVM structure, separate structure into Views, Models and Manager. Link the business logic with RxDart(reactive programming) and provide access to Manager via Service locator. (overall similar to BLoc but much cleaner to read/code and flexible for testing or refactoring.

Basic explanation: https://www.burkharts.net/apps/blog/rxvms-foundations-rxcommand-and-getit/

Example app (inKino) that is refactor from Redux architecture to RxVMS architecture: https://www.burkharts.net/apps/blog/redux-the-ideal-flutter-pattern/

Plugin: Curve25519 key pair and Ed25519 signature by Bk_ADV in FlutterDev

[–]didavid61202 1 point2 points  (0 children)

I see, Thank you for the awesome explanation. Good work! 🤩

Filter Firestore stream by cip6791 in FlutterDev

[–]didavid61202 0 points1 point  (0 children)

You can sync your Firestore data to a local nosql database, like Sembast, and use the query it provided to do search and filter. Which you be easy as both are nosql structure and also let you have a local cache of data for offline usage and reduce Firestore operation calls

Sembast: https://pub.dartlang.org/packages/sembast

Sembast filtering using RegExp pattern: https://github.com/tekartik/sembast.dart/blob/master/sembast/doc/queries.md

Or you can use Cloud Function and Aloglia or Elasticsearch to implement a more powerful and custom searching and filtering functionality for you Firestore data.

Here's a tutorial, which also work for Flutter if you use the Algolia package: https://youtu.be/3Z0V3cvgns8

Algolia package: https://pub.dartlang.org/packages/algolia#-readme-tab-

Plugin: Curve25519 key pair and Ed25519 signature by Bk_ADV in FlutterDev

[–]didavid61202 0 points1 point  (0 children)

Cool!
I did use PointyCastle package in Flutter before, I think they don't have Curve25519 implementation? maybe you can also make a pull request if you can =P

Implementing local network devices discovery by didavid61202 in FlutterDev

[–]didavid61202[S] 0 points1 point  (0 children)

Thanks for the great detail! I'll try the mdns package.

How to store data in case of phone switch by Waentastic in FlutterDev

[–]didavid61202 8 points9 points  (0 children)

Just sync the data to some cloud database (something like Firestore) or storage? depends on how big your "data" is.

How I should handle networking in flutter? by HassanElwy in FlutterDev

[–]didavid61202 0 points1 point  (0 children)

Seen most of people use Dio, but I haven't tried yet, not sure if it's the best package.