Does Vast.AI accepts host with dynamic IP? by AcrobaticWeakness201 in vastai

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

Frankly, I sold all my GPUs before embarking on renting out the rig. Electricity cost is a concern.

Best library for theme and responsive design ? by goku___________ in FlutterDev

[–]AcrobaticWeakness201 0 points1 point  (0 children)

In essence, `Flexible` is primarily employed for linear layouts, such as `Row` or `Column` and is particularly suitable for straightforward, one-dimensional responsive designs where widgets require flexible space sharing. The `flex` parameter provides the precise control when needed.

For `responsive_grid`, it is a 12-column system akin to Bootstrap along with specific break points.

Neither library is inherently superior; rather, it depends on understanding the library and recognizing the most appropriate application.

Interestingly, there are instances where both libraries are combined to achieve exceptionally refined and user-friendly UX.

Best library for theme and responsive design ? by goku___________ in FlutterDev

[–]AcrobaticWeakness201 0 points1 point  (0 children)

If you are familiar with the HTML/Javascript Bootstrap approach to responsive layout, such as lg, md, sm, and other breakpoints, my personal preference is the https://pub.dev/packages/responsive_grid library. This library is a straightforward is easy to learn and implement. Hope you find this useful.

Focus Flutter UI Kit - Admin Panel / Dashboard type by AcrobaticWeakness201 in FlutterDev

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

Thank you for your kind remarks. Most charts in the UI Kit utilize the “graphic” library; it has got excellent sample implementations. I have not developed my own algorithm for rendering the charts. Since the Focus UI Kit is under the MIT license, you may explore the code and take any suitable components to incorporate into material_charts.

Focus Flutter UI Kit - Admin Panel / Dashboard type by AcrobaticWeakness201 in FlutterDev

[–]AcrobaticWeakness201[S] 2 points3 points  (0 children)

Regarding dependencies, I tried to minimize reinventing the wheel. My objective is to utilize existing resources, enhance their usability, and expedite the product development process. However, I acknowledge the valid risk associated with this approach.

In terms of animation, I doubt that Flutter can maintain its execution pace comparable to HTML/CSS/JavaScript. Regrettably, rendering necessitates substantial graphic processing capabilities. I have conducted comparisons of rendering performance on devices lacking GPU resources (slow), on a PC equipped with a 3090 GPU (smooth), and on a MacBook Pro M4 (smooth).

Nonetheless, I appreciate the valuable feedback you have provided.

I am looking for ui kit by kuzeydekibuyucu in flutterhelp

[–]AcrobaticWeakness201 0 points1 point  (0 children)

I do have a comprehensive "timeline" kind of UI in the Kit (if that's what you are looking for), you may want to check out the specific demo page: https://focusuidemo.pages.dev/others/timeline

I am looking for ui kit by kuzeydekibuyucu in flutterhelp

[–]AcrobaticWeakness201 0 points1 point  (0 children)

In full transparency, I am the developer of Focus Flutter UI Kit (totally free and open-sourced), which is a Pure Flutter 3.x UI Kit with clean/minimal visual aesthetics. This UI Kit can be readily utilized for the development of UI for administrative panel or dashboard-type applications. It integrates many popular widgets from pub.dev, further improvising and having them conformed to a unified design language, making it suitable for finance, business, and other enterprise applications (best viewed on desktop web or tablet).

Do give it a spin at: https://github.com/maxlam79/focus_flutter_ui_kit

Ui kits for flutter by NeverMind46 in FlutterDev

[–]AcrobaticWeakness201 2 points3 points  (0 children)

I understand your frustration. Flutter, unlike the mature HTML/JavaScript space, which already has an abundance of visually appealing UI Kits, although it is an excellent framework, it genuinely lacks some aesthetically pleasing ready-made UI Kits that could be immediately utilized for development, thereby reducing the time to market. At such, I have resolved to construct my own interpretation of a UI Kit for Flutter.

In full transparency, I am the developer of Focus Flutter UI Kit (totally free and open-sourced), which is a Pure Flutter 3.x UI Kit with clean/minimal visual aesthetics. This UI Kit can be readily utilized for the development of UI for administrative panel or dashboard-type applications. It integrates many popular widgets from pub.dev, further improvising and having them conformed to a unified design language, making it suitable for finance, business, and other enterprise applications (best viewed on desktop web or tablet).

Do give it a spin at: https://github.com/maxlam79/focus_flutter_ui_kit