Posts

Showing posts from January, 2021

How Flutter Simplified Designing Card Widgets

Image
Today’s era App UI or User Interface plays a significant role in attracting audience. Recent trends most of the apps are following is having famous Stories and Product intro listing, we are going to introduce some of the coolest ideas. Introducing Card Widget in Flutter How to have a perfect Card in your App? There are many ways to use card. And developers use different types of cards to display different types of small information. Let’s see some of the best use of cards shape and how to code for that: To display the   user’s profile we can use a square card, Let’s see one of the trending app Knackit. Knackit shows user in Square Card widget shape. Developer group’s  favorite  communication tool slack is also used the square card for display user. How to Set Square Card? Card ( color : Colors .transparent, elevation : 0 , child : Column ( children : [ Container ( height : 75 , width : 75 , ...

Knackit : An Extracurricular Freelancing Marketplace

Image
  There has been a growing trend among people today for using online platforms which cater to their appetite for entertainment and Talent Development. However, the recent developments in geo-politics have showcased that these platforms are breaching privacy norms and in turn imposing a threat to the internal security of the nation. This has led to the banning of various foreign applications and most recently bulk ban of Chinese apps. One of the video app that has caused the most uproar was ‘TikTok’ which had over 114 million active users in India. Thus there remains a need to provide  f or a locally created alternative to such apps which can win back the trust of the Indian user. Apart from just being an alternative a platform that can provide monitory benefits to people. That will be a game changer. K nackit is one such video app which is proving itself to be not just a viable alternative to various Short Video App but lot more. Knackit is an Indian Talent Marketplace Platfor...