Skip to content

Commit

Permalink
Update data_sources.dart to fix typo. (#267)
Browse files Browse the repository at this point in the history
FLutter -> Flutter
  • Loading branch information
nookery authored Mar 11, 2024
1 parent 5760b07 commit 2e204cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/data_sources.dart
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class DessertDataSource extends DataTableSource {
}

/// Async datasource for AsynPaginatedDataTabke2 example. Based on AsyncDataTableSource which
/// is an extension to FLutter's DataTableSource and aimed at solving
/// is an extension to Flutter's DataTableSource and aimed at solving
/// saync data fetching scenarious by paginated table (such as using Web API)
class DessertDataSourceAsync extends AsyncDataTableSource {
DessertDataSourceAsync() {
Expand Down

0 comments on commit 2e204cf

Please sign in to comment.