flutter_fast_cli 3.0.4
flutter_fast_cli: ^3.0.4 copied to clipboard
Build Flutter Apps Faster. Generate boilerplate code for apps that require authentication, subscriptions, and more
3.0.4 #
- πͺ Fixed missing documentation
- Date: 8-17-2024
3.0.1 #
- πͺ Fixed misnamed directories in native apps
- πͺ Added missing Amplitude and Posthog code to
web/index.html - πͺ Fixed broken navigation with Firebase authentication
- π© Added
--freshoption to generate online app without Flutter Fast Firebase setup - Date: 8-17-2024
3.0.0 #
- π¨
fast appnow generates Flutter app with all third-party implementations - π© Added
--offlineoption to generate Flutter app with basic Flutter Fast architecture - Date: 8-17-2024
2.0.2 #
- π¨
fast appnow generates complete flutter app - Date: 6-13-2024
2.0.1 #
- π© Update README
- Date: 6-12-2024
2.0.0 #
- π© Flutter Faster
- Date: 6-12-2024
1.6.12 #
- π© Added Roadmap
- πͺ Fixed broken doc links
- Date: 5-7-2024
1.6.11 #
- π© Added Firebase Analytics as analytics option
- π© Implemented
updateVersionIdin all analytics services - π© Added ReCase class for string manipulation
- π¨ Automated setting of analytics environment in
get_it - πͺ Fixed Google sign in with Supabase on web
- Date: 5-7-2024
1.6.10 #
- π© Add docs to pub
- Date: 5-6-2024
1.6.0 #
- π© Added Firebase Remote Config and Posthog options for AB Testing
- πͺ Fixed copying of
info.plistfile - πͺ Remove unused subscriptions code when opting out of subscriptions
- Date: 5-6-2024
1.5.7 #
- πͺ Copy AndroidManifest values for Posthog
- Date: 5-5-2024
1.5.6 #
- π¨ Update dependencies
- πͺ Implemented chat service functions for Firebase and Pocketbase
- Date: 5-5-2024
1.5.5 #
- πͺ Fixed broken asset references
- Date: 2-21-2024
1.5.4 #
1.5.3 #
- π© Added Google Sign In for Appwrite (Android + iOS)
- π© Apple Sign In for Appwrite (Android + iOS)
- πͺ Fixed feedback and chat database queries for Appwrite
- Date: 2-19-2024
1.5.2 #
- π© Add "upgrade" alias to
updatecommand. - Date: 2-16-2024
1.5.1 #
- π© CLI analytics
- π© Reset password setup
- Date: 2-16-2024
1.5.0 #
- π© Google Sign In for Firebase (Android + iOS)
- π© Google Sign In for Supabase (Android + iOS)
- π© Apple Sign In for Firebase (Android + iOS)
- π© Apple Sign In for Supabase (Android + iOS)
- π© Added
last_loginfield to FastUser model - π¨ Added navigation arguments so email/password are passed between sign in and sign up views
- π¨ Updated README
- Date: 2-16-2024
1.4.9 #
- πͺ
fast featurewill now create initial View with feature name - π¨ Updated README
- Date: 2-4-2024
1.4.8 #
- π¨ Updated README
- Date: 2-4-2024
1.4.7 #
- π© Added
feature,view, andupdatecommands - Date: 2-4-2024
1.4.6 #
- πͺ Errors from
fast buildwill now appear in terminal - π¨ Updated dependencies
- π¨ Switched from
flutter_lintsto lints - π© Added sort_pub_dependencies lint to
analysis_options.yaml - Date: 2-3-2024
1.4.5 #
- πͺ Fixed step that removes non PocketBase code references
- π© Added PocketBase dev URL to
config.json(http://127.0.0.1:8090) - Date: 1-26-2024
1.4.4 #
- πͺ Fixed copying of .vscode folder
- Date: 1-26-2024
1.4.3 #
- πͺ Updated Readme
- Date: 1-24-2024
1.4.2 #
- π© Added PocketBase Integration
- π© Added SkeletonBox for loading animations
- π© Added PopUpMenuButton with "Delete Account" action in profile
- π© Added Config class for app name, subtitle, privacy policy, and terms of service link
- π© Added
showSnackBarmethod to DialogService - π© Added
config.dartfile for aggregating app strings - πͺ Removed hard coded background color on auth screens
- πͺ Fixed TextEditingController instantiation on SignInView
- Date: 1-24-2024
1.4.1 #
- π© Added ITSAppUsesNonExemptEncryption to Info.plist
- π© Added DialogService with built-in confirmAction method
- Date: 1-1-2024
1.4.0 #
- π₯ Removed Auth UI libraries
- π© Added Sign In, Register, Profile, and Forgot Password views
- π© Added
phoneandonboardedproperties to FastUser - π© Added ValueNotifier
- π© Added MaskTextInputFormatter for easy phone formatting
- π₯ Removed reference to "USD" so app passes localization check on app stores
- πͺ Updated Supabase dependency to 2.0.2
- πͺ Added
includeIfNull: falseto all models. This prevents data from being overwritten in Supabase - Date: 1-1-2024
1.3.7 #
- πͺ Fix for using non-firebase builds. Clear Cloud Firestore dependencies and other remnants
- Date: 9-26-2023
1.3.6 #
- πͺ Fix for using Supabase/Appwrite auth
- Date: 9-26-2023
1.3.5 #
- πͺ Fix for Windows issue. Replaced "find" and "sed" commands with Dart code.
- π© Added TOS and Privacy policy links to side drawer
- Date: 9-26-2023
1.3.4 #
- π© Added wizard gif
- Date: 9-20-2023
1.3.3 #
- πͺ Fix for fixed missing runConfigurations directory
- Date: 9-20-2023
1.3.2 #
- πͺ Fixed missing runConfigurations directory
- Date: 9-20-2023
1.3.1 #
- πͺ Error handling for missing runConfigurations directory
- Date: 9-20-2023
1.3.0 #
- π© Added --offline argument to
fast appcommand - π© Added empty .env file to ios fastlane directory
- π© Wrapped Drawer contents in SafeArea
- πͺ Added error handling for missing Amplitude API key
- Date: 9-20-2023
1.2.1 #
- π© Added workaround for this Fastlane issue
- πͺ Fixed scripts not being copied into new app
- πͺ Fixed run configurations not being copied into new app
- πͺ Added error output when
fast buildfails - Date: 9-19-2023
1.2.0 #
- π© Added
wizardcommand - πͺ Fixed background color in subscription popup
- Date: 9-18-2023
1.1.4 #
- πͺ Fixed generator so it creates
config.jsonin assets folder - Date: 9-17-2023
1.1.3 #
- π₯ Removed state management library
- π₯ Removed unnecessary Home tile in side drawer
- π© Added bottom navigation bar on HomeView
- Date: 9-17-2023
1.1.2 #
- π© Added option to generate ColorScheme from image (-l)
- π© Added step to remove feature tags from lib directory (ex. //* Firebase *//)
- π© Added basic Monarch stories for onboarding pages
- π¨ Updated onboarding pages to have title and subtitle with animation
- πͺ Fixed contrast issue in FeatureTile text
- Date: 9-16-2023
1.1.1 #
- πͺ Fixed crash when running
fast appwith -p firebase flag - Date: 9-15-2023
1.1.0 #
- π© Added Appwrite support
- π© Added Shorebird Fastlanes
- π© Added
fast buildcommand - π¨ Updated default app icon
- Date: 9-15-2023
1.0.6 #
- πͺ Fixed CLI for Windows (thanks @carmas123)
- Date: 9-13-2023
1.0.5 #
- π© Added runWithProgress utility function
- πͺ Fixed exception when clean command is used outside of Flutter project
- Date: 9-10-2023
1.0.4 #
- π© Added "clean" command to deep clean Flutter projects
- Date: 9-10-2023
1.0.3 #
- π© Android release signing setup with empty key.properties
- π© Added Android Studio run configuration and VS code launch.json file
- π© Added basic Flutter scripts
- π¨ Moved existing Android Studio run configurations into template path. No more manually updating paths
- πͺ Fixed how BuildContext was acquired in FastColor extension
- Date: 9-09-2023
1.0.2 #
- π₯ Removed dependency on uuid package for Supabase builds
- π© Created DashboardView as new default widget on home page
- π© FastColor extension for accessing ColorScheme colors
- π© Added MacOS entry to flutter_launcher_icons
- π¨ Updated template name and org to flutterfast and com.cotr, respectively
- π¨ Changed flutter_icons to flutter_launcher_icons in pubspec.yaml
- Date: 9-08-2023
1.0.1 #
- π© Added --subs (and --no-subs) flag to turn the subscriptions feature off
- π© Added --build (and --no-build) flag to turn off build step in app generation
- π¨ Improved the built-in SubscriptionsView to handle any Offering setup in RevenueCat
- Date: 9-07-2023
1.0.0 #
- π© Initial pre-release
- Date: 9-06-2023
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of Changes #
- π© Added
- π¨ Changed
- π§ Deprecated
- π₯ Removed
- πͺ Fixed
- π¦ Security
