<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jose Antonio Perez</title>
    <description>The latest articles on DEV Community by Jose Antonio Perez (@joseaperezcordova).</description>
    <link>https://dev.to/joseaperezcordova</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3834340%2F28e411b0-7207-4776-a663-5446fb0aa13e.png</url>
      <title>DEV Community: Jose Antonio Perez</title>
      <link>https://dev.to/joseaperezcordova</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joseaperezcordova"/>
    <language>en</language>
    <item>
      <title>How I built a local business directory with Laravel 11 + Flutter PWA (and packaged it as a starter kit)</title>
      <dc:creator>Jose Antonio Perez</dc:creator>
      <pubDate>Thu, 19 Mar 2026 22:21:33 +0000</pubDate>
      <link>https://dev.to/joseaperezcordova/how-i-built-a-local-business-directory-with-laravel-11-flutter-pwa-and-packaged-it-as-a-starter-1c32</link>
      <guid>https://dev.to/joseaperezcordova/how-i-built-a-local-business-directory-with-laravel-11-flutter-pwa-and-packaged-it-as-a-starter-1c32</guid>
      <description>&lt;p&gt;I've been building business directory apps for local clients and decided to document the architecture and package it as a reusable starter kit for other developers.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Laravel 11 REST API&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Flutter PWA + Android&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Maps:&lt;/strong&gt; OpenStreetMap via flutter_map (no Google Maps API key needed)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; MySQL with full-text search and Haversine geolocation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;The API handles two types of users: &lt;strong&gt;admin&lt;/strong&gt; and &lt;strong&gt;capturista&lt;/strong&gt; (data entry operator). Capturistas capture business listings which go into a pending state. Admins review and approve or reject them before they appear publicly.&lt;/p&gt;

&lt;p&gt;Authentication uses custom tokens stored in a &lt;code&gt;tokens_sesion&lt;/code&gt; table — no Sanctum overhead for a simple use&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>flutter</category>
      <category>php</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
