20th May 2023 Flutter Tutorial – Creating Android Applications Using Geolocator And Geocoding Creating Android Applications Using Geolocator And Geocoding.in this article we will learn about the geolocator to get the longitude and latitude Categories Flutter Comments: 0
28th April 2023 How to Build a Simple Login App with Flutter How to Build a Simple Login App with Flutter – Brilliansolution. Flutter is one of the most popular frameworks for building mobile and desktop applications. And many companies are using it today. Categories Flutter Comments: 0
25th April 2023 Learn State Management in Flutter by Building a Simple Todo App Learn State Management in Flutter by Building a Simple Todo App – Brilliansolution. State management is a complex topic in mobile application development. But it’s also a necessary topic that plays a major role in building dynamic mobile apps. Categories Flutter Comments: 0
25th April 2023 Navigation in Flutter – How to Add Stack, Tab, and Drawer Navigators to Your Apps Navigation in Flutter – How to Add Stack, Tab, and Drawer Navigators to Your Apps – Brilliansolution. Almost any app that you design or develop will use some type of navigation. Categories Flutter Comments: 0
25th April 2023 How to Create Flutter Authentication with Appwrite In this tutorial, we will build a simple Flutter app with authentication using Appwrite and Provider for state management. We will use the Appwrite Flutter SDK to communicate with Appwrite and the Provider package to manage our app’s state. Categories Flutter Comments: 0
3rd December 2022 Timy-messenger – Flutter messaging app Timy-messenger – Flutter Messaging App – Brilliansolution. This is an open-source group messaging app to communicate and organize themselves. It includes lots of features like multiple groups (similar to Teams in Slack), multiple open or private channels within groups, sharing of photos and photo collections, reacting to messages with emojis, and many more. It has more than 1.7k stars on... Categories Flutter Comments: 0
2nd December 2022 Build beautiful charts in Flutter with FL Chart Build beautiful charts in Flutter with FL Chart – Brilliansolution. Gathering data and displaying it via maps is decreasingly common in mobile apps. A popular illustration is a stock investment app that displays lots of maps, like prices for a stock and portfolio distribution pie maps. And moment, we’re going to learn how to make beautiful maps for these situations... Categories Flutter Comments: 0
2nd December 2022 Chillify – Best Music App Made With Flutter Chillify – Best Music App Made With Flutter – Brilliansolution. This is a beautiful music app made with Provider and BLoC patterns. Currently, it only works on Android. It includes features like Retrieve all songs, pause, play, seek, repeats, shuffle, now playing, search songs, and many more. Chillify – Best Music App Made With Flutter Chillify A Flutter music app... Categories Flutter Comments: 0
2nd December 2022 Crashlytics In Flutter Crashlytics In Flutter – Brilliansolution. Flutter & Firebase have both Transformed into an Omnipotent Integral part of the Developers Community corresponding to their Innate Ability of Never-Ending Scope of Development Covering Multiple platforms like — Android, iOS, Web, and Desktop Apps with an Incessant Dire focus on Making Performant Apps. While both of them have made their Introduction recently, They have gained Immense... Categories Flutter Comments: 0
2nd December 2022 Mixpanel Flutter Analytics Integration Flutter Mixpanel Analytics Integration – Brilliansolution. Mixpanel flutter is a powerful tool that is used to track events, create funnels, see trends and engage users. In this article, we’ll go over how to properly integrate mixpanel into our Flutter app. Mixpanel Flutter Analytics Integration STEP 1: Add dependency in your project’s pubspec.yaml file. device_info_plus: 2.0.1mixpanel_analytics: 2.0.2package_info: 2.0.2 To install all these dependencies run the command flutter... Categories Flutter Comments: 0