Skip to content

Commit

Permalink
Merge pull request #158 from droibit/feature/immutable
Browse files Browse the repository at this point in the history
Make `LaunchOptions` class immutable
  • Loading branch information
droibit authored Dec 6, 2023
2 parents d214071 + b00bdd4 commit fb72ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_custom_tabs/lib/src/types/launch_options.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'package:flutter/material.dart';
import 'package:flutter/painting.dart';
import 'package:flutter_custom_tabs_android/flutter_custom_tabs_android.dart';
import 'package:flutter_custom_tabs_ios/flutter_custom_tabs_ios.dart';
import 'package:meta/meta.dart';

/// The Configuration for providing minimal options for mobile platforms when launching Custom Tabs by specifying a URL.
@experimental
@immutable
class LaunchOptions {
/// Creates a [LaunchOptions] instance with the specified options.
const LaunchOptions({
Expand Down

0 comments on commit fb72ddc

Please sign in to comment.