You are browsing as a guest. Sign up (or log in) to start making projects!

xvcf

@xvcf

Joined May 31st, 2026

  • 2Devlogs
  • 3Projects
  • 0Ships
  • 0Votes
Open comments for this post
Reposted by @xvcf

1h 31m 18s logged

Nearby

Hey there, this is the first devlog! Nearby is an app aiming to connect people! Today I started off by initializing my project in Flutter.

First, I set up the Navbar, as well as some stuff about Flutter itself (versions, upgrading Flutter because I haven’t used it in ages, and more)!

Map provider

Then, I’ve implemented the map you can see in the attached pictures. It uses OpenStreetMap through the flutter_map package. I also did some configuration, so the map has a limited amount of zoom, since the app is intended to focus on things near you.

I implemented the user’s location using the geolocator package, which fetches GPS data from your device and then centers the map at your current location!

IMPORTANT design work

Then, because it is a necessary step, I have implemented a dark mode, as well as a themed white mode. The colored map is being provided by basemaps.cartocdn.com!

That’s all I did today!

Nearby

Hey there, this is the first devlog! Nearby is an app aiming to connect people! Today I started off by initializing my project in Flutter.

First, I set up the Navbar, as well as some stuff about Flutter itself (versions, upgrading Flutter because I haven’t used it in ages, and more)!

Map provider

Then, I’ve implemented the map you can see in the attached pictures. It uses OpenStreetMap through the flutter_map package. I also did some configuration, so the map has a limited amount of zoom, since the app is intended to focus on things near you.

I implemented the user’s location using the geolocator package, which fetches GPS data from your device and then centers the map at your current location!

IMPORTANT design work

Then, because it is a necessary step, I have implemented a dark mode, as well as a themed white mode. The colored map is being provided by basemaps.cartocdn.com!

That’s all I did today!

Replying to @xvcf

1
16
Open comments for this post

1h 31m 18s logged

Nearby

Hey there, this is the first devlog! Nearby is an app aiming to connect people! Today I started off by initializing my project in Flutter.

First, I set up the Navbar, as well as some stuff about Flutter itself (versions, upgrading Flutter because I haven’t used it in ages, and more)!

Map provider

Then, I’ve implemented the map you can see in the attached pictures. It uses OpenStreetMap through the flutter_map package. I also did some configuration, so the map has a limited amount of zoom, since the app is intended to focus on things near you.

I implemented the user’s location using the geolocator package, which fetches GPS data from your device and then centers the map at your current location!

IMPORTANT design work

Then, because it is a necessary step, I have implemented a dark mode, as well as a themed white mode. The colored map is being provided by basemaps.cartocdn.com!

That’s all I did today!

Nearby

Hey there, this is the first devlog! Nearby is an app aiming to connect people! Today I started off by initializing my project in Flutter.

First, I set up the Navbar, as well as some stuff about Flutter itself (versions, upgrading Flutter because I haven’t used it in ages, and more)!

Map provider

Then, I’ve implemented the map you can see in the attached pictures. It uses OpenStreetMap through the flutter_map package. I also did some configuration, so the map has a limited amount of zoom, since the app is intended to focus on things near you.

I implemented the user’s location using the geolocator package, which fetches GPS data from your device and then centers the map at your current location!

IMPORTANT design work

Then, because it is a necessary step, I have implemented a dark mode, as well as a themed white mode. The colored map is being provided by basemaps.cartocdn.com!

That’s all I did today!

Replying to @xvcf

1
16
Open comments for this post
Reposted by @xvcf

28m 53s logged

Hey there!
This is the first devlog for Slack.fm, so I’ll give you a broad explanation first!

The bot simply uses the last.fm API to fetch data about users. The goal is it to send last.fm data directly into Slack channels, so users can share what they are listening to! This project is inspired by .fmbot on Discord!

What did I do in this devlog though?
Well, I first setup the bot with the “Make a Slack Bot” mission from Stardance! I used this to create the ping command, but quickly decided to instead create a full command handler. I really like my projects organized, so that’s the best choice! Now, I can put my commands into different files in src/commands, such as src/commands/fm.ts! The commandManager searches for these command files and imports them.

My next goal is it to set up some more stuff and request an API key from last.fm!

Hey there!
This is the first devlog for Slack.fm, so I’ll give you a broad explanation first!

The bot simply uses the last.fm API to fetch data about users. The goal is it to send last.fm data directly into Slack channels, so users can share what they are listening to! This project is inspired by .fmbot on Discord!

What did I do in this devlog though?
Well, I first setup the bot with the “Make a Slack Bot” mission from Stardance! I used this to create the ping command, but quickly decided to instead create a full command handler. I really like my projects organized, so that’s the best choice! Now, I can put my commands into different files in src/commands, such as src/commands/fm.ts! The commandManager searches for these command files and imports them.

My next goal is it to set up some more stuff and request an API key from last.fm!

Replying to @xvcf

1
1143
Open comments for this post

28m 53s logged

Hey there!
This is the first devlog for Slack.fm, so I’ll give you a broad explanation first!

The bot simply uses the last.fm API to fetch data about users. The goal is it to send last.fm data directly into Slack channels, so users can share what they are listening to! This project is inspired by .fmbot on Discord!

What did I do in this devlog though?
Well, I first setup the bot with the “Make a Slack Bot” mission from Stardance! I used this to create the ping command, but quickly decided to instead create a full command handler. I really like my projects organized, so that’s the best choice! Now, I can put my commands into different files in src/commands, such as src/commands/fm.ts! The commandManager searches for these command files and imports them.

My next goal is it to set up some more stuff and request an API key from last.fm!

Hey there!
This is the first devlog for Slack.fm, so I’ll give you a broad explanation first!

The bot simply uses the last.fm API to fetch data about users. The goal is it to send last.fm data directly into Slack channels, so users can share what they are listening to! This project is inspired by .fmbot on Discord!

What did I do in this devlog though?
Well, I first setup the bot with the “Make a Slack Bot” mission from Stardance! I used this to create the ping command, but quickly decided to instead create a full command handler. I really like my projects organized, so that’s the best choice! Now, I can put my commands into different files in src/commands, such as src/commands/fm.ts! The commandManager searches for these command files and imports them.

My next goal is it to set up some more stuff and request an API key from last.fm!

Replying to @xvcf

1
1143

Followers

Loading…