FlutsimConfig class
Configuration for Flutsim development modes
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- autoReloadPort → const int
- Auto reload server port for browser refresh
- debounceDelay → const int
- Debounce delay for file changes (milliseconds) Increase this if you have many rapid file changes
- disableIconTreeShaking → const bool
- Disable icon tree-shaking for faster builds (only applies to build mode)
- disableSkia → const bool
- Disable Skia for faster builds (only applies to build mode)
- enableAutoReload → const bool
- Enable auto reload (browser refresh)
- enableInstantHotReload → const bool
- Enable instant hot reload (no page refresh)
- enableInstantUIUpdates → const bool
- Enable instant UI updates (DOM manipulation)
- flutterDevPort → const int
- Flutter development server port (for fast mode) - changed to avoid conflicts
- hotReloadPort → const int
- Hot reload server port for instant updates
- instantUIPort → const int
- Instant UI update server port for DOM manipulation
- liveReloadPort → const int
- Live reload server port
- port → const int
- Development server port (Flutter app)
- useFastMode → const bool
- Use fast development mode (flutter run) instead of full builds This provides hot reload and is much faster for development
- useHtmlRenderer → const bool
- Use HTML renderer for faster builds (only applies to build mode)