Changelog
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_login
field 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 feature
will 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
, andupdate
commands - Date: 2-4-2024
1.4.6
- πͺ Errors from
fast build
will now appear in terminal - π¨ Updated dependencies
- π¨ Switched from
flutter_lints
to 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
showSnackBar
method to DialogService - π© Added
config.dart
file 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
phone
andonboarded
properties to FastUser - π© Added ValueNotifier
to UserService - π© 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: false
to 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 app
command - π© 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 build
fails - Date: 9-19-2023
1.2.0
- π© Added
wizard
command - πͺ Fixed background color in subscription popup
- Date: 9-18-2023
1.1.4
- πͺ Fixed generator so it creates
config.json
in 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 app
with -p firebase flag - Date: 9-15-2023
1.1.0
- π© Added Appwrite support
- π© Added Shorebird Fastlanes
- π© Added
fast build
command - π¨ 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