<?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: HRUSHIKESH DESAI</title>
    <description>The latest articles on DEV Community by HRUSHIKESH DESAI (@hrushikesh_desai).</description>
    <link>https://dev.to/hrushikesh_desai</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%2F775154%2Fc9ae0395-6caf-485c-a184-e4d8f605d78d.jpg</url>
      <title>DEV Community: HRUSHIKESH DESAI</title>
      <link>https://dev.to/hrushikesh_desai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hrushikesh_desai"/>
    <language>en</language>
    <item>
      <title>GetX Repository Deleted — What Flutter Developers Should Do Now</title>
      <dc:creator>HRUSHIKESH DESAI</dc:creator>
      <pubDate>Wed, 15 Apr 2026 08:33:33 +0000</pubDate>
      <link>https://dev.to/hrushikesh_desai/getx-repository-deleted-what-flutter-developers-should-do-now-1a5c</link>
      <guid>https://dev.to/hrushikesh_desai/getx-repository-deleted-what-flutter-developers-should-do-now-1a5c</guid>
      <description>&lt;p&gt;What happened?&lt;/p&gt;

&lt;p&gt;Recently, the original GetX GitHub repository became unavailable, leaving many Flutter projects without a reliable upstream source.&lt;br&gt;
Since GetX is widely used for state management, routing, and dependency injection, this creates uncertainty for teams relying on it.&lt;/p&gt;

&lt;p&gt;You can continue using the existing stable version of Get until the original repository is fully back and stable. This package is simply a fallback option if any issues arise in the meantime.&lt;/p&gt;

&lt;p&gt;Immediate solution&lt;br&gt;
To address this, I published a community-maintained continuation:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://pub.dev/packages/getx_community" rel="noopener noreferrer"&gt;https://pub.dev/packages/getx_community&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This package is based on the last stable version and is designed to be a drop-in replacement.&lt;/p&gt;

&lt;p&gt;Migration (takes 1–2 minutes)&lt;br&gt;
Replace imports:&lt;br&gt;
import 'package:get/get.dart';&lt;br&gt;
with:&lt;br&gt;
import 'package:getx_community/getx_community.dart';&lt;br&gt;
Or run:&lt;br&gt;
find . -name "*.dart" -exec sed -i 's|package:get/|package:getx_community/|g' {} +&lt;/p&gt;

&lt;p&gt;What’s next?&lt;/p&gt;

&lt;p&gt;The goal is to:&lt;br&gt;
Keep compatibility with latest Flutter versions&lt;br&gt;
Maintain stability&lt;/p&gt;

&lt;p&gt;Support the community&lt;/p&gt;

&lt;p&gt;Website &amp;amp; docs&lt;br&gt;
&lt;a href="https://getxcommunity.site/" rel="noopener noreferrer"&gt;https://getxcommunity.site/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
